/* @override http://www.chikusuikai.net/css/bbs.css */

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";
@import "contents.css";

/* @group contents */

#main_img h2 {
	margin: 0;
}

#contents div.section{
	background-image: none;
}

#contents div.section h3 {
	background: url(../images/ob/h3_bg.jpg) repeat-y;
	color: #fff;
	font-size: 120%;
	padding: 3px 12px;
}

#contents div.section h4 a {
	color: #89040a;
	font-size: 130%;
	margin-bottom: 5px;
}

div.entry_area {
	margin-left: 136px;
}

p.comment-count.icon-comment {
	margin-top: 1em;
	text-align: right;
	font-weight: bold;
}

#entry-table {
	width: 100%;
}

#entry-table td {
	border-color: #e4e4e4;
}

#entry-table th {
	text-align: left;
	background-color: #9c1300;
	border-style: none;
	color: #fff;
}

#entry-table h4.entry-title {
	margin: 0 ;
}

#entry-table h4.entry-title a {
	color: #89040a;
	font-size: 130%;
	margin-bottom: 5px;
}

#entry-table div.asset-meta {
	font-size: 80%;
}

#entry-table th.comment-count {
	text-align: center;
}

#entry-table td.comment-count {
	text-align: center;
}

#entry-table td.comment-count a{
	text-decoration: none;
	font-weight: bold;
	font-size: 200%;
}

div.create-entry {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}


/* @end */

