/*-------------共通----------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height:150%;
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#FFFFFF;
}

#wrapper {
	width: 780px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;

}

h1,h2,h3{
	margin:0px;
}
/*-------------共通ヘッダー----------------*/
#header {
	height:75px;
	position:relative;
}


#header_menu p{
	margin:0px;
}
a:link{
	color:#000000;
	text-decoration: none;
}
a:visited{
	color:#000000;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}

/*---top用ヘッダー---*/
#top_header_main {
	display: block;
	position: absolute;
	top: 0px;
	width: 780px;
	height: 75px;
	background:  url(../img/top_header.jpg) no-repeat;
}
#top_header_sub {
	height: 38px;
	background:  url(../img/top_header_sub.jpg) no-repeat center;
}
/*---top以外用ヘッダー---*/
#header_main {
	display: block;
	position: absolute;
	top: 0px;
	width: 780px;
	height: 75px;
	background:  url(../img/header.jpg) no-repeat;
}
#header_sub {
	height: 38px;
	background:  url(../img/header_sub.jpg) no-repeat center;
}
	
#header_menu{
	display:block;
    position: absolute;
    top:8px;
	right: 5px;
}	 
/*-------------メニュー----------------*/
#menu {
	height: 24px;
	background:  url(../img/menu_back.gif) no-repeat;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#menu ul {
	width:756px;
	margin:0 0 0 12px;
	padding:0px;
}

#menu li {
	float:left;
	list-style-image:  url(../img/spacer.gif);
}

#menu a {
	display: block;
	width: 108px;
	height: 24px;
	text-indent: -500em;
}

#menu a:hover{
    background-position:0px -24px;
}

/*-------------メイン----------------*/
/*各CSS参照*/
.clear{
	clear:both;
}

/*-------------フッター----------------*/
#footer {
	background-color:#FFAF37;
	color:#000000;
	padding:5px;
	text-align:right;
	line-height:1.2em;
}
#footer p {
	margin:0px;
}
