@charset "utf-8";
/************************************************************
CSS Information
 File name:      top.css
 Style Info:     トップページのスタイル
************************************************************/

/*============================================================
 トップビジュアル
 ============================================================*/
/*===== topvisual =====*/
.indexWrap{
	background:#F2F1EE;
	overflow:visible;
	height:390px;
}
.indexContentsWrap{
	width:960px;
	margin:0 auto;
	position:relative;
}
.indexContentsWrap .indexNav{
	width:204px;/*230*/
	float:left;
	background:#F08200;
    filter: alpha(opacity=80); /* IE7以下用 */
    -ms-filter: “alpha(opacity=80)”; /* IE8用 */
    opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
	margin:0 auto;
	padding:0 13px;
	position:absolute;
	z-index:99;
	top:-390px;
	left:0;	
}
	.indexNav li{
	display:block;
	list-style:none;
	}


.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#topslide{
	width: 1230px;/*100%*/
	height: 390px;
	margin: 0px auto;
	overflow: hidden;
}


/*
article#topmain　メインコンテンツ
 ============================================================*/
#top{
	width:960px;
	margin:0 auto;
	background: url(../images/bgTopcontents.gif) repeat-y top left;
	overflow:auto;
	}

#topmain{
	width:690px;
	float:right;
	margin:40px 0 30px 0;
	}
#topmain .topsubBtn{
	position:absolute;
	right:0;
	top:20px;
	}
	
/*
div#topsub　サイドバー
 ============================================================*/
#topsub{
	width:204px;/*230*/
	float:left;
	margin:0 40px 0 0;
	padding:40px 13px 0 13px;
	}
	#topsub li{
	display:block;
	list-style:none;
	margin-bottom:20px;
	}

/*============================================================
 新着情報 
 ============================================================*/
 
/*---  新着情報-詳細  -----------*/
.news{
	background:#E9E4D9;
	padding:10px;
	margin-bottom:20px;
	overflow:auto;
	}
.newsTit{
	float:left;
	}
.newsBox{
	float:right;
	width:540px;
	text-align:left;
	}
.news_line dt{
	clear: left;
  float: left;
	width: 7.5em;
	}
.news_line dd{
	margin-left: 7.5em;
	}
.news a:link {color: #000;text-decoration: underline;}
.news a:visited {color: #000;text-decoration: underline;}
.news a:hover {color: #666; text-decoration:none;}
.news a:active {color: #000;text-decoration: underline;}
