/*kazusa.info blog用スタイルシート
基本設定ファイル
*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #D9D9FF;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #3333CC;
	text-decoration: none;
}

#allcontainer {
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: #FFFFFF url(../img-common/bg.gif) repeat-y center;
	width: 820px;
	border-bottom: 1px solid #999999;
}
#width800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 0px;
	text-align: left;
	padding: 0px;
	background: #FFFFFF;

}
#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 580px; /* ボックスの幅を指定 */
	margin: 0px;
	padding: 0px;
}
#main2column {
	text-align: left;
	padding: 0px;
	margin: 10px 0px 0px;
}
#main2column .dateEntryByHead {
	background: url(img-common/day_bg1_head.jpg) repeat-y 0px 0px;
	margin: 0px;
}
#main2column .dateEntryByMid {
	background: url(img-common/day_bg2_mid.jpg) repeat-y 0px 0px;
	margin: 0px;
}
#main2column .dateEntryByFoot {
	background: url(img-common/day_bg3_foot.jpg) no-repeat 0px 0px;
	height: 50px;
	margin: 0px;
}
#main2column .date-header {
	font-size: small;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
#main2column .entry-header {
	font-size: 18px;
	padding-top: 8px;
	margin: 0px;
	border-top: 2px solid #757500;
	border-bottom: 2px solid #757500;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main2column .entry {
	background: url(img-common/day_bg2_mid.jpg) repeat-y 0px 0px;
	margin: 0px;
	padding: 0px 10px 5px;
	line-height: 1.35em;
}

#main2column .entry-footer {
	border-top: 3px dotted #666666;
	text-align: right;
	padding-top: 8px;
	margin: 0px;
}

#menuRight {
	float: right;
	width: 210px;
	margin: 10px 0 0px 0px;
	text-align: left;
	color: #000000;
	background: #FFFFFF;
	line-height: 1.8em;
}
#menuRight h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#menuRight ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#menuRight .module-powered, #menuRight .module-creative-commons , #menuRight .module-categories, #menuRight .module-archives, #menuRight .module-syndicate{
	padding-bottom: 30px;
}

#menuRight .module-content{
	border-left: 5px solid #CCCCCC;
	margin-left: 5px;
	padding-left: 5px;
}

#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#comment-text {
	width: 300px;
	height: 80px;
}
#comments-open-footer {
	padding-left: 100px;
}

#name-email label, #comments-open-data label, #comments-open-text label {
	display: block;
	width: 100px;
	float: left;
                clear: both
}

.comments-header-coments {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #757500;
}
