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

/*ヘッダー------------------------------------------------*/
h1{
	width:950px;
	height:140px;
	display:block;
	margin:0 auto;
	text-align:center;
}

html[xmlns] h1{
	width:950px;
	height:140px;
	display:block;
	margin:0 auto;
	text-align:center;
} 


/*パンくずナビ------------------------------------------------*/
.bread{
	background:url(../images/share/breadnavi_bg.jpg) repeat-y center ;
	/*width:674px;*/
	width:674px;
	height:auto;
	line-height:1.4em;
	margin:0 auto;
}

.bread ul{
	list-style-type: none;
	line-height:1.4em;
	height:auto;
	text-align:left;
	padding-left:10px;
	font-size:80%;
}

.bread ul li{
	display: inline;
	line-height:1.4em;
}

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


/*グローバルナビ------------------------------------------------*/
.gnavi{
	width:674px;
	height:78px;
	margin:0px auto;
	background:url(../images/share/gnavi_bg.jpg) repeat-y center ;
}

.gnavi ul{
	width:674px;
	margin:0px auto;
	list-style-type: none;
	height:78px;
	text-align:center;
	list-style-position:inside;
}

/* -- clear float -- */ 
.gnavi ul { 
    min-height:0; 
    display: inline-table; 
} 
.gnavi ul:after{ 
    content:"."; 
    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;
	padding-top:0px;
	display: inline;
	float:left;
	height:20px;
	width:110px;
	vertical-align:middle;
	text-align:left;
}

.gnavi ul li#g00{
	width:84px;
	height:78px;
	padding-left:200px;
	display: inline;
}

.gnavi ul li#g01{
	width:100px;
	height:78px;
	display: inline;
}

.gnavi ul li#g02{
	width:90px;
	height:78px;
	display: inline;
}

/*winIE6未満用*/
/* hide from Mac IE for6 \*/
* html .gnavi ul li#g02{
	width:110px;
	height:78px;
	display: inline;
	padding-left:0px;
}
/**/