@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}
/* --------------------------------------------------------------------------- */
.clear {
	clear:both;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --------------------------------------------------------------------------- */

body{
	text-align:center;
	font-size:12px;
	color:#262626;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(../shared/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

a,
a:link,
a:visited {
	color:#262626;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#262626;
	text-decoration:none;
}
/* ----color----------------------------------------------------------------------- */
.orange {
	color:#FF6600;
}

/* --------------------------------------------------------------------------- */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


#wrapper {
	width:830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main {
	padding-bottom: 122px;
	width:830px;
	margin-right: auto;
	margin-left: auto;
}  /* must be same height as the footer */


/* --------------------------------------------------------------------------- */

#header {
	width:790px;
	height: 94px;
	margin-right: auto;
	margin-left: auto;
}
#h-1-box {
	width:auto;
	height: 35px;
}
#h-1-box h1 {
	font-size: 10px;
	color: #666666;
	height: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
}

#logo {
	width:220px;
 	height:35px;
	float: left;
}
#logo a {
	width:220px;
 	height:35px;
 	display: block;
	overflow:hidden;
	text-decoration:none;
}
/* -----main-image---------------------------------------------------------------------- */
#main-img-area {
	width:830px;
	height:387px;
	margin: 0px auto 0 auto;
	padding: 0px;
}
#main-img-area img {
	width:830px;
	height:387px;
	margin: 0px;
	padding: 0px;
	display: block;
	vertical-align:top;
}
/* -----グローバルナビゲーション---------------------------------------------------------------------- */
#gnavi {
	width:425px;
	height: 41px;
	float: right;
	padding-top: 18px;
}

#gnavi ul {
	width:425px;
	height: 41px;
	list-style-type:none;
}

#gnavi li  {
	float:left;		
}

#gnavi li a {
 	display: block;	
}
#gnavi li#gnavi1 img {
	display: block;	
}
#gnavi li#gnavi1 a {
	background-image:url(../shared/bt_gnavi1_off.jpg);
	background-position:left bottom;
	width:112px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi1 a:hover, #gnavi li#gnavi1 a:active {
 	background-image:url(../shared/bt_gnavi1_on.jpg);
	background-position:left bottom;
	width:112px;
	height: 41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#gnavi2 a {
	background-image:url(../shared/bt_gnavi2_off.jpg);
	background-position:left bottom;
	width:105px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi2 a:hover, #gnavi li#gnavi2 a:active {
 	background-image:url(../shared/bt_gnavi2_on.jpg);
	background-position:left bottom;
	width:105px;
	height: 41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#gnavi3 a {
	background-image:url(../shared/bt_gnavi3_off.jpg);
	background-position:left bottom;
	width:105px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi3 a:hover, #gnavi li#gnavi3 a:active {
 	background-image:url(../shared/bt_gnavi3_on.jpg);
	background-position:left bottom;
	width:105px;
	height: 41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#gnavi4 a {
	background-image:url(../shared/bt_gnavi4_off.jpg);
	background-position:left bottom;
	width:103px;
	height: 41px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi4 a:hover, #gnavi li#gnavi4 a:active {
 	background-image:url(../shared/bt_gnavi4_on.jpg);
	background-position:left bottom;
	width:103px;
	height: 41px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
/* ----------サブナビゲーション------------------------------------------------ */
#snavi {
	width: 790px;
	margin: 0 auto 15px auto;
}

#snavi ul {
	width:790px;
	list-style-type:none;
}

#snavi li a {
 	display: block;	
}
#snavi1 {
	width:190px;
	height: 65px;
	float:left;
	padding-right: 10px;
}
#snavi2 {
	width:190px;
	height: 65px;
	float:left;
	padding-right: 10px;
}
#snavi3 {
	width:190px;
	height: 65px;
	float:left;
	padding-right: 10px;
}
#snavi4 {
	width:190px;
	height: 65px;
	float:left;
}
#snavi5 {
	width:190px;
	height: 65px;
	float:left;
	padding: 10px 10px 0 0;
}
#snavi6 {
	width:190px;
	height: 65px;
	float:left;
	padding: 10px 10px 0 0;
}
#snavi7 {
	width:190px;
	height: 65px;
	float:left;
	padding: 10px 10px 0 0;
}
#snavi8 {
	width:190px;
	height: 65px;
	float:left;
	padding: 10px 0px 0 0;
}

