#blog_page div#contents div#blog{
	margin-top:1em;
}

.blog-box{
	padding-left:20px;
	padding-bottom:10px;
}

.blog-name{
	margin-top:10px;
	text-align:right;
	font-size:0.9em;
}

.blog-date{
	text-align:right;
	font-size:0.8em;
}

.blog-contents{
	padding:5px 5px 5px 10px;
}

.blog-comment{
	text-align:right;
	font-size:0.8em;
}

.blog_back{
	margin-top:5px;
	text-align:right;
	font-size:0.8em;
}

#blog-calendar{
	margin-top:3px;
}

#blog-calendar table{
	border:2px solid #FF3300;
}

#blog-calendar th{
	border:2px solid #FF3300;
	text-align:center;
}

#blog-calendar td{
	border:2px solid #FF3300;
	text-align:center;
	width:17px;
	height:10px;
	font-size:0.8em;
}

.blog-day-link{
	background-color:#ff9966;
}

.comment-box{
	width:400px;
	border:1px dashed #FF3D09;
	padding:10px;
	margin:10px 0 15px 120px;
}


.comment-name{
	font-size:0.9em;
	font-weight: bold;
	color:#5576D2
}

.comment-contents{
	font-size:0.85em;
	margin:5px 0px 5px 5px;
}

.comment-date{
	font-size:0.8em;
	text-align:right;
}

#comment-form{
	width:400px;
	border:1px dashed #FF3D09;
	padding:10px;
	margin:10px 0 15px 120px;
}

#comment-form textarea{
	width:350px;
	height:150px;
}

.in-comment-title{
	font-size:0.9em;
	font-weight: bold;
	color:#5576D2;
	margin-bottom:10px;
}

.in-comment-name{
	font-size:0.85em;
	margin-bottom:10px;
}

.in-comment-contents{
	font-size:0.85em;
	margin-bottom:5px;
}

.in-comment-button{
	text-align:center;
}

