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


/* 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: #F5F5DF;
}
#page {
	background-repeat: repeat-y;
	background-position: center 0px;

}
#pageInner {
	background-image: url(../images/page_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

#container{
	width:850px;
	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{

}
#header #logo{
	float:left;
	width:188px;
}

/* 3=gNav */

.gNavSec{
	float:left;
	width:652px;
	background-image: url(../images/header_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;	
}
.nav{
	padding:10px 0 0 10px;
	margin:19px 0 0 0;
}

ul#gNav li{
	display: inline;
	float: left;
}

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

#main {

}

#mainBlock {
	background-color: #FFF;
}

	

#subBlock {

}

#extraBlock {
}


/* 5=footer */

.fNavSec{
	float:left;
	width:652px;
	height:82px;
	background-image: url(../images/footer_nav_bg.jpg);
	background-repeat: no-repeat;
}

ul#fNav li{
	display: inline;
	float: left;
	font-size: 93%;
	color: #000;
}

#footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer address{
	padding:5px 0 0 12px;
	font-size: 93%;
	color: #2A3F00;
}
#footer .logo{
	float:left;
	width:177;
	margin:17px 0 0;
}
/* 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);
}
