@charset "UTF-8";


/*==========[Key color]==========

	Deep:	#F0037F
	Vivid:	#F661AE
	Pale:	#F68EB6
	Light:	#F6AFCD

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

/* ==================== #Navi_sub 100708 ==================== */

.Navi_sub {
	margin: 0px auto;
	padding: 0;
	width:528px;
	height:35px;
	}

.Navi_sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Navi_sub ul li {
	display: inline;
	}

.Navi_sub ul li a {
	background:url(../../../common/img/sb_construction.jpg) 0 0 no-repeat;
	display: block;
	float:left;
	height:0px;
	margin:0px;
	overflow: hidden;
	padding:35px 0 0 0;
	}

.Navi_sub ul li.kitchen a {
	background-position:0 0;
	width:180px;
}

.Navi_sub ul li.kitchen a:hover {
	background-position:0 -35px;
}

.Navi_sub ul li.kitchen_active a {
	background-position:0 -35px;
	width:180px;
}


.Navi_sub ul li.water a {
	background-position:-180px 0;
	width:173px;
}

.Navi_sub ul li.water a:hover {
	background-position:-180px -35px;
}

.Navi_sub ul li.water_active a {
	background-position:-180px -35px;
	width:173px;
}


.Navi_sub ul li.method a {
	background-position:-353px 0;
	width:175px;
}

.Navi_sub ul li.method a:hover {
	background-position:-353px -35px;
}

.Navi_sub ul li.method_active a {
	background-position:-353px -35px;
	width:175px;
}


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

#Content .Construction_item {
	float: left;
	padding: 0 10px;
	width: 160px;
	}

#Content .Construction_sanitary {
	float: left;
	padding-top: 10px;
	width: 340px;
	}

#Content .Construction_item_bottom {
	border: #999 1px solid;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	}

#Content .Construction_item_bottom img {
	float: left;
	margin-right: 20px;
	}

#Content .Construction_item h5,
#Content .Construction_sanitary h5 {
	background: #b7232d;
	color: #fff;
	font-size: 75%;
	margin-bottom: 1em;
	padding: 5px 0;
	text-align: center;
	}

#Content .Construction_item_bottom h5 {
	background: #b7232d;
	color: #fff;
	font-size: 87.5%;
	margin-bottom: 1em;
	padding: 5px 0;
	}

#Content .Construction_item p,
#Content .Construction_sanitary p,
#Content .Construction_item_bottom p {
	font-size: 62.5%;
	}

/* --------------------- .Kitchen --------------------- */

#Content_middle.Kitchen img {
	margin-bottom: 10px;
	}


/* --------------------- .Water --------------------- */

#Content_middle.Water img {
	margin-bottom: 10px;
	}


#Content_middle.Kitchen h2 img,
#Content_middle.Water h2 img {
	margin-bottom: 0;
	}

/* --------------------- .Method --------------------- */

.Method h2 {
	color: #F661AE;
	font-size: 87.5%;
	letter-spacing: 1px;
	margin-bottom: 1em;
	}

.Method h3 {
	color: #666;
	font-size: 87.5%;
	letter-spacing: 1px;
	margin-bottom: 1em;
	padding-left:6px;
	border-bottom:1px #666 dotted;
	border-left:5px solid #666;
	}

#Content_middle.Method p {
	margin-bottom: 2em;
	}

.Method img {
	margin: 0 0 20px;
	}
	
	
/* --------------------- .Navi_sub --------------------- */


.Navi_sub2 {
	left: 45%;
	margin: 0 0 0 -340px;
	padding: 0;
	position: absolute;
	top: 80px;
	width:1000px;
	}

.Navi_sub2 ul {
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	}

.Navi_sub2 ul li {
	display: inline;
	float: left;
	font-size:12px;
	line-height: 20px;
	margin: 0px 5px;
	}

.Navi_sub2 ul li a {
	color: #000;
	display: block;
	overflow: hidden;
	width:160px;
	text-align:center;
	padding: 10px 14px 16px 14px;
	text-decoration: none;
	border-top:2px #ffc7c7 solid;
	border-left:2px #ffc7c7 solid;
	border-right:2px #ffc7c7 solid;
	font-weight: bold;
	}

.Navi_sub2 ul li a:hover {
	background:#ffe7e7;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.Navi_sub2 ul li.Ns_active a {
	background:#ffc7c7;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
