@import url(common.css);
/*リセット要素を読み込み*/

/* ---------------------------------------------------
ナビ
-----------------------------------------------------*/	
/* コンテンツフレーム外壁 */
.header{
	background:url(../images/header/gnavi_bg.jpg) no-repeat center top;
	margin:0px auto;
	width:740px;
	height:40px;
	text-align:center;	
}

.h1{
	background:url(../images/header/gnavi_bg.jpg) no-repeat center top;
	margin:0px auto;
	width:740px;
	height:40px;
	text-align:center;	
}



/* ---------------------------------------------------
パンくずナビ
-----------------------------------------------------*/
#header_pan{
	background:url(../images/header/bg4.jpg) repeat-y center;
	width:740px;
	/*height: 10px;*/
	margin:0px auto;
	text-align:center;
}


.header_pan_b{
	padding:0px;
	width:680px;
	margin:0px auto;
	text-align:center;	
}

.header_pan_box{
	width: 650px;
	padding: 10px;
	margin-left: 10px;
	text-align: left;
	color: #D3B44E;
	/*vertical-align: middle;*/
	font-size: 100%;
}

.pan, ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.pan, li{
display: inline;
padding: 2px 0px 0px 0px;
}

/* ---top用---*/

.header_pan_box2{
	width: 650px;
	margin-left: 50px;
	text-align: center;
	color: #ffffff;
	/*vertical-align: middle;*/
	font-size: 110%;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:5px;

}


/* for back black*/
a.pan:link {
	 COLOR: #D3B44E;
}
a.pan:visited {
	 COLOR: #D3B44E; 
}
a.pan:hover {
	 COLOR: #F2D77E; 
}
a.pan:active {
	 COLOR: #F2D77E; 
}


