@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ColorScheme
	LogoColor -> #0068b7 = rgb(  0, 104, 183) h3
	Skyblue   -> #009bcf = rgb(  0, 155, 207) N
	orange1   -> #e48402 = rgb(228, 132,   2) ZIW
	orange2   -> #f3981d = rgb(243, 152,  29) IW
	
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Universal Selector
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Structure Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
}

/* clearfix */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----- header ----- */
#header {
	width: 100%;
	height: 60px;
	background: url(../images/line_t.gif) repeat-x left bottom;
}
	#tnr {
		position: relative;
		top: 0px;
		left: 50%;
		margin-left: -370px;
		width: 230px;
		height: 50px;
	}

	#contact_top {
		position: relative;
		top: 0px;
		left: 50%;
		margin: -50px 0px 0px 45px;
		width: 370px;
		height: 50px;
		background: url(../images/contact_t.gif) no-repeat left top;
	}


/* ----- contents ----- */
#contents {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

	#intro {
		width: 800px;
		height: 180px;
	}
	
		#menu_top {
			width: 800px;
			height: 30px;
			background: url(../images/menuback.gif) repeat-x left top;
		}
		
		
	#main {
		width: 800px;
	}
			
		.item {
			margin-bottom: 90px;
			width: 800px;
		}		
			.section {
				margin: 40px 0px 0px 60px;
			}

		.clear_r { clear: right; }
		.clear_l { clear: left; }


/* ----- footer ----- */
#footer {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 100px;
}
	
	#menu_bottom {
		margin-left: 240px;
		width: 470px;
	}


/* ----- copyright ----- */
#copyright {
	padding-top: 10px;
	width: 100%;
	height: 60px;
	background: url(../images/line_b.gif) repeat-x left top;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	text Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1 {
	width: 800px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}
	#h1_siroari { text-indent: -9000px; background-image: url(../images/h1_siroari.jpg); }
	#h1_reform  { text-indent: -9000px; background-image: url(../images/h1_reform.jpg); }
	#h1_paint   { text-indent: -9000px; background-image: url(../images/h1_paint.jpg); }
	#h1_voice   { text-indent: -9000px; background-image: url(../images/h1_voice.jpg); }
	#h1_profile { text-indent: -9000px; background-image: url(../images/h1_profile.jpg); }
	#h1_kyujin  { text-indent: -9000px; background-image: url(../images/h1_kyujin.jpg); }

h2 {
	margin-left: 30px;
	width: 320px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
	#h2_contact_top { display: none; }
	/* siroari */
	#h2_tte       { background-image: url(../images/h2_tte.gif); }
	#h2_check     { background-image: url(../images/h2_check.gif); }
	#h2_aphicide  { background-image: url(../images/h2_aphicide.gif); }
	#h2_humidity  { background-image: url(../images/h2_humidity.gif); }
	#h2_price  { background-image: url(../images/h2_price.gif); }
	/* reform */
	#h2_tatami    { background-image: url(../images/h2_tatami.gif); }
	#h2_kitchen   { background-image: url(../images/h2_kitchen.gif); }
	#h2_bath      { background-image: url(../images/h2_bath.gif); }
	#h2_washstand { background-image: url(../images/h2_washstand.gif); }
	#h2_lavatory  { background-image: url(../images/h2_lavatory.gif); }
	/* paint */
	#h2_wall      { background-image: url(../images/h2_wall.gif); }
	#h2_roof      { background-image: url(../images/h2_roof.gif); }
	#h2_roofpaint { background-image: url(../images/h2_roofpaint.gif); }
	/* voice */
	#h2_voice     { background-image: url(../images/h2_voice.gif); }
	#h2_useful    { background-image: url(../images/h2_useful.gif); }
	/* profile */
	#h2_profile   { background-image: url(../images/h2_profile.gif); }
	#h2_contact   { background-image: url(../images/h2_contact.gif); }
	/* kyujin */
	#h2_bosyu     { background-image: url(../images/h2_bosyu.gif); }
	#h2_oubo      { background-image: url(../images/h2_oubo.gif); }


h3 {
	margin-bottom: 20px;
	color: #0068b7;
	font-weight: bold;
}
	#h3_tnr {
		width: 290px;
		height: 60px;
		background: url(../images/h3_tnr.gif) no-repeat left top;
		text-indent: -9000px;
	}

h4 {
	color: #009bcf;
	font-size: 90%;
}

p {
	font-size: 90%;
	line-height: 1.5;
}
	.section p {
		margin-top: 10px;
	}
	
	.p_voice {
		margin-left: 180px;
	}
		
	.link_price {
		text-align: right;
	}
