@charset "Shift_JIS";

*{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-family: Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}
iframe{
	display: none;
}
body{
	width:100%;
	height:100%;
	font-size: 10pt;
}
.all{
	margin:0px auto 20px auto;
	width:700px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.main{
	margin:0px auto;
	background-image: url(../img/topphoto2c.jpg);
	background-repeat:no-repeat ;
	width:700px;
	height:541px;
}
.hooter{
	text-align: center;
	border-top:solid 1px #000;
	padding:10px;
}
h1{
	position: absolute;
	text-indent: -9999px;
}
.main ul{
	width:130px;
	height:250px;
	padding:70px 0px 20px 30px;
	font-size:16px;
	list-style-type:none;
}
.main li{
	font-weight: bold;
	text-indent: 15px;
	margin:5px 0px;
	height:24px;
}
.main ul li a{
	background-image: url(../img/csl-off.gif);
	background-repeat: no-repeat;
	color:#000;
	text-decoration:none;
	display:block;
	height:24px;
}
.main ul li a:hover{
	color:#7A1E2A;
	text-decoration:underline;
	background-image: url(../img/csl-on.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.count{
	margin:50px 40px 0px 40px;
}
.info{
	font-size:90%;
	line-height: 1.3;
	width:435px;
	height:100px;
	margin:20px 0px 0px 27px;
	position : relative;
}
.info h2{
	font-size:8pt;
}
.info a{
	color:#000;
	text-decoration: underline;
}
.info img{
	margin-right: 5px;
}

.info a:hover{
	text-decoration: underline;
}
.info .more{
	position: absolute;bottom: 0px; right:0px;
}
.hooter a{
	color:#888;
}