@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: small;
	background-color: #FFF;
}
a:visited {
	color: #F30;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:active {
	color: #F39;
	text-decoration: none;
}
p {
	line-height: 200%;
}
#blog_container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	background-color: #FFF;
}
#blog_header {
	width: 800px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#blog_navbar {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
}
#blog_contents {
	width: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#blog_copyright {
	width: 800px;
	color: #666;
	text-align: center;
	font-size: small;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#blog_main {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
}
#blog_side {
	width: 260px;
	float: right;
	font-size: x-small;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	color: #F00;
}
#blog_footer {
	clear: both;
	background-color: #FFF;
	text-align: center;
	font-size: small;
}
body, h1, h2, p {
	margin: 0px;
	padding: 0px;
}
.img_left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	float: left;
}
.float_clear {
	clear: both;
}
.midasi {
	font-size: medium;
	font-weight: bold;
}
.l-height {
	line-height: 140%;
	color: #666;
}
