@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto 0px auto;
	width: 900px;
	text-align: left;
	padding: 0px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #000;
}
#top {
	text-align: left;
}
img {
	border: none;
}

hr { position:absolute; top:-5000px; left:-1999px; }
.clear {
	clear: both;
}
.alt { position:absolute; top:-5000px; left:-1999px; }

.caption {
	font-size: 10px;
	line-height: 130%;
}
p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}

/*見出し要素一覧*/
.h_underline {
	margin: 10px 0px 10px 0px;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
	width: auto;
	display: inline;
}

/*header*/
#header {
	width: 900px;
	height: 60px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 160px;
	height: 50px;
}

/*headermenu*/
#headermenu {
  position:absolute;
  top:20px;
  right:0px;
  width:465px;
  height: 30px;
  list-style: none outside;
  display: block;
  margin: 0px;
  padding: 0px;
}

#headermenu li{
	margin:0px;
	float:left;
}

#headermenu li a{
	display:block;
	height:30px;
	width:119px;
	margin:0px;
	background: url("../img/common/btn_headmenu.gif") no-repeat 0 0;
	/*text-indent:-9999px;*/
}

#headermenu li.menu1 a { width:119px;background-position: -0px -0px;}
#headermenu li.menu2 a { width:82px;background-position: -119px -0px;}
#headermenu li.menu3 a { width:134px;background-position: -201px -0px;}
#headermenu li.menu4 a { width:130px;background-position: -335px -0px;}

#headermenu li.menu1 a:hover { background-position: -0px -30px;}
#headermenu li.menu2 a:hover { background-position: -119px -30px;}
#headermenu li.menu3 a:hover { background-position: -201px -30px;}
#headermenu li.menu4 a:hover { background-position: -335px -30px;}

/*見出し要素一覧*/
.h_underline {
	margin: 10px 0px 10px 0px;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
	width: auto;
	display: inline;
}

/*footer*/
#footer {
	width: 900px;
	height: 30px;
	position: relative;
	margin:30px 0px 10px 0px;
}

/*footer*/
.footerlogo{
	margin-top:10px;
}
/*footermenu*/
#footermenu {
	position:absolute;
	top:3px;
	right:0px;
	width:autopx;
	height: 30px;
	list-style: none outside;
	display: block;
	margin: 0px;
	padding: 0px;
}

#footermenu li{
	margin:0px;
	float:left;
}

#footermenu li a{
	display:block;
	height:30px;
	width:90px;
	margin:0px;
	background: url("../img/common/btn_footmenu.gif") no-repeat 0 0;
	text-indent:-9999px;
}

#footermenu li.menu1 a { width:90px;background-position: -0px -0px;}
#footermenu li.menu2 a { width:120px;background-position: -90px -0px;}

#footermenu li.menu1 a:hover { background-position: -0px -30px;}
#footermenu li.menu2 a:hover { background-position: -90px -30px;}
