@charset "utf-8";
/* ------------------------------------
File Name:		common.css
Last Update:	20100219


/* 1=common
/* 2=header
/* 3=gNav
/* 4=main
/* 5=footer

--------------------------------------- */


/* 1=common */

html, #pageOuter {
	height:100%;
}
#p_fbox {
	width: 160px;
}
#fbox {
	top: 0px;
	left: 0px;
}

#pageOuter {
	height:100%;
	text-align: center;
	background-image: url(../images/low_page_bg_h.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#page {
	background-image: url(../images/low_page_bg_y.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	position: relative;
}
#pageInner {
	background-image: url(../images/low_page_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#container{
	width:851px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/low_container_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
}




/* 2=header */
#header{
	padding:27px 5px 0 2px;
}
#header #headerImg{
	padding:0px 0 0 12px;
}
#header #logo{
	float:left;
	width:212px;
}
#header .tel{
	float:right;
	width:342px;
}


/* 3=gNav */
ul#gNav{
	padding:0 0 0 11px;
}
ul#gNav li{
	display: inline;
	float: left;
}

/* 4=main */
ol#topocPath{
	margin-top: 5px;
}
ol#topocPath li{
	display:inline;
}

#main {
	padding:15px 0 0 19px;
	position: relative;
}
#mainBlock {
	float:left;
	background-repeat: no-repeat;
	width: 651px;
}
#mainBlock .mainBlockP{
	padding:0px 0 0 3px;
}
#mainBlock .lowPlanSec{
	margin:0 0 0 3px;
	background-image: url(../images/low_main_end.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 648px;
}
.mainBlockP{
	min-height:860px;
	height:auto !important;
	height:860px;
}

#subBlock {
	float:left;
	width:160px;
	background-image: url(../images/low_side_bg_h.jpg);
	background-repeat: no-repeat;
	height: 1100px;
}
#subBlock ul{
	margin:220px 0 0 0;
}
#subBlock .weatherP{
	padding:0 0 0 5px;
}
#subBlock .weather{
	background-image: url(../images/weather_bg.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 143px;
	position: relative;
}
#subBlock .weather .icon{
	padding:53px 0 0 10px;
}
#subBlock .weather .weatherTxt{
	font-size:85%;
	margin:-30px 0 0 70px;
}
#subBlock .weather2{
	width: 128px;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(../images/weather_bg2.jpg);
	background-repeat: no-repeat;
	color: #333;
	background-position: bottom;
}
#subBlock .weather2 .weatherTxt{
	font-size:85%;
}


#subBlock .address{
	padding:10px 0 0 10px;
	color:#2F4D26;
}
#subBlock .address .tel{
	border-top:1px solid #C2A371;
	margin:0 7px 0 0;
	font-weight:bold;
}
#subBlock .address .def{
	font-size:85%;
}



/* 5=footer */

ul#fNav{
	margin:-18px 0 0 650px;
}
ul#fNav li{
	display: inline;
	float: left;
	font-size: 93%;
	color: #000;
}

#footer{
	padding:16px 0 0 2px;
	background-image: url(../images/low_container_bg_btm.jpg);
	background-repeat: no-repeat;

}

*html #footer{
	height: 114px;
}
#footer address{
	padding:8px 0 0 5px;
	font-size: 93%;
	color: #A76079;
}

#footer .footerSec{
	padding:18px 0 0 370px;
	font-size:93%;
	color:#FFF;
}
#footer .footerSec p{
	float:left;
	display:inline;
}

/* 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);
}

