@import url("common.css");

/*---------------------------------------------------------------------------
構造
----------------------------------------------------------------------------*/
#bt1 a{
	width:143px;
	background:url(../parts/common/bt1_on.jpg);	
}
#main_image{
	width:1029px;
	height:344px;
	background:url(../parts/common/main_image.png) center;
	margin:0 auto;
}
#contents{
	width:1009px;
	min-height:350px;
	margin:0 auto;
	padding:10px;
	padding-left:20px;	
}
#c_left{
	width:408px;
	height:308px;
	float:left;
}

#c_right{
	width:573px;
	height:308px;
	float:right;	
}
/*------------------------ トピックス ---------------------------------*/
#info_title{
	height:35px;
	text-indent:-9999px;
	background:url(../parts/top/top-01.png);
}
#info_bd{
	padding:5px 5px 5px 15px;
	height:253px;
	background:url(../parts/top/top-03.png);
}
#in_box{
	height:253px;
	overflow:auto;
}
#info_bottom{
	height:10px;
	background:url(../parts/top/top-07.png);
}
dl,dt,dd{
	display:block;	
}
dt{
	line-height:24px;
	padding-left:20px;
	padding-bottom:3px;
	height:24px;
	border-bottom:1px dotted #000;
	background:url(../parts/top/ico.png) no-repeat left center;	
}
dd{
	line-height:24px;
	margin:5px 0px;
}
.catch{
	font-size:9px;
	background:#FFCC66;	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:2px 0;
	color:#FFF;
	margin-bottom:2px;
}
/*------------------------ サービス ---------------------------------*/
#s_box{
	width:573px;
	height:232px;	
}

#s_box li{
	float:left;
}
#s_box li a{
	width:178px;
	height:232px;
	display:block;
	text-indent:-9999px;
}
#bn1{
	margin-right:19px;	
}
#bn1 a{
	background:url(../parts/top/top-04.png);
}
#bn2{
	margin-right:19px;	
}
#bn2 a{
	background:url(../parts/top/top-05.png);	
}
#bn3 a{
	background:url(../parts/top/top-06.png);	
}
#s_box li a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;	
}
/*---------------------------------------------------------------------------
パーツ
----------------------------------------------------------------------------*/
#s_title{
	margin-bottom:12px;	
}