/**
 * !スタイルシートでデザインを自由に変えることが可能です。
 * !MovableType3.2のHTML構造と同じなのでMovableType3.2用のCSSが使えます。
 * !MovableType3.2用プラグインStyleCatcherの全デザインが適用可能です。
 */
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.tofu-system.com/css/styles.css);
/* end StyleCatcher imports */
th {
	font-weight:bold;
	text-align:center;
	background-color:#eeeeee;
}
th.light {
	text-align:left;
	font-weight:normal;
}

.widget-header-bbs {
  margin:0 0 6px 20px;
}
.widget-content-bbs ul {
  width:150px;
  margin:0 0 12px 20px;
  line-height:1.3em;
}
.widget-content-bbs ul li {
  margin:0;
  list-style:none;
  background:url("../../img/page-subnav-back.png") left center no-repeat;
  border-top:solid 1px #eeeeee;
  border-bottom:solid 1px #cccccc;
  
  display:block;
  padding:8px 8px 8px 22px;
}
.widget-content-bbs ul li a {
  text-decoration:none;
}
.widget-content-bbs ul li.empty {
}

/* entry */
.entry {
	margin: 0 0 1em 0;
	border:	solid 1px #009;
	background-color:	#eff;
}
.entry h3 {
	margin:	0 10px;
	font-size:	1.5em;
}
.entry-content {
	margin:	0 10px;
}
.entry-footer {
	margin:	0 0 10px 0;
}

/* comment */
.comments-content h3 {
	color: #666;
	font-size: 1em;
}
.comment {
	margin: 2em 0 1em 0;
	border:	solid 1px #666;
	background-color:	#eee;
}
.comment-content {
	margin:	0 10px;
}
.comment-footer {
	margin:	0 0 10px 0;
}

/* error */
.error {
	color:#cc0000;
	border:solid 1px #c00;
	background-color:#fee;
}
.error h3 {
	margin:	0 10px;
	font-size:	1.5em;
}
.error-body {
	margin:	0 10px;
}

/* comments-open */
.comments-open h2 {
	font-weight:bold;
	line-height:1.4em;
	margin:1.4em 0;
	padding:0 0 0 16px;
	background:url("../../img/h4-dot.png") 0 5px no-repeat;
	border-bottom:dashed 1px #cccccc;
}
.comments-open h3 {
	font-weight:bold;
	line-height:1.8em;
	margin:1.8em 0;
	padding:0 0 0 16px;
	background:url("../../img/h4-dot.png") 0 5px no-repeat;
	border-bottom:dashed 1px #cccccc;
}
