@charset "utf-8";
/* ------------------------------------
File Name:		common.css
Last Update:	20100110


/* 1=common
/* 2=header
/* 3=gNav
/* 4=main
/* 5=footer

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


/* 1=common */

html, #pageOuter {
	height:100%;
}

#pageOuter {
	height:100%;
	text-align: center;
	background-image: url(../images/page_bg_x.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#page {
	background-image: url(../images/page_bg_y.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	position: relative;
}
#pageInner {
	background-image: url(../images/page_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

#container{
	width:856px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}




/* 2=header */

#header #logo{
	float:left;
	width:157px;
	display:inline;
	margin:0 50px 0 50px;
}
#header #tel{
	float:right;
	width:203px;
	text-align:right;
}
#header .topTxts{
	margin:52px 0 0 0;
	float:left;
	width:284px;
	display:inline;
}
#header .topTxt{
	font-size: 93%;
	color: #EF887C;
}
#header .topTxt2{
	width:284px;
	font-size: 85%;
	color: #F8C9BD;
	line-height:1;
}

/* 3=gNav */
.gNavSec{
	background-image: url(../images/gnav_bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 849px;
	padding:3px 0 0px 2px;
	margin:0 0 2px 0;
}
ul#gNav li{
	display: inline;
	float: left;
}

/* 4=main */
ol#topocPath{
	margin-top: 5px;
}
ol#topocPath li{
	display:inline;
}

#main {
}

#mainBlock {
	margin:8px 0 0 12px;
}
.wetherbox {
	padding-top: 5px;
}
*html #mainBlock {
	margin:6px 0 0 12px;
}
#mainBlock p{
	color: #262424;
}
a {
 outline: 0;
}

	

#subBlock {
}

#extraBlock {
}


/* 5=footer */
#footer{
	background-image: url(../images/low_footer_bg.jpg);
	background-repeat: no-repeat;
	width:859px;
	margin:0 0 0 -1px;
}


*html #footer{
	margin:0 0 0 0px;
}
ul#fNav{
	
}
ul#fNav li{
	display: inline;
	float: left;
	font-size: 93%;
	color: #000;
}
#footer .gNavSec{
	margin:4px 0 4px 4px;
	padding:4px 0 0 0;
}
#footer .gNavSec ul{
	padding:0px 0 0px 2px;

}

#footer .fTextBox{
	float:left;
	width:738px;
}
#footer .fText{
	float:left;
	padding:2px 0 0 8px;
	font-size:93%;

}

#footer .fLogo{
	float:left;
	margin:2px 0 0 0;
	width:114px;
}

#footer{

}
#footer address{
	font-weight:bold;
	font-size: 93%;
	float: left;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
/* 6=respectively */



/*--------------------------------*/
#subBlock li{ display: inline-block; }
#subBlock li{ display: block; }

#subBlock li a { display: inline-block; }
#subBlock li a { display: block; }

.useStepSec li a { display: inline-block; }
.useStepSec li a { display: block; }

*html .btmSec3Btn a img,
.voiceBtn a img{
	behavior: url(01module/js/iepngfix.htc);
}

