@charset "shift_JIS";


/*
	Description: header template style
*/

/****** CONTENTS ***************************************

	1: HEADER
	2: HEADER UTILITY
	3: HEADLINK_UTILITY[130821]
	4: HEADER NEWS
	5: HEADER NAVI
	6: HEADER FONTSIZE CHANGE

*******************************************************/

/****** 1: HEADER *************************************/

#container{
	text-align: center;/* box centering */
	width:100%;
	margin:0 auto;
	background: #fff;
	}
#header{
	margin:0px;
	padding:0px;
	background: #fff;
	}

/****** 2: HEADER UTILITY *****************************/

#header_utility{
	position:relative;
	float:left;
	width:703px;
	background:#cdcdcd;
	}
#header_utility ul{
	position:absolute;
	top:6px;
	right:0px;	
	left:351px;
	}
#header_utility ul li{
	float:left;
	margin:0 15px 0 0;
	text-align:right;
	}
#header_utility ul li img{
	vertical-align:top;
	}
#header_utility p {
	position:absolute;
	right:15px;
	top:27px;
	}

/*SEARCH BOX[サービス仕様]
----------------------------*/
#searchbox2{
	position:absolute;
	top:21px;
	right:67px;
	width:368px;
	height:24px;
	padding:3px 0 0 33px;
	}
#searchbox2 img{
	vertical-align:top;
	margin-right:5px;
	}
#searchbox2 .search_area{
	width:179px;
	height:12px;
	}
#searchbox2 .bt_google{
	position:absolute;
	top:3px;
	right:109px;
	}
#searchbox2 .bt_site{
	position:absolute;
	top:3px;
	right:33px;
	background-image:url(/common2/img/h_partition.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:14px;
	}

/****** 3: HEADLINK_UTILITY *****************************/

#headlink_utility{
	position:relative;
	float:left;
	width:703px;
	}
#headlink_utility ul{
	position:absolute;
	top:6px;
	right:5px;	
	}
#headlink_utility ul li{
	float:left;
	margin:0 10px 0 0;
	text-align:right;
	}
#headlink_utility ul li img{
	vertical-align:top;
	}
#headlink_utility p {
	position:absolute;
	right:15px;
	top:27px;
	}
#headlink_utility p img{
	vertical-align:top;
	}
#headlink_utility p a#btn_tax{
	margin-right:12px;
	}

/* IE67位置微調整用*/
* html #headlink_utility ul{
	right:-6px;	
	}
	
/* Tax Description
----------------------------*/
#tax_btn_sitemap{
	float:right;
}

#tax_btn_sitemap{
	padding:0 10px;
}
/****** 4: HEADER NEWS ********************************/

#header_news{
	clear:both;
	width:auto;
	padding:2px 10px 1px; 
	border-bottom:1px solid #b9b9b9;
	background:transparent url(../../common2/img/path_bg.gif) repeat-x top;
	position:relative;
}
#header_news2{
	clear:both;
	width:auto;
	padding:2px 10px; 
	border-bottom:1px solid #b9b9b9;
	background:transparent url(../../common2/img/path_bg.gif) repeat-x top;
	position:relative;
}
body:first-of-type #header_news{  
	padding:3px 10px 1px; 
	}
body:first-of-type #header_news2{  
	padding:4px 10px 2px; 
	} 
#header_news span , #header_news span2{
	position:absolute;
	top:0.3em;
	right:10px;
	font-size:80%;
	}

#header h1{
	width:162px;
	float:left;
	margin:9px 0px;
	padding:0px 0px 0px 12px;
	}
#header h1 img{
	vertical-align:top;
	height:30px;
	}

/* IE6.7専用ハック
*******************************************************/
* html #header h1 ,
* html #header_utility ul li ,
* html #header_utility p{
	font-size:1px;
	}
*:first-child + html #header h1 ,
*:first-child + html #header_utility ul li ,
*:first-child + html #header_utility p {  
	font-size:1px; 
	}
/******************************************************/


/****** 5: HEADER NAVI ********************************/

#header #global_navi{
	width:auto;
	background:transparent url(../img/gnavi_back.gif) repeat-x bottom;
	}

#header #global_navi ul{
	float:left;
	}

#header #global_navi ul li{
	float:left;
	}

/****** 6: HEADER FONTSIZE CHANGE *********************/

#header #global_navi #styleSwith{
	float:right;
	}

#styleB a{
display:block;
width:28px;
height:29px;
background:url(../img/font_big_off.gif) no-repeat;
text-indent:-9999px;
text-decoration:none;
}

#styleB a:hover{
background:url(../img/font_big_on.gif) no-repeat;
}

#styleB a:focus{
	overflow:hidden;
	}

#styleM a{
display:block;
width:28px;
height:29px;
background:url(../img/font_middle_off.gif) no-repeat;
text-indent:-9999px;
text-decoration:none;
}

#styleM a:hover{
background:url(../img/font_middle_on.gif) no-repeat;
}

#styleM a:focus{
	overflow:hidden;
	}

#styleS a{
display:block;
width:29px;
height:29px;
background:url(../img/font_small_on.gif) no-repeat;
text-indent:-9999px;
text-decoration:none;
}

#styleS a:hover{
background:url(../img/font_small_on.gif) no-repeat;
}

#styleS a:focus{
	overflow:hidden;
	}
