@charset "utf-8";
/* CSS Document */
/*----------------------------------------

wrapper 

-----------------------------------------*/
#wrapper {
	margin:0 auto;
	width:100%;
	background-image:url(../../common/img/bg-wrap.gif);
	background-repeat:no-repeat;
	background-position:center top;
}



/*----------------------------------------

#price

-----------------------------------------*/
#price {
	padding:20px 30px 50px;
	width:617px;
/*	background:url(../../common/img/bg-top-repeat.gif) repeat-x left bottom;
*/}
#price h2 {
	padding-bottom:20px;
}
#price p.intro {
	padding-bottom:25px;
	margin-bottom:15px;
}
.section {
	position:relative;
	padding-bottom:45px;
}
.last {
	padding-bottom:0;
}
#price h3 {
	padding-bottom:7px;
	border-bottom:3px solid #e3e3e3;
}
#price p.notes {
	position:absolute;
	right:0;
	top:10px;
	font-size:84%;
}
table.price-list {
	width:100%;
}
table.price-list th {
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #e3e3e3;
	width:290px;
}
table.price-list td {
	padding:5px 0;
	border-bottom:1px solid #e3e3e3;
}
td.unit {
	width:105px;
}

span.notes02 {
	color:#fed700;
	font-weight:bold;
}

/* .contact-box 
-----------------------------------------*/
.contact-box {
	background:transparent url(../../common/img/bg-top-repeat.gif) repeat-x scroll left top;
	padding:40px 30px 30px;
	width:617px;
}
.estimate {
	float:left;
}
.tel-box {
	float:right;
	width:301px;
	height:84px;
	border:1px solid #e3e3e3;
}
.tel-box dl {
	padding:10px 0 0 40px;
}
.tel-box dl dt {
	padding-bottom:5px;
}
.tel-box dl dd {
	padding-left:15px;
}
.tel-box ul li {
	float:left;
	padding-left:20px;
	padding-right:10px;
}
.tel-box p {
	clear:both;
}

/*----------------------------------------

gNav 

-----------------------------------------*/

#gNav-wrap {
	margin:0 auto;
	width:100%;
}

#gNav {
	width:948px;
	margin:0 auto;
	padding-bottom:10px;
}

#gNav ul li {
	float:left;
}

#gNav ul li a {
	display:block;
	height:56px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(../../common/img/gNav.gif);
	background-repeat:no-repeat;
}
#gNav li.top a {
	background-position:0 0;
	width:136px;
}
#gNav li.service a {
	background-position:-136px 0;
	width:135px;
}
#gNav li.flow a {
	background-position:-271px 0;
	width:135px;
}
#gNav li.price a {
/*	background-position:-406px 0;
	width:136px;
*/	background-position:-406px 100%;
	width:136px;
}
#gNav li.works a {
	background-position:-542px 0;
	width:135px;
}
#gNav li.voice a {
	background-position:-677px 0;
	width:136px;
}
#gNav li.faq a {
	background-position:-813px 0;
	width:135px;
}


#gNav li.top a.on,
#gNav li.top a:hover {
	background-position:0px 100%;
	width:136px;
}
#gNav li.service a.on,
#gNav li.service a:hover {
	background-position:-136px 100%;
	width:135px;
}
#gNav li.flow a.on,
#gNav li.flow a:hover {
	background-position:-271px 100%;
	width:135px;
}
#gNav li.price a.on,
#gNav li.price a:hover {
	background-position:-406px 100%;
	width:136px;
}
#gNav li.works a.on,
#gNav li.works a:hover {
	background-position:-542px 100%;
	width:135px;
}
#gNav li.voice a.on,
#gNav li.voice a:hover {
	background-position:-677px 100%;
	width:136px;
}
#gNav li.faq a.on,
#gNav li.faq a:hover {
	background-position:-813px 100%;
	width:135px;
}


