@charset "Shift_JIS";

#header{
	width:950px;
	height:80px;
	margin:0 auto;
	position:relative;
}

/*ロゴ*/	
#header h1{
	width:294px;
	height:47px;
	position:absolute;
	top:16px;
	left:0;
}

/*キャッチコピー*/	
#header #copy{
	width:308px;
	height:16px;
	position:absolute;
	top:32px;
	left:324px;
}

/*リンク*/	
li#hd_link_contact{
	width:93px;
	height:14px;
	position:absolute;
	top:33px;
	left:740px;
}
li#hd_link_sitemap{
	width:93px;
	height:14px;
	position:absolute;
	top:33px;
	left:853px;
}

/*ナビゲーション
------------------------------*/	
#nav{
	width:100%;
	height:36px;
	background-color:#CB0000;
}
#nav_inner{
	width:950px;
	height:36px;
	margin:0 auto;
	position:relative;
	background:url(../images_common/menu.gif) no-repeat;	
}
#nav_inner li{
	height:36px;
	float:left;
	display:inline;
	cursor:pointer;
}
#nav_inner li a{
	height:36px;
	float:left;
	display:block;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
}

/*ボタン01*/
#nav_01 a{
	width:136px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
#nav_01 a:hover{
	background:url(../images_common/menu.gif) no-repeat;
	background-position:0 -36px;
}

/*ボタン02*/
#nav_02 a{
	width:203px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
#nav_02 a:hover{
	background:url(../images_common/menu.gif) no-repeat;
	background-position:-136px -36px;
}

/*ボタン03*/
#nav_03 a{
	width:203px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
#nav_03 a:hover{
	background:url(../images_common/menu.gif) no-repeat;
	background-position:-339px -36px;
}

/*ボタン04*/
#nav_04 a{
	width:203px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
#nav_04 a:hover{
	background:url(../images_common/menu.gif) no-repeat;
	background-position:-542px -36px;
}

/*ボタン05*/
#nav_05 a{
	width:203px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
#nav_05 a:hover{
	background:url(../images_common/menu.gif) no-repeat;
	background-position:-745px -36px;
}