@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :index.css
 style info :indexƒy[ƒW—pCSS
=================================================================== */

/* -----------------------------------------------------------
	.index
----------------------------------------------------------- */

body.daylight {
	background:#fdffc5;
}

body.daylight #contents {
	background:url(../img/index/bg-index.jpg) no-repeat center top;
}


body.daylight #contents_outside {
	width:100%;
	background:url(../img/index/bg-index_top.jpg) repeat-x #fdffc5;
	/* background:url(../img/index/bg-index_top.jpg) repeat-x #E9EEF1; */
}


body.daylight #footer_top {
	background:#fdffc5;
	width:100%;
	height:59px;
	background:url(../img/footer/bg-footer_top.gif) repeat-x #fdffc5;
	/* background:url(../img/footer/bg-footer_top.gif) repeat-x #E9EEF1; */
}

body.daylight .nightBnr{
	display:none;
}


body.night {
	background:#eff4af;
	/* background:#E9EEF1; */
}

body.night #contents {
	background:url(../img/index/bg-index2.jpg) no-repeat center top;
}

body.night #contents_outside {
	width:100%;
	background:url(../img/index/bg-index_top2.jpg) repeat-x #eff4af;
	/* background:#E9EEF1; */
}

body.night #footer_top {
	background:#fdffc5;
	width:100%;
	height:59px;
	background:url(../img/footer/bg-footer_top.gif) repeat-x #eff4af;
	/* background:url(../img/footer/bg-footer_top.gif) repeat-x #E9EEF1; */
}


body.night .lightBnr{
	display:none;
	
}


body.index #flash_area_inside {
	width:960px;
	margin:0 auto;
	height:554px;
}

body.index #main {

}

a.bnr_left{
	margin-right:2px;
}

/*--- #map_area -----------------*/

body.index #map_area{
	margin-top:56px;
	_margin-top:10px; /*for IE6*/
	width:240px;
	background:url(../img/index/bg-map_top.gif) top no-repeat;
	padding-top:10px;
	float:right;
}

body.index #map_area_bottom {
	width:240px;
	background:url(../img/index/bg-map_bottom.gif) bottom no-repeat;
	padding-bottom:10px;
}

body.index #map_area_inside {
	width:200px;
	height:433px;
	background:#fff;
	padding:10px 20px 20px 20px;
}

body.index #map_area_inside .img_map{
	padding-bottom:23px;
}


/*--- #article -----------------*/

body.index #article {
	width: 490px;
	float:right;
	padding-right:20px;
}

body.index .section {
	width:490px;
	background:url(../img/index/bg-section_top.gif) top no-repeat;
	margin-bottom:10px;
	padding-top:10px;
}

body.index .section_bottom {
	width:490px;
	background:url(../img/index/bg-section_bottom.gif) bottom no-repeat;
	padding-bottom:10px;
}

body.index .section_inside {
	width:450px;
	background:#fff;
	padding:0 20px 10px 20px;
	position:relative;
}

body.index .section h2 {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #b9258a;
}

body.index .section_inside .more {
	position:absolute;
	top:0px;
	left:432px;
}

body.index .section dl{
	zoom:1;
	width:450px;
}

body.index .section dl dt{
	clear:left;
	float:left;
	width:10em;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:4px;
}

body.index .section dl dd{
	padding-left:10.5em;
	padding-top:3px;
	padding-bottom:4px;
	border-bottom:1px solid #ededed;
}

body.index .section dl.news dt {
	background:url(../img/index/bg-news_right.gif) right no-repeat;
}

body.index .section dl.info dd.info_ico{
	float:left;
	padding-left:0;
	border-bottom:none;
}

body.index .section dl.info dt{
	width:9.5em;
}

body.index .section dl.info dd{
	padding-left:15em;
}


body.index .section dl dd.last{
	border-bottom:none;
}

body.index .section dd.info_ico img{
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
	padding-bottom:4px;
	display:inline;
	margin-left:0;
	vertical-align:middle;
}

body.index .section dl:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*--- #aside -----------------*/

body.index #aside {
	margin-top:2px;
}