@charset "utf-8";
@import url("common.css");
body{
	background:url(../img/index/back_BodyHead.gif) repeat-x;
}
/*head
----------------------------------------------------------------------------------------------------*/
div#IndexHead{
	background:url(../img/index/back_Indexhead.gif) no-repeat top center;
	width:100%;
	height:390px;
}
div#MainFlash{
	height:250px;
	margin:0 auto;
	position:relative;
	width:870px;
}
div#MainFlash ul{
	position:absolute;
	top:15px;
	right:15px;
}
div#MainFlash ul li{
	line-height:0;
	margin-bottom:10px;
	vertical-align:bottom;
}
div#MainFlash ul li img{
	vertical-align:bottom;
}

/*contents
----------------------------------------------------------------------------------------------------*/
div#main h2{
	margin-bottom:10px;
}
div#ServiceList{
	background:url(../img/index/back_ServiceList.gif) no-repeat left center;
	margin-bottom:10px;
	height:300px;
	width:600px;
}
div#ServiceList img{
	vertical-align:bottom;
}
div#ServiceList div{
	float:left;
	height:140px;
	margin-right:10px;
	margin-bottom:10px;
	width:193px;
}
div#ServiceList div.link{
	background:url(../img/index/btn_SList_a.gif) no-repeat center bottom;
	height:140px;
}
div#ServiceList div.linkhover{
	background:url(../img/index/btn_SList_b.gif) no-repeat center bottom;
	cursor:pointer;
	height:140px;
}
div#ServiceList div.W194px{
	width:194px;
	margin-right:9px;
	margin-right /*IE6*/:10px;
}
div#ServiceList div.last{
	margin-right:0;
}
div#ServiceList p.more{display:none;}

/*ul#news{
	margin-top:-10px;
	margin-bottom:20px;
	position:relative;
}
ul#news li{
	border-bottom:1px #CCCCCC dashed;
	color:#5499DE;
	list-style:disc;
	margin-left:20px;
	padding:10px 0;
	text-align:left;
}
ul#news li span.date{color:#333333;}
ul#news li a{
	background:url(../img/common/arrow_right_blue_8-8px.gif) no-repeat left center;
	color:#333333;
	padding-left:12px;
	text-decoration:none;
}*/
dl#news{
line-height:1.6;
	margin-top:-10px;
	margin-bottom:20px;
	position:relative;
}
dl#news dt{
	background:url(../img/common/icon_blueball.gif) no-repeat left center;
	clear:left;
	float:left;
	padding:10px 0;
	padding-left:12px;
	text-align:left;
	width:7em;
}
dl#news dd{
	border-bottom:1px #CCCCCC dashed;
	margin-left:10px;
	padding:10px 0;
	padding-left:8em;
	text-align:left;
}
dl#news dd a{
	background:url(../img/common/arrow_right_blue_8-8px.gif) no-repeat 0 0.5em;
	color:#333333;
	display:block;
	padding-left:14px;
}
/* hide from Mac IE \*/
* html dl#news dd a{
	background:url(../img/common/arrow_right_blue_8-8px.gif) no-repeat 0 50%;
	color:#333333;
	display:inline;
	padding-left:14px;
}
/* */ 