@import url(default.css);

body {
	background: url("../images/index_bg01.gif") repeat-x #E8E8E8;
}

/* -----------全体囲み----------- */
#all {
	background: url("../images/index_bg02.gif") repeat-y #E8E8E8;
}

/* ================================================================== */
/* -----------ヘッダー全体----------- */
#head00 {
	height: 256px;
}
/* -----------ヘッダーイメージ----------- */
#head_indximg {
	display: block;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url("../images/index_img01.jpg") 0px 0px no-repeat;
}
/* -----------ヘッダーキャッチ----------- */
h1.ctch01 {
	margin: 0;
	padding: 3px 0 0 15px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
}

/* ================================================================== */
/* -----------コンテンツ全体囲み（フッターまで）----------- */
#contents {
	margin-top: 20px;
}
/* -----------左右分け----------- */
#index_left {
	margin: 0;
	padding:0;
	width: 325px;
	float: left;
	overflow: hidden;
}
#index_right {
margin:0;
	padding:0;
	width: 475px;
	float: left;
	overflow: hidden;
}

/* ================================================================== */
/* -----------左側----------- */
#index_leftbanner {
	margin: 0 20px 0 10px;
	padding: 0;
	width: 275px;
}
ul#indx_lftbnnr {
	position: relative;
	margin: 0;
	padding: 0; /* NN必須 */
	width: 275px;
	height: 580px;
	list-style: none;
	overflow: hidden;
}
ul#indx_lftbnnr li a {
	display: block;
	width: 275px;
	position: absolute;
	overflow: hidden;
	padding: 93px 0 0 0;
	text-indent: -300px;
	text-decoration: none;
	left: 1px;
}
li#indxlftbnnr01 a{ 
	background: url("../images/index_bnnr01.gif") no-repeat 0 0;
	top: 0px;
	height: 93px;
}
li#indxlftbnnr02 a{ 
	background: url("../images/index_bnnr02.gif") no-repeat 0 0;
	top: 97px;
	height: 75px;
}
li#indxlftbnnr03 a{ 
	background: url("../images/index_bnnr03.gif") no-repeat 0 0;
	top: 176px;
	height: 75px;
}
li#indxlftbnnr04 a{ 
	background: url("../images/index_bnnr04.gif") no-repeat 0 0;
	top: 255px;
	height: 75px;
}
li#indxlftbnnr05 a{ 
	background: url("../images/index_bnnr06.gif") no-repeat 0 0;
	top: 334px;
	height: 75px;
}
li#indxlftbnnr06 a{ 
	background: url("../images/index_bnnr07.gif") no-repeat 0 0;
	top: 413px;
	height: 75px;
}
li#indxlftbnnr07 a{ 
	background: url("../images/index_bnnr08.gif") no-repeat 0 0;
	top: 492px;
	height: 75px;
}
li#indxlftbnnr01 a:hover, 
li#indxlftbnnr02 a:hover, 
li#indxlftbnnr03 a:hover, 
li#indxlftbnnr04 a:hover, 
li#indxlftbnnr05 a:hover, 
li#indxlftbnnr06 a:hover{ 
	background-position: -275px 0;
}

/* ================================================================== */
/* -----------右側----------- */
/* -----------キャッチ----------- */
#main {
	margin: 0 10px 0 0;
	padding: 0;
	width: 455px;
}
h2#index_ctch01 {
	display: block;
	margin: 0;
	padding: 0;
	width: 455px;
	height: 176px;
	text-indent: -100em;
	background: url("../images/index_img02.jpg") no-repeat 0 0;
}
/* -----------バナー----------- */
#index_rightbanner {
	margin-bottom: 5px;
	padding: 0;
	width: 455px;
}
ul#indx_rghtbnnr {
	position: relative;
	margin: 0;
	padding: 0; /* NN必須 */
	width: 455px;
	height: 90px;
	list-style: none;
	overflow: hidden;
}
ul#indx_rghtbnnr li a {
	display: block;
	width: 455px;
	position: absolute;
	overflow: hidden;
	padding: 90px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	left: 29px;
}
li#indxrghtbnnr01 a{ 
	background: url("../images/index_bnnr05.gif") no-repeat 0 0;
	top: 0px;
	height: 90px;
}
li#indxrghtbnnr01 a:hover{ 
	background-position: 0 -90px;
}
/* -----------最新情報----------- */
h3.info {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -100em;
	width: 455px;
	height: 26px;
	background: url("../images/index_info01.gif") no-repeat 0 0;
}
dl.infotxt {
	margin-bottom: 23px;
	padding: 0;
	border-bottom: dotted 1px #CCC;
}
dl.infotxt dt {
	clear: left;
	float: left;
	margin: 0 0 0.5em;
	width: 7em;
	padding-top: 0.5em;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
	border-top: dotted 1px #CCC;
}
dl.infotxt dd {
	margin-bottom: 0.5em;
	margin-left: 7.5em;
	padding-top: 0.5em;
	font-size: 11px;
	line-height: 1.3em;
	border-top: dotted 1px #CCC;
}
/* -----------チームマイナス6％----------- */
#team6{ 
	margin:5px 0 5px 20px;
	font-size:10px; 
	line-height:12px;
}
#team6 td{padding-bottom:5px;}