@charset "utf-8";
/* ------------------------------------
File Name:		common.css
Last Update:	20110713


/* 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.png);
	background-repeat: repeat-x;
	background-color: #FFF3E1;
}

#pageInner {

}

#container{
	width:856px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}




/* 2=header */
#utility{
	padding:50px 35px 0 0;
}
#utility li{
	float:right;
	display:inline;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding:0 0 0 20px;
	margin:0 5px 0 0;
	font-size:93%;
}
#header #logo{
	float:left;
	display:inline;
	width:233px;
	margin:0 0 0 36px;
}
#header{
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:17px 0 30px;
}

/* 3=gNav */
.new{
	position:absolute;
	left: 3px;
	top: -15px;
}
ul#gNav{
	margin:15px 0 0 51px;
	width:800px;

}
ul#gNav li{
	display: inline;
	float: left;
	position:relative;}

/* 4=main */
ol#topocPath{
	margin-top: 5px;
}
ol#topocPath li{
	display:inline;
}

#main {
	padding:0 0 0 20px;
	background-image: url(../images/page_bg.png);
	background-repeat:repeat-y;
	background-position: center top;
}

.rss{
	background-image: url(../images/feed-icon-14x14.png);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
}

#mainBlock {
	float:left;
	width:586px;
	padding:5px 0 0 0;
}

.section_b{
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:804px;
}
.section_h{
	background-image: url(../images/main_bg_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.section_f{
	background-image: url(../images/main_bg_f.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding:30px 0 30px 40px;
}

.uc{
	margin:30px 0 0 0;
	text-align:center;
}

#subBlock {
	float:left;
	width:250px;
}

#extraBlock {
}


/* 5=footer */
#footer{
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	height:50px;
	background-position: center bottom;
}

/* 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);
}

