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


/* 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_h.jpg);
	background-repeat: no-repeat;
	background-position: center top
	position: relative;
}
#pageInner {
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	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 #logo{
	float:left;
	width:201px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	background-position: 0px -45px;
}
#header .inner{
	padding:0px 10px 5px 6px;
}
#header .topTxt{
	float:right;
	width:500px;
	text-align:right;
	padding:5px 0 9px;
	font-size: 93%;
	color:#C2B4A3;
}
#header .tel{
	float:right;
}
#header .btn{
	float:right;
}

/* 3=gNav */

.gnav li.gs {
background-position:left top;
background-repeat:no-repeat;
display:block;
float:left;
height:52px;
position:relative;
white-space:nowrap;
}
.globals {
color:#1B1C1B;
font-weight:bold;
padding:0;
position:absolute;
}
.globals td {
border-bottom:1px solid #515240;
border-style:none none solid;
display:block;
}
.globals .endtd {
border-style:none;
}
.globals a {
	background-color:#EAE2C1;
	border-left:3px solid #C8C79D;
	border-right:3px solid #C8C79D;
	border-style:none solid;
	display:block;
	opacity:0.9;
	padding:5px;
	text-decoration:none;
	width:250px;
	color: #1D1A13;
}
.globals a:hover {
	background-color:#493F23;
	border-left:3px solid #1B140D;
	border-right:3px solid #1B140D;
	border-style:none solid;
	color:#FFFFFF;
	opacity:0.8;
}
/*gNav_another用ここまで */

.gNavSec{
	padding:0 0 0 24px;
	background-image: url(../images/gnav_bg2.jpg);
	background-repeat: no-repeat;
	width:850px;
}
#gNav{

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

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

#main {
	background-color: #292317;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	padding:0 0 10px;
}

.rss{
	background-image: url(../images/feed-icon-14x14.png);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
}

#mainBlock {
}

	

#subBlock {
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#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: 131px;
	background-position: center bottom;
	position: relative;
	z-index: 11;

}
#footer .logo{
	float:right;
}
#footer address{
	float:right;
	display:inline;
	padding:18px 0 0 5px;
	font-size: 108%;
	color: #E5CF99;
	font-weight:normal;
}
/* 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);
}
