/* ヘッダ部分のスタイル */

#headercontainer {
text-align: center;
}



#header {
	display: block;
	margin: auto;
	padding: 0px;
	height: 90px;
	width: 760px;
/*	background-color: #FFFFFF;*/
	background-image: url(../../images/asahi/header/header_bg.gif);
	background-repeat: no-repeat;
}


#headercontainer #header {
text-align: left;
}


#header #header_navi {
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	margin: 0px;
	height: 15px;
	vertical-align: bottom;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 678px;
}

#header #accessibility {
	display: block;
	height: 15px;
	width: 82px;
	text-indent: -10000px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#header #accessibility a {
	display: block;
	height: 15px;
	width: 82px;
	background-image: url(../../images/asahi/header/accessibility_button.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
#header #header_button a {
	display: block;
	height: 20px;
	width: 142px;
	text-decoration: none;
	background-image: url(../../images/asahi/header/header_button.gif);
	background-repeat: no-repeat;
}
#header #header_logo {
	display: block;
	float: left;
	height: 32px;
	width: 226px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header #header_search {
	margin: 0px;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	width: 514px;
}
#header #header_button li {
	display: block;
	height: 20px;
	width: 142px;
	float: left;
	line-height: 0px;
	font-size: 0px;
	text-indent: -10000px;
}
#header #header_button ul {
	height: 20px;
	width: 710px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #header_button {
	height: 30px;
	width: 760px;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* ボタン背景ポジション用 */
#bt01 a {background-position: 0px 0px;}
#bt02 a {background-position: -142px 0px;}
#bt03 a {background-position: -284px 0px;}
#bt04 a {background-position: -426px 0px;}
#bt05 a {background-position: -568px 0px;}
#bt01 a:hover {background-position: 0px -20px;}
#bt02 a:hover {background-position: -142px -20px;}
#bt03 a:hover {background-position: -284px -20px;}
#bt04 a:hover {background-position: -426px -20px;}
#bt05 a:hover {background-position: -568px -20px;}
#accessibility a {background-position: 0px 0px;}
#accessibility a:hover {background-position: -82px 0px;}



