/* -------------------------------------------------------
共通ヘッダーまわり専用
---------------------------------------------------------*/

/*ヘッダー------------------------------------------------*/
h1#common_header{
	width:950px;
	height:150px;
	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:150px;
	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:53px;
	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;
}

.gnavi ul{
	width:650px;
	margin:0 auto;
	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#g00{
	width:110px;
	height:45px;
	margin:0;
	border:0;
	padding-left:160px;
}

.gnavi ul li#g01{
	width:110px;
	height:45px;
	margin:0;
	border:0;
}

.gnavi ul li#g02{
	width:110px;
	height:45px;
	margin:0;
	border:0;
}

.gnavi ul li#g03{
	width:130px;
	height:45px;
	margin:0;
	border:0;
}

/*パンくずナビ------------------------------------------------*/
.bread{
	width:950px;
	height:auto;
	line-height:1.4;
	font-size:90%;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:5px;
	text-align:center;
	background:url(../images/share/bread_bg.jpg) no-repeat center top;
	border:0;
}

.bread ul{
	width:580px;
	margin:0 auto;
	list-style-type: none;
	line-height:1.5;
	height:auto;
	text-align:left;
	padding:5px 20px 0px 20px;
	color:#333333;
	font-size:80%;
}

.bread ul li{
	display: inline;
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:0px;
}

/* リンク */
.bread a:link{color:#FF6600;text-decoration: underline;}
.bread a:visited{color:#996600; text-decoration: underline;}
.bread a:active{color:#FF6600;text-decoration: none;}
.bread a:hover{color:#FF6600;text-decoration: none;}
