@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .imgArea {
	margin: 0 -1px 8px;
}

#conts .news {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 2px solid #594510;
}

#conts .news p {
	background-color: #594510;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#conts .news dt {
	padding: 1px 0 0 20px;
	float: left;
	clear: left;
	background-image: url(../img/template/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#conts .news dd {
	margin-bottom: 5px;
	padding: 0 0 6px 95px;
	background: url(../img/template/line/02.gif) repeat-x left bottom;
}

#conts .news dd.last {
	margin: 0;
	padding-bottom: 0;
	background: none;
}

#conts .reason {
	position: relative;
	zoom: 1;
	background-color: #FFFFFF;
	width: 635px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#conts .reason .iconbox01{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon01.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 90px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9E8F65;
	background-position: 20px 5px;
	margin-right: 10px;
}

#conts .reason .iconbox02{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon02.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 90px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9E8F65;
	background-position: 20px 5px;
	margin-right: 10px;
}

#conts .reason .iconbox03{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon03.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 90px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9E8F65;
	background-position: 20px 5px;
	margin-right: 10px;
}

#conts .reason .iconbox04{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon04.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 150px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9E8F65;
	background-position: 20px 5px;
	margin-right: 10px;
}

#conts .reason .rbg{
	background-image: url(../img/home/reason_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#conts .reason ul{
	margin-bottom: 10px;
	background-image: url(../img/home/reason_dot.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#conts .reason li{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 12px 3px;
	line-height: 1.2em;
	margin-bottom: 7px;
	width: 450px;
	background-image: url(../img/template/icon/07.gif);
}

#conts .detail_table {
	margin-bottom: 10px;
}

#conts .detail_table td {
	text-align: center;
	width: 25%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	vertical-align: top;
}

#conts .detail_table p {
	text-align: left;
}

#conts .detail_table .imgbox {
	height: 155px;
	width: 155px;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

#conts .detail_table .imgbox2 {
	height: 180px;
	width: 140px;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

