@charset "utf-8";
/* CSS Document */
/* メニュー */
#mainmenu #bt2 a {
	width: 184px;
	height: 43px;
	background-image: url(../images/menu02b.gif);
}
#mainmenu #bt2 a:hover {
	background-image: url(../images/menu02b.gif);
}
/* コンテンツ */
#contents {
	padding-top: 170px;
}
*html #contents {
	padding-top: 170px;
}
#maincontents {
	background-image: url(../images/blog-main-back.gif);
	width: 502px;
	float: right;
	padding-top: 41px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#entry-title {
	display: block;
	color: #FFFFFF;
	font-size: 1.1em;
	background-image: url(../images/blog-titleback.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFA600;
}
#entry-prev {
	display: block;
	padding: 2px;
	text-align: left;
}
#entry-next {
	display: block;
	padding: 2px;
	text-align: right;
}
/* トピックコンテンツ */
#sidecontents {
	width: 200px;
	margin-bottom: 15px;
}
#sidecontents h2 {
	margin: 0px;
}
#topicsblock {
	background-image: url(../images/topics-foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#topicsblock #info-menu {
	background-color: #C5D8DA;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3CDC3;
	border-left-color: #C3CDC3;
}
#topicsblock h2 {
	background-image: url(../images/topics-head.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 30px;
	display: block;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 7px;
}
#topicsblock h3 {
	color: #FF9933;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 2px;
}
#topicsblock h3 a {
	color: #FF9933;
}
#topicsblock ul {
	display: block;
	padding-left: 8px;
	margin-left: 8px;
}
#topicsblock ul a {
	color: #0033FF;
}
#topicsblock ul a:hover {
	color: #9933CC;
}
/* トラックバック・コメント */
#communication {
	display: block;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9900;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#communication h2 {
	font-size: 0.9em;
	color: #ECB100;
	margin-bottom: 8px;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECB100;
}
#trackbacks {
	background-color: #FFFFD7;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px dotted #EAAF00;
}
#trackbacks p {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#comments {
	background-color: #FFFFD7;
	margin-bottom: 15px;
	border: 1px dotted #EAAF00;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#comments .inner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#comments-content {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#comments-content .comment-content {
	padding-left: 13px;
	padding-right: 13px;
}
#comments-open-footer {
	text-align: center;
}
textarea {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
*html textarea {
	margin-left: 15px;
	display: block;
}
.comments-open-header {
	font-size: 0.9em;
	color: #ECB100;
	margin-bottom: 8px;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECB100;
}
