@charset "Shift_JIS";

/*contents.css
--------------------*/

/*-----index*/
#news_box{
	width: 528px;
	height: 93px;
	background: url(../../img/news_bg.gif) no-repeat;
}

#news_txt{
	width: 528px;
	height: 90px;
	overflow: auto;
}

.datetxt{
	font-size: 12px;
	color: #9c331b;
	font-weight: bold;
	padding: 8px 5px 0 12px;
}

.notetxt{
	font-size: 12px;
	padding: 8px 5px 0 10px;
}


#top_h3{
	width: 528px;
	height: 28px;
	position: relative;
}

#top_h3 h3{
	width: 528px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

#top_h3 .hover{
	width: 92px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 420px;
}


/* lv2 */

.right_txt{
	width: 280px;
	overflow: hidden;
}

.right_img{
	width: 213px;
	overflow: hidden;
}


/*-----water*/
#water_list{
	width: 500px;
	height: 250px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../water/img/photo01.jpg) no-repeat;
}


.h4_box{
	width: 500px;
	height: 26px;
	position: relative;
	border-bottom: solid 1px #73797e;
}

.h4_box h4{
	position: absolute;
	top: 5px;
	left: 3px;
	color: #00669d;
}

.h4_box p{
	position: absolute;
	top: 7px;
	right: 5px;
	text-align: right;
	
}


.sub_box{
	padding: 10px 3px 0 3px;
	background: url(../../water/img/dot.gif) repeat-x;
	background-position: top;
}


/*-----products*/
.price{
	color: #9c331b;
}

.right_img p{
	display: block;
	padding: 5px 15px;
}

.right_img .hover{
	margin-left: 10px;
	margin-top: 5px;
}


/*-----company*/
.right_box{
	width: 500px;
	overflow: hidden;
	background: url(../../company/img/box_bg.gif) repeat-y;
	margin-top: 15px;
}

.right_box p{
	padding: 5px 20px;
	color: #333333;
}

.right_box strong{
	color: #00a0c6;
}

.right_box span.box_top{
	display: block;
	width: 500px;
	height: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../company/img/box_top.gif) no-repeat;
}

.right_box span.box_bottom{
	display: block;
	width: 500px;
	height: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../company/img/box_bottom.gif) no-repeat;
}


#bnr_txt{
	width: 200px;
	overflow: hidden;
}

#bnr_txt p{
	padding: 30px 0 0 12px;
}


/*-----table*/
.lv2_t{
	width: 500px;
	margin: auto;
}

.lv2_t tr{
	background: url(../img/tr_bg.gif) repeat-x;
	background-position: bottom;
	margin: 2px;
}


.lv2_t th{
	width: 100px;
	margin: 3px;
	padding: 8px 0 8px 10px;
	border-right: solid 2px #a7ddf7;
	text-align: left;
	vertical-align: top;
}

.lv2_t td{
	margin: 3px;
	padding: 8px 2px 8px 10px;
	text-align: left;
}


/*-----inquiry*/
.free{
	color: #58a767;
}

.w19{
	width: 19px;
}

.submit_box{
	width: 490px;
	margin: 8px auto;
	text-align: left;
}

.submit{
	text-align: center;
}