/* CSS Document */
/*----------------<index>--------------------*/


div#back_container {
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color:transparent;
	width: 100%;
	height: 680px;
	position: absolute;
	background-image: url(img/back_01.jpg);
}

div#container {
	left: 0px;
	top: 0px;
	background-color:transparent;
	width: 100%;
	height: 680px;
	z-index: 5;
	position: absolute;
}


div#contents_container {
	height: auto;
	width: 450px;
	left: 300px;
	top: 60px;
	position: absolute;
	height: 500px;
}


/*スクロールさせている部分*/
div#cnt1_scroll_container{
	height: 430px;
	overflow: auto;
	margin-top: 20px;
	position: relative;
}
div#cnt2_scroll_container{
	overflow: auto;
	height: 430px;
	width: auto;
	margin-top: 65px;
}


div.news_midashi{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	text-align:right;
	background-image: url(img/em_bg.gif);
}
div.news_detail{
	position:relative;
	top:0px;
	left:95px;
	width: 330px;
	font-size:100%;
	/*margin-left: 115px;*/
}


h2#h2_title1 {
	width:450px;
	background-image: url(img/em_bg_02.gif);
}


/*バーティカルグリッド*/
div#vglid_container {
	margin-top: 20px;
	line-height: 9px;
	position: relative;
	height: 18px;
	font-size: 9px;
	
}
div#vglid_title1 {
	width:80px;
	text-align: right;
	margin-right: 20px;
	background-image: url(img/em_bg.gif);
}

div#vglid_title2{
	width:330px;
	vertical-align: bottom;
	position: absolute;
	left: 95px;
	top: 0px;
}


