@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;
}



/*----------------------------------------

#news-main

-----------------------------------------*/
#news-main {
	padding:20px 30px 50px;
	width:617px;
	position:relative;
}

#news-main h2 {
	padding-bottom:20px;
}

#news-main p.rss {
	position:absolute;
	right:30px;
	top:23px;
}

/*	news-list-box
-----------------------------------------*/
.news-list-box {
	padding-bottom:40px;
}
.news-list-box h3 {
	font-weight:bold;
	color:#1bb8ee;
	font-size:117%;
	border-bottom:3px solid #e3e3e3;	
}
.news-list-box h3 span {
	padding-right:10px;
}
.news-list dt {
	background:transparent url(../../common/img/icon-yajirusi01.gif) no-repeat scroll 7px center;
	border-bottom:1px solid #E3E3E3;
	color:#A5A5A5;
	float:left;
	font-weight:bold;
	padding:4px 0 3px 30px;
}
.news-list dt a {
color:#A5A5A5;
font-weight:bold;
}
.news-list dd {
	border-bottom:1px solid #E3E3E3;
	padding:4px 0 3px 120px;
}

/*	news-entry-box
-----------------------------------------*/
.news-entry-box {
	border-top:3px solid #e3e3e3;
}
.news-entry-box h3 {
	font-weight:bold;
	color:#1bb8ee;
	font-size:117%;
	padding:5px 0;	
}

.news-entry-box .deta {
	font-weight:bold;
	color:#a5a5a5;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:5px;
	margin-bottom:10px;
}



/*----------------------------------------

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;
}
#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;
}


