@charset "shift_jis";



@import url("./common.css");


#cts{
	width:580px !important;
	background:none !important;
}
#header{
	width:580px !important;
	height: 90px !important;
}
#cont{
	width:580px !important;
	background:#FFF !important;
	padding-top:20px !important;
}
#footer{
	width:580px !important;
	background:#FFF !important;
	margin:0px 10px 0px 10px !important;
}


/* CTS -------------------------------------------------*/

#cont #cmian h1{
	padding:0px 5px 5px 5px;
	border-bottom:1px solid #9C0;
	font-size:14px;
	color:#9C0;
	margin-bottom:20px;
}

#cont #cmian h2{
	font-size:14px;
	color:#666;
	margin-bottom:20px;
}
#cont #cmian h2 span{
	font-size:14px;
	color:#9C0;
}

#cont #cmian .cmt{
	font-size:10px;
	color:#666;
	margin-top:2px;
}

#cont #cmian h3{
	padding:6px 5px 5px 5px;
	background:#EEE;
	border-bottom:1px solid #9C0;
	font-size:14px;
	color:#9C0;
}
#cont #cmian h3 span{
	color:#333;
}

#cont #cmian .bukken{
	padding:10px;
	background:#EEE;
}

#cont #cmian .bukken h4{
	width:360px;
	margin-left:150px;
	padding-bottom: 8px;
	background:url("../img/bg_line.gif") repeat-x 0% 100%;
	color:#333366;
	font-size:14px;	
}
#cont #cmian .bukken h4 a{
	display:block;
	padding:2px 0px 0px 26px;
	background:url("../img/bg_arrow_green.gif") no-repeat 0 0px;
	color:#333366;
	text-decoration:none;
}

#cont #cmian .bukken dl{
	width:360px;
	margin-left:150px;
	padding-top:5px;
	line-height:1.3em;
}
#cont #cmian .bukken dl dt{
	float:left;
	padding:5px 0px 0px 5px;
}
#cont #cmian .bukken dl dd{
	margin:0px 0px 0px 75px;
	padding:5px 0px 0px 5px;
}

.box ol{
	padding:5px 0px 5px 10px;
	border:5px solid #CCE57F;
	line-height:1.7em;
	list-style-type:none;
	font-size:14px;
}
.box ul{
	padding:3px 0px 5px 13px;
	list-style-type:disc;
}
.box ol li{
	padding-left:20px;
	background:url("../img/icon_star.gif") no-repeat 0 3px;
}
.box ul li{
	padding-left:0px;
	background:none;
}



.box dl{
	line-height:1.3em;
}
.box dl dt{
	float:left;
	padding:5px 0px 0px 10px;
}
.box dl dd{
	padding:5px 5px 5px 150px;
	background:url("../img/bg_line.gif") repeat-x 0% 100%;
}