#snavi li#snavi1 a {
	background-image:url(../img/bt_snavi1_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi1 a:hover, #snavi li#snavi1 a:active {
 	background-image:url(../img/bt_snavi1_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi2 a {
	background-image:url(../img/bt_snavi2_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi2 a:hover, #snavi li#snavi2 a:active {
 	background-image:url(../img/bt_snavi2_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi3 a {
	background-image:url(../img/bt_snavi3_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi3 a:hover, #snavi li#snavi3 a:active {
 	background-image:url(../img/bt_snavi3_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi4 a {
	background-image:url(../img/bt_snavi4_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi4 a:hover, #snavi li#snavi4 a:active {
 	background-image:url(../img/bt_snavi4_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi5 a {
	background-image:url(../img/bt_snavi5_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi5 a:hover, #snavi li#snavi5 a:active {
 	background-image:url(../img/bt_snavi5_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi6 a {
	background-image:url(../img/bt_snavi6_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi6 a:hover, #snavi li#snavi6 a:active {
 	background-image:url(../img/bt_snavi6_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi7 a {
	background-image:url(../img/bt_snavi7_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi7 a:hover, #snavi li#snavi7 a:active {
 	background-image:url(../img/bt_snavi7_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#snavi li#snavi8 a {
	background-image:url(../img/bt_snavi8_off.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#snavi li#snavi8 a:hover, #snavi li#snavi8 a:active {
 	background-image:url(../img/bt_snavi8_on.jpg);
	background-position:left bottom;
	width:190px;
	height: 65px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* main_contents-------------------------------------------------------------- */
#contents-box {
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/* left----------------------------------------------------------------------- */

#left_contents{
	float: left;
	width: 535px;
}

.news_box{
	width: 535px;
	height: 230px;
	background-image: url(../img/news_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.news_box img {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#img-fix {
	padding: 0px;
	margin: 0px;
}
#img-fix img {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#img-fix2 {
	padding: 0px;
	margin: 0px;
}
#img-fix2 img {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.news_box_in{
	width: 533px;
	height: 191px;
	margin: 0px 1px 0px 1px;
}
/* 実績エリア　---------------------- */
.construction-box {
	border-bottom: 2px solid #FF6600;
	padding-top: 15px;
}
.construction-box-in {
	width: 505px;
	margin: 10px 15px 0px;
	padding-bottom: 10px;
}
.h30-w175-bb {
	height: 30px;
	width: 160px;
	border-bottom: 1px dotted #CCCCCC;
}
.h30-w70-bb {
	height: 30px;
	width: 60px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: right;
}
.h30-w15-bb {
	height: 30px;
	width: 45px;
	border-bottom: 1px dotted #CCCCCC;
}
.h30-w175-nb {
	height: 30px;
	width: 160px;
}
.h30-w70-nb {
	height: 30px;
	width: 60px;
	text-align: right;
}
.h30-w15-nb {
	height: 30px;
	width: 45px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
/* right_contents-------------------------------------------------------------- */

#right_contents {
	float: right;
	width: 240px;
}

#bana1 {
	width: 240px;
	height: 75px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 10px 0px;
}
#bana1 a {
	display: block;
	background-image:url(../img/bt_bana1_off.jpg);
	background-position:left bottom;
	width:240px;
	height: 75px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#bana1 a:hover, #bana1 a:active {
 	background-image:url(../img/bt_bana1_on.jpg);
	background-position:left bottom;
	width:240px;
	height: 75px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
#info-area {
	background-image: url(../img/info_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#info-area img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#info-area-top {
	margin: 0px;
	padding: 0px;
}
#info-area-top img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#info-area-in {
	width: 220px;
	margin: 0 10px 0px 10px;
}
#info-area-in img {
	width: 220px;
	border-bottom: 1px dotted #CCCCCC;
}
#i#info-area-in ul {
	margin: 0 0 0 5px;
}
#info-area-in .info1 {
	font-size: 12px;
	color: #FF6600;
	margin: 13px 0 10px 0;
}
#info-area-in .info2 {
	font-size: 12px;
	color: #FF6600;
	margin: 0px 0 0px 0;
}
#info-area-in .info3 {
	font-size: 12px;
	margin: 0px 0 10px 0px;
}

/* point--------------------------------------------------------------------- */

#footer {
	position: relative;
	margin-top: -122px; /* negative value of footer height */
	height: 122px;
	clear:both;
	background-image: url(../shared/bg_footer.gif);
	background-repeat: repeat-x;
} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --------------------------------------------------------------------------- */

.footer_u{
	font-size: 12px;
	line-height: 45px;
	color: #333333;
	text-align: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}

.footer_u a,
.footer_u a:link,
.footer_u a:visited {
	color:#333333;
	text-decoration:none;
}

.footer_u a:hover,
.footer_u a:active {
	color:#FF6600;
	text-decoration:none;
}

.footer_b{
	height: 77px;
	width: 790px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
}

.footer_b_in{
	width: 403px;
	margin-left: 387px;
	height: 32px;
	padding-top: 45px;
}
.footer_b_in1 {
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	text-align: right;
	margin-top: 50px;
}
.footer_b_in2{
	height: 88px;
}

.footer_b_in3{
	height: 17px;
	font-size: 10px;
	line-height: 17px;
	color: #999999;
	text-align: right;
}
/* ---ページトップへのボタン------------------------------------------------- */
.pagetop {
	width:105px;
	height: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 705px;
	margin-right: 20px;
}
.pagetop a {
	background-image:url(../shared/bt_pagetop_off.gif);
	background-position:left top;
	width:105px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
.pagetop a:hover, .pagetop a:active {
	background-image:url(../shared/bt_pagetop_on.gif);
	background-position:left top;
	width:105px;
	height: 15px;
	display: block;
}

/* ---2009/12/07追記------------------ */
#bcc{
	margin-top: 10px;
}
