@charset "utf-8";

@import "reset.css";
@import "common.css";
@import "hikaku.css";


#wrap {
	width: 100%;
	background-image: url(../img/bg_wrap_02.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#layout {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contentWrap {
	width: 904px;
	margin-top: 25px;
}
.txtRed {
	color: #F00;
}
.txtWhite {
	color: #FFF;
}
.txtGreen {
	color: #166c18;
}
.txtGreenBig {
	color: #166c18;
	font-weight:bold;
	font-size:16px;
}
.txtCenter {
	text-align: center;
}

.w570 {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.w520 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.w240 {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}




/*==================================================
	#head
==================================================*/
#head {
	height: 158px;
	width: 904px;
	text-align: center;	
	position: relative;
}
#head h1 {
	float: left;
	margin-top: 20px;
}
#head .hContact {
	float: right;
	margin-top: 10px;	
}

.gMenu {
	height: 69px;
	width: 904px;
	position: absolute;
	left: 0px;
	top: 90px;
}
.gMenu li {
	float: left;
}
#main {
	float: right;
	width: 604px;
}
#side {
	float: left;
	width: 274px;
}
#side .menuList {
	text-align: center;
	clear:both;
	width: 274px;
}
#side .menuList .ttl {
	height: 37px;
	line-height: 37px;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-image: url(../img/sideTtlBg01.png);
	background-repeat: no-repeat;
}
#side .menuList .ttl02 {
	height: 37px;
	line-height: 37px;
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-image: url(../img/sideTtlBg02.png);
	background-repeat: no-repeat;
}
#side .menuList.bg .area {
	background-image: url(../img/sideBg.png);
	background-repeat: repeat-y;
	text-align: center;
}
#side .menuList.bg li {
	background-image: url(../img/point.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	font-size: 85%;
	line-height: 1.3em;
	margin-top: 5px;
}



#side .ecoBnr {
	clear: both;
	background-image: url(../img/sideBnrEco.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 274px;
	position: relative;
}
#side .ecoBnr.mgt20 p {
	font-size: 85%;
	line-height: 1.3em;
	position: absolute;
	left: 20px;
	top: 20px;
}
#main .mainBox {
	clear: both;
	width: 604px;
}
#main .mainBox .ttl {
	height: 46px;
	width: 604px;
	background-image: url(../img/mainTtlBg.png);
	background-repeat: no-repeat;
	line-height: 46px;
	font-size: 16px;
	color: #166c18;
	padding-left: 50px;
}
#main .mainBox .area {
	background-image: url(../img/mainBg.png);
	background-repeat: repeat-y;
	text-align: center;
}

/*==================================================
	#footer
==================================================*/
#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #ededed;
	clear: both;
	margin-top: 25px;
}
#footer .area {
	height: 154px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.totopBtn {
	background-image: url(../img/top_btn_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 109px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 3px;
	line-height: 27px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}
.footerLine {
	height: 2px;
	width: 274px;
	position: absolute;
	left: 0px;
	top: 30px;
}
.footerLogo {
	height: 16px;
	width: 258px;
	position: absolute;
	left: 8px;
	top: 56px;
}
.footerCopy {
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
	position: absolute;
	left: 8px;
	bottom: 30px;
	color: #666;
}
.footerMenu {
	position: absolute;
	right: 0px;
	bottom: 30px;
	font-size: 80%;
	text-align: right;
}
#main .news {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	clear: both;
}
#main .newsLast {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
#main .news .cap,
#main .newsLast .cap {
	color: #166c18;
}
#main .news .txt,
#main .newsLast .txt {
	margin-top: 5px;
}
#main .news .linkBtn,
#main .newsLast .linkBtn {
	float: right;
	padding-right: 15px;
	padding-left: 30px;
	border: 1px solid #E0E0E0;
	font-size: 12px;
	background-image: url(../img/arw.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 32px;
	line-height: 32px;
	margin-top: 65px;
}
#main .arwBig {
	height: 112px;
	width: 229px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/arw02.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#main .arwBig p {
	font-size: 92%;
	padding-top: 15px;
}
.case {
	height: 130px;
	width: 520px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	position: relative;
}
.case .chara {
	position: absolute;
	left: 0px;
	top: 0px;
}
.case .name {
	color: #993333;
	position: absolute;
	left: 115px;
	top: 40px;
}
.case .honbun {
	text-align: left;
	position: absolute;
	left: 115px;
	bottom: 30px;
	font-size: 85%;
}
.case .btn {
	position: absolute;
	right: 0px;
	top: 47px;
}
.case .arw {
	position: absolute;
	top: 51px;
	right: 139px;
}
.viceArea {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
.viceArea.clearfix .w286 {
	float: right;
	width: 276px;
}
.viceArea .ad {
	background-image: url(../img/uvad.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	padding-left: 40px;
}
.viceArea .tel {
	background-image: url(../img/uvtel.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	padding-left: 40px;
	margin-top: 5px;
}
.viceArea .before {
	border: 1px dotted #CCC;
	clear: both;
	padding: 10px;
	margin-top: 10px;
}
.bkTtl {
	padding: 10px;
	background-color: #333;
	font-size: 15px;
	color: #FFF;
}



td.a1 {
	background-color: #E5E4E4;
}

td.a2 {
	background-color: #BFCAE2;
}

td.a2 img {
	margin: 0 0 0 3px;
	vertical-align: bottom;
}
table.sei2 th {
	vertical-align: top;

	padding: 0;
	text-align: left;
	border-right: 1px solid #CCC;
}

table.sei2 td {
	vertical-align: top;
	padding: 0.2em 0.7em;
	text-align: left;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.sei2 {
	margin: 0 3px 10px;

	border-collapse: collapse;
	font-size:12px;
}

table#sei2mihon {
	margin: 5px 0 0;

	border-collapse: collapse;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

table#sei2mihon td {
	vertical-align: top;
	padding: 0.2em 0.7em;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.jsTtl {
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 16px;
	color: #993333;
}






.formUl {
	width: 520px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	clear:both;
}

.formLiL {
	float: left;
	width: 130px;
	background-image: url(../img/mark.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.formLiR {
	float: right;
	width: 393px;
}
.formLiL p {
	margin-left: 40px;
}
.formBox {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.formBoxUl {
	clear: both;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.formBoxUlLast {
	clear: both;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.formBoxLiL {
	width: 180px;
	float: left;
	background-image: url(../img/mark.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 27px;
	line-height: 27px;
}
.formBoxLiR02 {
	float: right;
	width: 319px;
	height: 27px;
	line-height: 27px;
	
}

.formBoxLiR {
	float: right;
	width: 319px;
	height: 27px;
	background-image: url(../img/bg_input_long.jpg);
	background-repeat: no-repeat;
}
.formBoxLiR input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	margin-left: 5px;
	color: #333;
	margin-top: 5px;
}
.formBoxLiR select {
	width: 309px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	color: #333;
	margin-top: 5px;
}
.formBoxLiRArea {
	height: 137px;
	width: 319px;
	float: right;
	background-image: url(../img/bg_input_vlong.jpg);
	background-repeat: no-repeat;
}
.formBoxLiRArea02 {
		margin-top: 5px;

	width: 319px;
	float: right;

}
.formBoxLiRArea textarea {
	width: 309px;
	margin-top: 5px;
	margin-left: 5px;
	height: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
