@charset:shift_jis;

/*========================
	2008.10.23
	for ECC-TOP
=========================*/

/* レイアウト、背景 */
body#top{
	background: url("../img/bg_02.gif") repeat-y 199px 0;
}
#top #layout{
	width: 961px;
	background: url("../img/top_bg_01.gif") repeat-y;
}

/*　ヘッダーエリア　*/

#top #header_high{
	width: 921px;
}
#top #header_low{
	width: 941px;
}
#top #header_low img{
	vertical-align:middle;
}
#top #header_low strong{
	padding-left:20px;
	font-size:100%;
}


/*　コンテンツエリア　*/

#top #contents{
	width: 750px;
}
#top #contents #flash_top{
	width:729px;
	height:285px;
}

#top #contents #con_container{
	padding:10px 22px 20px 0;
}
#top #contents #con_container #con_left{
	width:529px;
	float:left;
	border-bottom:1px dotted #ccc;
}
#top #contents #con_container #con_right{
	width:190px;
	float:right;
	padding-top:9px;
}
#top #contents #con_container #con_right img{
	margin-bottom:10px;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/



/*　フッターエリア　*/

#top #footer {
	width: 707px;
}
