@import url("category.css");
@import url("anchor.css");
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-size:0.8em;
	color: #787878;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-weight: lighter;
	line-height:1.5em;
}
.main_bkg {
	margin:0px auto;
	background-image:url(../imgs/bkg_center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.container {
	text-align:left;
	width: 810px;
	margin:0px auto;
	padding:132px 0px 0px;
}
#bkg_header {
	background-image: url(../imgs/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bkg_footer {
	background-image: url(../imgs/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1 {
	color:#000000;
	margin-bottom: 35px;
	margin-left: 43px;
}
h2 {
	color:#000000;
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	color:#000000;
}
h4 {
	font-size: 1em;
	color:#000000;
	font-weight: normal;
	margin-bottom:0.2em;
}
.header_area{
}
.main_area{
	text-align:left;
	float: left;
	width:510px;
}
.entry {
	font-size: 0.9em;
	border: 1px solid #C8C8C8;
}
.entry-header {
	margin:14px;
	background-repeat: no-repeat;
	background-position: left;
}
.entry-header h2 {
	margin-left:74px;
	padding:3px 0px;
	border-bottom: 1px dotted #B2B2B2;
}
.entry-header p {
	color:#787878;
	font-weight: normal;
	margin-left:74px;
	padding:3px 0px;
}
.entry-body {
	margin:0px 14px 14px;
}
.entry-body img {
	max-width:480px;
}
.entry-body p {
	margin-bottom:20px;
}
.entry-footer {
}
.ping_header {
	padding:14px;
	background-color:#F2F2F2;
	border-top: 1px dotted #C8C8C8;
	border-bottom: 1px dotted #C8C8C8;
}
.ping_body {
	padding:14px;
	background-color:#F7F7F7;
	border-bottom: 1px dotted #C8C8C8;
}
.ping_body div {
	clear:both;
	margin-top:8px;
}
.show_all {
	margin-top:-1.2em;
	float:right;
}
.comments_header {
	padding:14px;
	background-color:#F2F2F2;
	border-bottom: 1px dotted #C8C8C8;
}
.comments_header div {
	margin-top:8px;
	clear:both;
}
.comments_write {
	clear:both;
	padding:14px;
	background-color:#F2F2F2;
}
.comments_write p {
	margin-bottom:8px;
}
.comments_write textarea {
	width:100%;
}
.comments_write .submitbtns{
	width:50%;
}
.comments_write .previewbtns{
	width:50%;
}
/**/
.blist h3 {
	font-size:1em;
	margin-top:10px;
	margin-bottom:5px;
}
.clist h3 {
	font-size:1.2em;
	margin:10px 0px 20px;
	padding: 15px 10px 7px 70px;
	background-repeat: no-repeat;
	background-position: left top;
}
.blist li,.clist li{
	clear:both;
	font-size: 0.9em;
	margin-bottom:5px;
	margin-left:0em;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #C8C8C8;
}
.blist li div ,.clist li div {
	padding:0.4em 0.4em 0.4em 2em;
	background-image: url(../imgs/li_bullet.gif);
	background-position: 10px 0.8em;
	background-repeat: no-repeat;
}
.list_title {
}
.list_date {
	color:#999999;
	float:right;
}
/**/
.ptop {
	margin-top:5px;
	margin-bottom:20px;
	text-align:right;
}
.sub_area{
	text-align:left;
	float: right;
	width:280px;
	margin-bottom:20px;
}
.hasSeparator{
	padding-top: 43px;
	background-image: url(../imgs/module_separator.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.sub_module {
}
.sub_module h2 {
	margin-bottom:16px;
}
.sub_module li {
	font-size: 0.9em;
	margin-bottom:5px;
	margin-left:1.2em;
	line-height:1.2em;
	list-style-image: url(../imgs/li_bullet.gif);
}
.mod_bnumber li, .mod_category li{
	border: 1px solid #C8C8C8;
	margin-left:0em;
	list-style-type: none;
	list-style-image: none;
}
.mod_bnumber li div,.mod_category li div {
	margin-left:50px;
	padding:8px 8px 8px 20px;
	background-image: url(../imgs/li_bullet.gif);
	background-position: 10px 1.1em;
	background-repeat: no-repeat;
}

.mod_bnumber li {
	background-repeat: repeat-y;
	background-position: left top;
}
.mod_category li{
	background-repeat: repeat-y;
	background-position: left top;
}

.footer_area{
	width:850px;
	margin:11px auto 0px;
	clear: both;
	padding-bottom:40px;
	text-align:right;
}
/**/
.cerror h2,.cresist h2 {
	margin-bottom:20px;
}
.cerror p,.cresist p {
	margin-bottom:10px;
}
.cerror blockquote,.cresist blockquote {
	color:#CC0000;
	margin-bottom:10px;
}
