/* -------------------------------------------------------
共通ヘッダーまわり専用
---------------------------------------------------------*/

/*ヘッダー------------------------------------------------*/
h1#common_header{
	width:950px;
	height:178px;
	display:block;
	margin:0 auto;
	background:url(../images/share/h1_bg.jpg) no-repeat top center;
	text-align:center;
	text-indent:-9999px;
}

html[xmlns] h1#common_header{
	width:950px;
	height:178px;
	display:block;
	margin:0 auto;
	background:url(../images/share/h1_bg.jpg) no-repeat top center;
	text-align:center;
	text-indent:-9999px;
} 


/*グローバルナビ------------------------------------------------*/
.gnavi{
	width:950px;
	height:31px;
	margin:0 auto;
	background:url(../images/share/gnavi_bg.jpg) no-repeat top center;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	border:0;
	display:block;
}

.gnavi ul{
	width:480px;
	margin:0px 235px 0px 235px;
	list-style-type: none;
	line-height:0;
	height:31px;
	text-align:center;
	list-style-position:inside;
	display:block;
}

.gnavi ul li{
	padding-left:0px;
	margin:6px 0px 0px 0px;
	display: inline;
	float:left;
	height:20px;
	width:120px;
	text-align:left;
	display:block;
}

.gnavi ul li img{
	width:120px;
	height:20px;
	margin:0;
	border:0;
}

/*パンくずナビ------------------------------------------------*/
.bread{
	width:950px;
	height:auto;
	margin:0 auto;
	text-align:center;
	background:url(../images/share/bread_bg.jpg) repeat-y center top;
	border:0;
}

.bread ul{
	width:800px;
	margin:0px 0px 0px 100px;
	list-style-type: none;
	line-height:1.5;
	height:auto;
	text-align:left;
	color:#ffffff;
	font-size:90%;
}

.bread ul li{
	display: inline;
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:0px;
}

/* リンク */
.bread a:link{color:#D79112;text-decoration: underline;}
.bread a:visited{color:#f7f686; text-decoration: underline;}
.bread a:active{color:#D79112;text-decoration: none;}
.bread a:hover{color:#D79112;text-decoration: none;}

