/*@import url('../../common/script/ua/smart.css');*/

*{
	padding:0;
	margin:0;
	font-size:100%;
	font-weight:normal;
	}
div#main{
	padding:0 5px;
}

h3{
	width:970px;
	height:215px;
	background:url(../img/h3.jpg) no-repeat center center;
}

p.read{
	color:#ffffff;
	position:relative;
	top:-100px;
	left:570px;
	text-align:center;
	width:400px;
	font-size:80%;
}

div#submenu{
	background:#eeeeee;
	border-radius:3px;
	overflow:hidden;
	width:970px;
display:none;
}
div#submenu span{
	display:block;
	float:left;
	margin:15px 0 0 5px;
	text-decoration:none;
}
div#submenu img.line_stamp{
	margin-top:10px;
}

div#submenu a.tokusetsu{
}

div#submenu ul {
	float:right;
	margin-top:10px;
	list-style:none;

}
div#submenu ul li{
	float:left;
	margin-right:10px;
	list-style:none;
}



dl.cm {
	width:242px;
	float:left;
	min-height:300px;
	padding:10px 0;
	
	border-top:1px solid #cabdb5;
	border-bottom:1px solid #cabdb5;
	margin-bottom:1px;
}
dl.cm dt{
	text-align:center;
}
dl.cm dd{
	text-align:center;
}
dl.cm dd.kikan{
	
}
dl.cm dt{
	color:#ee0000;
}
dl.cm dd.comment{
	font-size:90%;
	width:227px;
	margin:5px auto;
	text-align:left;
}


/************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}