@charset "utf-8";
#blog_contents {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	height: 100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3f92a3;
	border-left-color: #3f92a3;
}

#blog_base {
	background-image: url(images/blog_bg.gif);
	background-repeat: repeat;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}



#blog_navi {
	font-size: 10px;
	text-align: right;
	padding-top: 18px;
	padding-right: 60px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #402000;
}
#blog_navi     a:link {
	color: #FF7F00;
}
#blog_navi     a:visited {
	color: #990000;
}


#blogArea {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(images/blog_side_bg.gif);
	background-repeat: repeat;
}
#blogArea a:link {
	color: #FF7F00;
}
#blogArea a:visited {
	color: #990000;
}


#dialyArea {
	width: 438px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BF9F7F;
	border-left-color: #BF9F7F;
}
.dialy_box {
	background-repeat: repeat-y;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}
.dialy_header {
	height: 20px;
	margin-bottom: 20px;
	background-image: url(images/dialy_title_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dialy_title {
	font-weight: bold;
	color: #402000;
	margin-top: 3px;
	float: left;
	font-size: 14px;
}
.dialy_date {
	float: right;
	margin-top: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.dialy_text {
	margin-left: 5px;
	line-height: 16px;
	clear: both;
	float: none;
}
#sideMenuArea {
	float: left;
	width: 180px;
	padding-top: 20px;
	height: 100%;
}
.list {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
ul  {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
li  {
	margin-bottom: 5px;
}
#recentBlog {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#archiveBlog {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}




#blog_spacer {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 620px;
}
