@CHARSET "UTF-8";
@IMPORT url("./headnav.css");
@IMPORT url("./lside.css");
@IMPORT url("./head_topics.css");
@IMPORT url("./_head_topics.css");
@IMPORT url("./roomrun10points.css");

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image: url("../img/out/wakuhaikei.gif");
	background-repeat:  repeat-y;
	background-position: center;
	background-color: #FFF;
}

#all
{
	margin: 0px auto;
	width: 970px;
	background-color: #FFF;
}

#content{
	float: left;
	width: 760px;
	margin-left: 20px;
}

#lside{
	float: left;
	width: 190px;
}

div.seotext h2{
	font-size: 1.2em;
	border-bottom: #BBB 1px dotted;
	padding: 0px 5px 5px 0px;
	margin: 20px 10px 5px 0px;
}

div.seotext p{
	font-size: 0.95em;
	line-height: 1.9em;
}

div.seotext li{
	font-size: 0.95em;
	line-height: 1.9em;
	border-bottom: #BBB 1px dotted;
	list-style-position: inside;

}

div.imgcontents
{

	width: 750px;
	float: left;
	clear: both;
}

div.imgcontents img
{
	display: block;
	float: left;
}

#foot img{
	border: none;
}

h2
{
	border-bottom:1px dotted #A9A9A9;
	clear:both;
	color:#222222;
	font-size:120%;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:2px;
	margin-top:12px;
	padding-bottom:3px
}

a img
{
	border :none;
}

#maincontent
{
	margin-top: 30px;
	float: left;
	clear: both;
	width: 970px;
}