strong { color: #e48402; }

em {
	color: #e48402;
	font-style: normal;
	font-weight: normal;
}


address {
	display: block;
	width: 100%;
	color: #f3981d;
	font-size: 60%;
	font-style: normal;
	text-align: center;
	
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Table Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

table {
	margin-top: 10px;
	border-collapse: collapse;
	border: 2px solid #009bcf;
	color: #0068b7;
	font-size: 90%;
}
	th {
		padding: 10px ;
		width: 120px;
		border-top: 1px solid #009bcf;
		border-right: 1px dotted #009bcf;
		border-bottom: 1px solid #009bcf;
		border-left: 2px solid #009bcf;
		font-weight: normal;
		text-align: center;
	}	
	td {
		padding: 10px 30px;
		border: 1px solid #009bcf;
		border-left: none;
	}	



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	List Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl {
	font-size: 90%;
}

dt {
	color: #0068b7;
	font-weight: bold;
}

dd {
	line-height: 1.3;
}

	.section dl {
		margin: 10px 0px 15px 20px;
		width: 420px;
		font-size: 80%;	
	}
	.section dl dt { margin-bottom: 5px; }


ul {
	font-size: 90%;
}
li { list-style: none; }
	
	/* contact_top */
	#contact_top ul {
		display: none;
	}
	
	/* menu_top */
	#menu_top ul {
		margin-left: 30px;
		width: 770px;
	}
	#menu_top ul li {
		float: left;
		margin-right: 46px;
		height: 30px;
		text-indent: -9000px;
	}
	* html body #menu_top ul li { margin-right: 43px; }/* for IE6 */
		li#tmenu_toppage { width: 65px; }
		li#tmenu_siroari { width: 74px; }
		li#tmenu_paint   { width: 51px; }
		li#tmenu_voice   { width: 62px; }
		li#tmenu_useful  { width: 74px; }
		li#tmenu_profile { width: 51px; }
		li#tmenu_contact { width: 68px; }
	
	/* menu_bottom */
		#service {
			margin-left: 40px;
			padding-top: 40px;
		}
			li#bmenu_siroari { margin-right: 47px; width: 100px; height: 30px; }
			li#bmenu_paint   { position: relative; top: -30px; left: 147px; width: 80px; height: 30px; }
		
		#other {
			margin-top: -30px;
			width: 500px;
		}
		#other li { display: inline; line-height: 2; }
			li#bmenu_voice   { padding: 0px 10px 0px 0px; background: url(../images/menuf_dot.gif) no-repeat right center; }
			li#bmenu_useful  { padding: 0px 10px 0px 10px; background: url(../images/menuf_dot.gif) no-repeat right center; }
			li#bmenu_profile { padding: 0px 10px 0px 10px; background: url(../images/menuf_dot.gif) no-repeat right center; }
			li#bmenu_contact { padding: 0px 0px 0px 10px;}

	
	/* section ul */
	.section ul {
		margin: 10px 0px 15px 20px;
		width: 420px;
	}
	.section ul li {
		padding: 0px 0px 5px 10px;
		background: url(../images/listmark.gif) no-repeat left center;
		line-height: 1.3;
	}
	
/* kyujin */
ul#ouboformlist {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
	ul#ouboformlist li {
		clear: both;
		padding: 30px;
		background: none;
		border-bottom: 1px solid #b9d3e9;
		vertical-align: middle;
	}
	ul#ouboformlist li.bordernone { border: none; }


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	image Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

img { border: none; }

.section img {
	margin-top: 3px;
	padding: 6px;
	border: 1px solid #999999;
}

.img_r {
	float: right;
	clear: right;
	margin: 0px 0px 30px 60px;
	color: #999999;
	font-size: 70%;
}

.img_l {
	float: left;
	clear: left;
	margin: 0px 60px 30px 0px;
	color: #999999;
	font-size: 70%;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Link Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a {
	color: #009bcf;
	text-decoration: underline;
}
a:hover {
	color: #f3981d;
	text-decoration: none;
}

#tnr a {
	display: block;
	width: 230px;
	height: 50px;
}

/* menu_top */
#menu_top ul li a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

	li#tmenu_toppage a { width: 65px; background: url(../images/menu_toppage.gif); }
	li#tmenu_siroari a { width: 74px; background: url(../images/menu_siroari.gif); }
	li#tmenu_paint a   { width: 87px; background: url(../images/menu_paint.gif); }
	li#tmenu_voice a   { width: 62px; background: url(../images/menu_voice.gif); }
	li#tmenu_useful a  { width: 74px; background: url(../images/menu_useful.gif); }
	li#tmenu_profile a { width: 51px; background: url(../images/menu_profile.gif); }
	li#tmenu_contact a { width: 68px; background: url(../images/menu_contact.gif); }
	/* hover */
	#menu_top ul li a:hover { background-position: 0px -30px; }
	/* 現在地 */
	#menu_top ul li.here a { background-position: 0px -30px; }


/* menu_bottom */
#menu_bottom ul li a {
	color: #e48402;
	font-size: 70%;
	text-decoration: none;
}
#menu_bottom ul li a:hover { color: #009bdf; }

	li#bmenu_siroari a { display: block; width: 100px; height: 30px; background: url(../images/menuf_siroari.gif) no-repeat left top; text-indent: -9000px; }
	li#bmenu_paint a   { display: block; width: 75px; height: 30px; background: url(../images/menuf_paint.gif) no-repeat left top; text-indent: -9000px; }
	/* hover */
	#menu_bottom ul li a:hover { background-position: 0px -30px; }
	#other a:hover { color: #0068b7; }
	/* 現在地 */
	#menu_bottom ul li.here a { background-position: 0px -30px; }


.detail a {
	margin: 0px 3px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Form Module
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#oubo {
	margin-top: 10px;
	width: 500px;
	background: #d9e8f4 url(../images/formback.jpg) repeat-x;
	border: 1px solid #b9d3e9;
}
	#oubo input {
		width: 280px;
	}
	#oubo label {
		float: left;
		width: 150px;
	}
	#oubo textarea#message {
		width: 280px;
		height: 100px;
	}
	#oubo input#submitbutton {
		float: none;
		padding-top: 2px;
		width: 40px;
		border: 1px solid #999999;
		text-align: center;
	}
