@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%;
}

#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:846px;
	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 > #swf{
	padding:32px 0 0 11px;
}

*html #header #swf{
	margin:16px 0 0px 5px;
	width:823px;
	height:430px;
}


width="823" height="430

/* 3=gNav */
.gNavSec {
	margin:20px 0 0 8px;
}
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:7px 0 0 19px;
}

.rss{
	background-image: url(../images/feed-icon-14x14.png);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
}


#extraBlock {
}


/* 5=footer */
ul#fNav{
	margin:-18px 0 0 650px;
}
ul#fNav li{
	display: inline;
	float: left;
	font-size: 93%;
	color: #000;
}

#footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 114px;
	background-position: center bottom;
}
#footer address{
	padding:8px 0 0 5px;
	font-size: 93%;
	color: #A76079;
}
/* 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);
}

