@charset "utf-8";

/*共通------------------------------------------*/

body{min-width: 1200px!important;}

#i_cont{
	background: url('../img/bg_cont.gif') repeat-x left top;
	padding: 10px;
}

/*i_top*/

#i_top{
	z-index: 10;
	margin-bottom: -10px;
	text-align: center;
	position: relative;
}

#slider{
	position: relative;
	width: 100%;
	height: 393px;

}

#slider li{
	width: 100%;
	text-align: center;
	position: absolute;

}


#t_nav{
	background: url('../img/bg_tnav.png') no-repeat left top;
	width: 303px;
	height: 330px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#t_nav dt{
	height: 60px;
	text-indent: -10000px;
}

.i_box1{
	width: 460px;
	padding: 10px;
	background: white;
}


.i_box2{width: 470px;}

#menu_nav{
	background: #276e93;
	padding: 10px;
}

#menu_nav li{margin-bottom: 10px;}
#menu_nav li:last-child{margin-bottom: 0!important;}

/*i_box1*/

#t_info{}

#info_top{
	padding: 10px;
	margin-bottom: 10px;
}

a.info_link{
	display: block;
	cursor: pointer;
}

#info_top dt{
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 10px;
}

#info_top dd{
	overflow: hidden;
	_zoom: 1;
}

#h_info{
	background: url('../img/h_info.gif') no-repeat left top;
	width: 455px;
	height: 35px;
	position: relative;
	text-indent: -10000px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 5px;
}

#h_info a{
	position: absolute;
	width: 60px;
	height: 35px;
	top: 0;
	right: 0;
}

.info_box{
	padding: 10px;
	font-size: 90%;
}

.info_box dl{
	margin-bottom: 15px;
}

.info_box dl dt{
	padding: 5px 5px 5px 20px;
	background: url('../img/icon.gif') no-repeat left center;
	float: left;
	width: 100px;
	margin-right: 10px;
}

.info_box dl dd{
	overflow: hidden;
	padding:5px;
	_zoom: 1;
}

/*5/18*/
#btn {
	width: 100%;
	height: 393px;
	position: absolute;
	top: 0;
}
#btn div.inr {
	width: 980px;
	height: 443px;
	margin: 0 auto;
	position: relative;
}

#btn_next {
	position: absolute;
	background: url("../img/top_icon.gif") no-repeat;
	width:40px;
	height:40px;
	right: -45px;
	top:200px;
	z-index: 20;
	opacity: 0.5;
}

#btn_next:hover,#btn_prev:hover{
	opacity: 1;
}

#btn_prev {
	position: absolute;
	background: url("../img/top_icon2.gif") no-repeat;
	width:40px;
	height:40px;
	left: -45px;
	top:200px;
	z-index: 20;
	opacity: 0.5;
}

/*5/21*/

.center_box{
	text-align: center;
}

/* 6/9 追加 */

.info_box dl dd span{
	color:#fc3543;
	font-weight: bold;
	background-color: #fffca2;
	margin-left:5px;
	border:1px solid #fc3543;
	padding:1px;
}



