@charset "shift_jis";

/*----------------------------------------------------------
flash
----------------------------------------------------------*/
#flash{
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
/* slider_wrapper */
.slider { border-bottom: 5px solid #e0e0e0;width: 100%; height: 336px; }
.slider_wrapper { width:800px; margin:0 auto; }

/* coda_slider */
.coda_slider,
.coda_slider li { display:block; width:800px; height: 336px; }
.coda_slider { position:relative; overflow:hidden; clear:both; }
.coda_slider li { float:left; }
.coda_slider .panel-container { position:relative }

.coda-nav-left,
.coda-nav-right{
	display: none;
}
/*----------------------------------------------------------
contents
----------------------------------------------------------*/
#contents #main{
	float: left;
	width: 581px;
	padding-top: 20px;
	font-size: 80%;
	padding-bottom: 30px;
}
#contents #main .left,
#contents #main .right{
	margin-bottom: 20px;
}
#contents #main h2.icon{
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#contents #main h2 a{
	color: #03326C;
	text-decoration: none;
}
#contents #main h2 a:hover{
	color: #717171;
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}