@charset "utf-8";

/*=========================================================================

種別 ： トップ専用css
適用 ： トップ固有スタイル

=========================================================================*/
/* トップナビ設定
=============================================== */
#topNav{
	width: 100%;
	height:169px;
	background: url("../../img/conBg.jpg") center 0 no-repeat;
}
#topNav ul{
	width: 910px;
	margin: 0 auto;
	height:100%;
	position: relative;
}
#topNav li{
	display: inline;
}
#topNav a{
	height:155px;
	display: block;
	position:absolute;
	top: 10px;
	text-indent: -9999px;
	background: url("../../img/mainBtn.jpg") 0 0 no-repeat;
}
#topNav #topNav01 a{
	width: 226px;
	left: 0;
	background-position: 0 0;
}
#topNav #topNav02 a{
	width: 228px;
	left:226px;
	background-position: -226px 0;
}
#topNav #topNav03 a{
	width: 229px;
	left:456px;
	background-position: -456px 0;
}
#topNav #topNav04 a{
	width: 227px;
	right:0;
	background-position: right 0;
}
#topNav #topNav01 a:hover{
	width: 226px;
	left: 0;
	background-position: 0 -156px;
}
#topNav #topNav02 a:hover{
	width: 228px;
	left:226px;
	background-position: -226px -156px;
}
#topNav #topNav03 a:hover{
	width: 229px;
	left:456px;
	background-position: -456px -156px;
}
#topNav #topNav04 a:hover{
	width: 227px;
	right:0;
	background-position: right -156px;
}

#TOP #CONTENTS h3{
	width: 100%;
	border-bottom:1px solid #767066;
}

/* FLASH
=============================================== */
#main{
	width: 900px;
	height:342px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
}
#flash {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 左カラム要素
=============================================== */
#TOP #LEFT_COL{
	width:380px;
	float: left;
	text-align: left;
}
/* 右カラム要素
=============================================== */
#TOP #RIGHT_COL{
	width:480px;
	float: right;
	text-align: left;
}

/* おすすめプラン
===============================================*/
#recommend{
	width: 100%;
	position: relative;
}
#recommend h3{
}
#recommend .item{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 14px;
	margin-bottom: 4px;
	background: url("../img/dotted_x01.gif") 0 bottom repeat-x;
}
#recommend .item .col_l{
	width: 180px;
}
#recommend .item .col_r{
	width: 290px;
	margin-top: -4px;
}
#recommend .item .col_r dt{
	font-size: 14px;
	padding-bottom: 8px;
	font-weight: bold;
}
#recommend .item .col_r dt a{
	color: #498A7F;
	text-decoration: underline;
}
#recommend .item .col_r dt a:hover{
	text-decoration: none;
}
#recommend .item .col_r dd{
	padding-bottom: 10px;
}
#recommend .item .col_r dd.btn{
	padding-bottom: 0px;
}
#recommend .gotoList{
	right: 0;
	top: 0px;
	position: absolute;
}
/* 新着情報
===============================================*/
#topics{
	width:100%;
	padding-bottom: 20px;
	position: relative;
}
#topics dl{
width: 100%;
padding-bottom:10px;
margin-top: 8px;
background: url("../img/dotted_x01.gif") 0 bottom repeat-x;
}
#topics dt{
width: 30%;
float:left;
}
#topics dd{
width: 70%;
float:right;
}
#topics dd a{
	color:#22678B;
	text-decoration: underline;
}
#topics dd a:hover{
	text-decoration: none;
}
#topics .gotoList{
	right: 0;
	top: 0px;
	position: absolute;
}

/* アクセス＆バナー
===============================================*/
#box01{
	width:100%;
	position:relative;
	height:180px;
	background: url("../../img/topBtn.jpg") 0 0 no-repeat;
	z-index:1;
}
#box01 p{
	position:absolute;
}
#box01 #banner01{
	position:absolute;
	top: 10px;
	left: 10px;
}
#box01 #banner02{
	width: 176px;
	height: 110px;
	position:absolute;
	top: 10px;
	right: 10px;
}
#box01 #banner03{
	position:absolute;
	bottom: 10px;
	right: 10px;
}
#box01 p a{
	text-indent: -9999px;
	display: block;
	width: 176px;
	height: 110px;
	z-index:10;
}
#box01 #banner03 a{
	width: 360px;
	height: 40px;
}
#box01 #banner01 a:hover{
	background: url("../../img/topBtn.jpg") -10px -190px no-repeat;
}
#box01 #banner02 a:hover{
	background: url("../../img/topBtn.jpg") -194px -190px no-repeat;
}
#box01 #banner03 a:hover{
	background: url("../../img/topBtn.jpg") -10px -310px no-repeat;
}
