@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/bg.jpg) repeat-x;
}
/*--------------------------------------------
contents
---------------------------------------------*/
.index {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 35px 0;
	background: url(../images/header_bg.jpg) no-repeat;
}
#main_catch {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#main_catch_inner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#main_catch_inner h1 {
	position: absolute;
	width: 722px;
	top: 250px;
	left: 70%;
	margin-left: -500px;
	border: none;
}
#main_catch_inner p {
	position: absolute;
	width: 722px;
	top: 340px;
	left: 70%;
	margin-left: -500px;
}

/*-service-----------------------------*/
#service {
	width: 880px;
	/*height: 290px;*/
	height: auto;
	float: left;
	margin-bottom: 25px;
	padding: 0;
	background: url(../images/service_bg.jpg) bottom no-repeat;
}
.s_list,.s_list2 {
	padding: 15px;
	background: #FFF;
}
.s_list {
	width: 400px;
	float: left;
}
.s_list2 {
	min-width: 830px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 0 !important;
}
#conts_area #service h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 10px;
	clear: none;
	color: #b0875c;
	border: none;
}
#conts_area #service .s_list h1,#conts_area #service .s_list2 h1 {
	margin: 0;
	padding: 0;
	border: none;
}
#conts_area #service .s_list h1 span,#conts_area #service .s_list2 h1 span {
	font-size: 0.7em;
	margin-left: 10px
}
.gap {
	margin-right: 20px;
}
/*-news-----------------------------*/

#news {
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
#conts_area #news h1 {
	margin: 0;
	padding: 0 0 5px 10px;
	color: #FFF;
	font-size: 1.6em;
	border: none;
}
#news dl {
	margin: 0;
	padding: 0;
	border: none;
}
#news dl dt {
	width: 90px;
	margin: 0 15px 0 0;
	padding-top: 8px;
	padding-left: 30px;
	float: left;
	border: none;
	font-size: 1.4em;
	font-weight: bold;
}
#news dl dd {
	margin: 0;
	border-bottom: 1px #CCC dotted;
}
#news dl dd a,
#news dl dt a {
	display: block;
	background: #f8f8f8;
	line-height: 40px;
}
#news dl dd a:hover {
}