@charset "utf-8";

@import "reset.css";
@import "common.css";




/*==================================================
	#wrap
==================================================*/
#wrap {
	width: 100%;
}
#main {
	width: 960px;
	margin: 0 auto;
}

/*==================================================
	#head
==================================================*/
#head {
	width: 960px;
	height: 90px;
}
#head h1 {
	float: left;
	margin-top: 20px;
}
#head .hContact {
	float: right;
	margin-top: 10px;	
}
#mainImg {
	clear: both;
	width: 960px;
	height: 280px;
	position: relative;
	background-image: url(../img/mainImg_01.jpg);
	background-repeat: no-repeat;
}
#mainImg .btn01 {
	width: 221px;
	height: 47px;
	position: relative;
	top: 155px;
	left: 701px;
	*left: 330px;
}
#mainImg .btn02 {
	width: 221px;
	height: 47px;
	position: relative;
	top: 165px;
	left: 701px;
	*left: 330px;
}


/*==================================================
	#side
==================================================*/
#side {
	float: left;
	width: 240px;
	border-right: 1px #ebebeb solid;	
	border-left: 1px #ebebeb solid;
}
#side .menu {
	text-align: right;
	margin: 30px 0 0 0;
}
#side .menu .bgLine {
	height: 170px;
	margin: 10px 0 0 29px;
	border-left: 3px #e5e5e5 solid;	
}
#side .menu ul {
	margin-left: -2px;
	padding-top: 10px;
	list-style-type: none;
}
#side .menu li {
	font-size: 0px;
	line-height: 0;
	padding: 5px 0;
}
#side .menu li img {
	vertical-align: bottom;	
}
#side .bannerArea {
	margin: 20px 0 20px 0;
}
#side .bannerArea img {
	margin-bottom: 10px;
}
#side .info {
	font-size: 86%;
	text-align: center;
	padding: 20px 0 50px 0;
	border-top: 3px #621500 solid;
}
#side .info p {
	margin: 10px 0 10px 10px;
}
#side .info .ad01 {
	float: left;
	width: 30px;
	height: 20px;
	text-align: center;
	margin: 5px 5px 0 20px;
	*margin: 5px 5px 0 10px;	
	padding-top : 5px;
	border: 1px #e5e5e5 solid;
}
#side .info .ad02 {
	text-align: left;	
}


/*==================================================
	#content
==================================================*/
#content {
	float: right;
	width: 690px;
	margin: 30px 0 20px 0;	
}
#content .contentBox {
	text-align: left;
	margin: 0 auto 30px;
}
#content .contentBox .ttl {
	margin-bottom: 20px;
}
#content .contentBox .ttl_00 {
	width: 690px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 20px;	
	padding-left: 40px;
	background-image: url(../img/ttl_00.jpg);
	background-repeat: no-repeat;
}
#content .contentBox .ttl_01 {
	height: 32px;
	line-height: 32px;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 5px;
	border-left: 10px #ccc solid;
	border-bottom: 3px #e5e5e5 solid;
}
#content .contentBox .ttl_02 {
	color: #621500;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .contentBox .txt {
	margin: 0 20px 20px 20px;
}


#news {
	text-align: left;
	margin-bottom: 20px;
	padding: 10px 0;
	border: 1px #e5e5e5 solid;
}
#news p {
	padding: 0 10px;
}
#news ul {
	margin: 10px 0 5px 5px;
}
#news li {
	float: left;
	margin-right: 5px;
}
#news li.last {
	margin-right: 0;
}
#topics dl {
    overflow: hidden;  
    zoom: 1;
	padding: 0 20px;
}
#topics dt {
	float: left;
	clear: both;
	width: 80px;
	margin-right: 10px;
}
#topics dd {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px #e5e5e5 solid;
}
#example .exampleBox {
	padding: 10px 0 15px 20px;
	background-image: url(../img/tableBg_middle.gif);
	background-repeat: repeat-y;
}
#example .exampleBox ul {
	float: left;
	width: 300px;
}
#example .exampleLast {
	clear: both;
	padding-left: 500px;
}
.valine img {
	vertical-align: bottom;
}
.pgtp {
	text-align: right;
}
table {
	border: 1px #ccc solid;
	border-collapse: collapse;
}
table th {
	font-weight: bold;
	padding: 10px;
	background: #eee;
	border: 1px #ccc solid;
}
table td {
	padding: 10px;
	border: 1px #ccc solid;
}
.block {
	margin-bottom: 40px;
}
.block:last-child {
	margin-bottom: 0;
}

/*==================================================
	contact.html
==================================================*/
.formBox {
	width: 650px;
	text-align: left;
}
.formBoxUl {
	clear: both;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-bottom: 1px #ccc dotted;
}
.formBoxUlLast {
	clear: both;
	width: 650px;
	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;
}

.formBoxLiR {
	float: right;
	width: 350px;
	height: 27px;
}
.formBoxLiR input {
	width: 340px;
	height: 22px;	
	margin-left: 5px;
	color: #333;
	margin-top: 2px;
}
.formBoxLiR select {
	width: 309px;
	margin-left: 5px;
	color: #333;
	margin-top: 5px;
}
.formBoxLiRArea {
	height: 150px;
	width: 350px;
	float: right;
}
.formBoxLiRArea textarea {
	width: 340px;
	margin-top: 5px;
	margin-left: 5px;
	height: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}


/*==================================================
	LED
==================================================*/
.bkTtl {
	padding: 10px;
	background-color: #333;
	font-size: 15px;
	color: #FFF;
}


/*==================================================
	ecomaru
==================================================*/
.kakaku {
	width: 630px;
	color: #621500;
	font-weight: bold;
	font-size: 115%;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: 2px #621500 solid;
}
.kakaku table {
	margin: 0 auto;
}
.kakaku td {
	font-weight: bold;
	color: #621500;
}
.kakaku .td01 {
	width: 50px;
	text-align: right;
	padding-right: 30px;
}


/*==================================================
	awabijin
==================================================*/
#awabijin .ul01 li,
#awabijin .ul02 li {
	margin-bottom: 15px;
}
#awabijin .ul01 li span {
	font-weight: bold;
	color: #F39700;
}
#awabijin .ul02 li span {
	font-weight: bold;
	color: #6FBA2C;
}
#awabijin .wrap_ul03 {
	margin-top: 20px;
	padding: 15px 20px;
	background: url(../awabijin/img/img_shower_1.jpg) no-repeat right bottom;
	border: 1px #F39700 solid;
}
#awabijin .ul03 li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
#awabijin .wrap_ul03 p {
	font-size: 86%;
	color: #999;
	margin-top: 15px;
}
#awabijin #content dl dt {
	font-weight: bold;
	color: #f61468;
}
#awabijin #content dl dd {
	margin-bottom: 15px;
}
#awabijin .block_03 img.fltL {
	margin-right: 15px;
}


/*==================================================
	#footer
==================================================*/
#footer {
	clear: both;
	height: 100px;
	color: #fff;
	font-size: 86%;
	background-color: #231815;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer .copy {
	float: left;
	text-align: left;
	margin-left: 290px;
}
#footer .counter {
	float: right;
}