/* -------------------------------------------------------
共通ヘッダーまわり専用
---------------------------------------------------------*/

/*ヘッダー------------------------------------------------*/
h1#common_header{
	width:950px;
	height:117px;
	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:117px;
	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:43px;
	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:650px;
	margin:0px 150px;
	list-style-type: none;
	line-height:1;
	height:43px;
	text-align:center;
	list-style-position:inside;
}

/* -- clear float -- */ 
.gnavi ul {  
    display: block; 
} 
.gnavi ul:after{ 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .gnavi ul {height:0;} 
.gnavi ul{display: block;} 
/* */ 
/* -- end clear float -- */


.gnavi ul li{
	padding-left:0px;
	margin:0px 0px 0px 0px;
	display: inline;
	float:left;
	height:43px;
	width:110px;
	text-align:left;
}

.gnavi ul li#freemenu{
	background:url(../images/share/gnavi_03_over.gif) no-repeat center top;
	height:43px;
	width:110px;
}

.gnavi ul li img{
	width:110px;
	height:43px;
	margin:0;
	border:0;
}


/*パンくずナビ------------------------------------------------*/
.bread{
	width:950px;
	height:auto;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	background:url(../images/share/bread_bg.jpg) repeat-y center top;
	border:0;
}

.bread ul{
	width:630px;
	margin:0px 160px;
	list-style-type: none;
	line-height:1.5;
	height:auto;
	text-align:left;
	padding:5px 0px 0px 0px;
	color:#c9bea8;
	font-size:80%;
}

.bread ul li{
	display: inline;
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:0px;
}

/* リンク */
.bread a:link{color:#CCFFFF;text-decoration: underline;}
.bread a:visited{color:#f7f686; text-decoration: underline;}
.bread a:active{color:#CCFFFF;text-decoration: none;}
.bread a:hover{color:#CCFFFF;text-decoration: none;}

