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

/*==========================================================

						メインイメージ

==========================================================*/
#mainimg_st {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	width:670px;
	height:160px;
	position:relative;
	clear:both;
	background-image: url(../image/main_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;	/*padding-bottom: 10px;*/
	padding-bottom: 20px;
}
.maintitle {
	width:300px;
	height:30px;
	position:absolute;
	top:40px;
	left:35px;
	font-size: 24px;
	color: #222222;
	font-weight: bold;
}
.maintext {
	width:300px;
	height:30px;
	position:absolute;
	top:80px;
	left:35px;
}



/*==========================================================

						リスト

==========================================================*/
#service {
	width:670px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 40px;
}

.thumb {
float:left;
margin:0 auto;
padding:0 10px 10px;
width:670px;
}
#service dl {
	overflow:hidden;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}
#service dt {
	float:left;
	padding-left:15px;
	width:130px;
	background-image: url(../../common/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #111111;
}
#service dd {
	width:520px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: right;
	font-size: 11px;
}#service h3 {
	background-color: #e7f3fb;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3889d1;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
