@charset "utf-8";
/* --//////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * 　        INDEX
 *
 * 　　1.　TOPページ固有部分
 *
 *
 * --/////////////////////////////////////////////////////////////////////////////////////////////-- */
 
/* ----------------------------------------------------------------------------------------------------
 * ▼　1.TOPページ固有部分
 * --------------------------------------------------------------------------------------------------*/

#Head #date table {
	position: relative;
	top: -2px;
}


#slider {
	margin: 0 0 10px;
	overflow: hidden;
	height: 397px;
}

#topics {
	width: 584px;
	float: left;
	position: relative;
	margin-top: 10px;
}

#topics dl {
	padding: 5px 0 0;
	height: 326px;
	overflow: auto;
}

#topics dt {
	font-size: 13px;
	font-weight: bold;
	color: #0772f4;
	line-height: 1.6;
	padding: 12px 0 0 10px;
	vertical-align: top;
}

#topics dt img {
	vertical-align: middle;
	padding: 0 0 0 10px;
}

#topics dd {
	background: url(../img/share/dotline_gray_h.gif) repeat-x left bottom;
	font-size: 13px;
	color: #333;
	line-height: 1.6;
	padding: 0 0 12px 10px;
}

#topics dd a {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

#topics dd a:hover {
	text-decoration: none;
}

#topics dd img {
	vertical-align: middle;
	padding: 0 0 0 5px;
}

#topics p {
	position: absolute;
	right: 12px;
	top: 32px;
}

#event {
	float: right;
	width: 338px;
	height: 430px;
	background: url(../img/top/bg_event.jpg) no-repeat left 93px;
	padding: 0 0 0 0;
	margin-top: 10px;
}

#in_event {
	padding: 10px 49px 0 47px;
	position: relative;
}

#event h2 {
	padding: 0 0 0 ;
}

#banners {
	clear: both;
	background: url(../img/top/banner_area_bg_btm.gif) no-repeat left bottom;
	width: 910px;
	padding: 0 0 10px 0;
}

#banners #bg_btm{
	background: url(../img/top/banner_area_bg_top.gif) no-repeat left top;
	padding: 10px 0 0 0;
}

#banners ul {
	overflow: hidden;
	zoom: 1;
	background: url(../img/top/banner_area_bg_mid.gif) repeat-y left top;
}

#banners ul li {
	float: left;
	width: 215px;
	margin: 0 0 10px 10px;
	_display:inline;
}

#banners ul li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* -- フッター ------------------------------------------*/
#Foot {	
	padding: 93px 0 20px 0;
	margin: 30px 0 0;
	clear: both;
	text-align: center;
	background: url(../img/share/bg_footer.gif) no-repeat center top;
}

#mid_Foot {	
	padding: 20px 0 0 0;
	border-top: solid 2px #4dae02;
	text-align: text-align:center;
}

#in_Foot {	
	width: 936px;
	padding: 0 0 10px 26px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

ul#foot_banners li {
	display: inline;
	padding-right:20px;
}

ul#fNav {
	margin: 15px 0 4px;
}

ul#fNav li {
	display: inline;
	color: #333;
	cursor: default;
}

ul#fNav li a {
	font-size: 13px;
	color: #333;
	cursor: pointer;
	padding: 0 2px;
}

#Foot p {
	font-size: 13px;
	color: #333;
	line-height: 1.2;
}

#Foot h2 {
	width: 122px;
	position: absolute;
	right: 26px;
	bottom: 10px;	
}



