@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;
}

/*----------------------------------------

#flow

-----------------------------------------*/
#flow {
	padding:20px 0 0;
	width:677px;
	position:relative;
}
#flow h2 {
	padding:0 0 20px 30px;
}
#flow p.flow-img {
	padding:0 0 20px 30px;
}
#flow p.intro {
	padding-left:30px;
}


/*.section
-----------------------------------------*/
.section {
	padding:0px 30px 0;
	width:617px;
}
.contact {
	background:url(../img/bg-flow-repeat.gif) repeat-x left top;
}
.order,.open {
	background:url(../img/bg-flow-repeat02.gif) repeat-x left top;
}
.order02 {
	background:url(../img/bg-flow-repeat03.gif) repeat-x left top;
}
.section .flow-ttl {
	width:617px;
}
.section .flow-ttl h3 {
	float:left;
}
.section .flow-ttl p {
	padding:30px 0 0 0;
} 
.section dt {
	float:left;
	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 {
	width:135px;
	background-position:-136px 0;
}
#gNav li.flow a {
/*	background-position:-271px 0;
	width:135px;
*/	background-position:-271px 100%;
	width:135px;
}
#gNav li.price a {
	background-position:-406px 0;
	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;
}




