@charset "UTF-8";

/* header wrapper
---------------------------------------------------- */
div#header_wrapper {
	background: #FFFFFF url(../images/bk_body.jpg) repeat-x;
}

/* header
---------------------------------------------------- */
div#header {
	width: 930px;
	height: 289px;
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
}
#header div#logo {
	position: relative;
	float: left;
	width: 310px;
	height: 289px;
}
#logo p#catch {
	position: absolute;
	top: 21px;
	left: 0;
	width: 310px;
	font-size: 12px;
	text-align: center;
}
#header div#header_right {
	position: relative;
	float: right;
	width: 620px;
	height: 289px;
	background: url(../images/header/header_right.jpg) no-repeat;
}
#header_right ul {
	position: absolute;
	top: 0;
	right: 10px;
	width: 304px;
	height:33px;
	background: url(../images/extranavi/bk_extranavi.gif) no-repeat;
	list-style: none;
}
#header_right ul li{
	display: block;
	float: left;
	height: 33px;
	margin-left: 9px;
}
#header_right ul li.extranavi1{
	width: 118px;
}
#header_right ul li.extranavi2{
	width: 82px;
}
#header_right ul li.extranavi3{
	width: 70px;
}
#header_right ul li a{
	display:block;
	height:33px;
	outline: none;
}