@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#333;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}



div#wrapper {
	margin: 10px auto 0;
	width: 760px;
	background-color: #ffffff;
}

div#header {
	background-image: url(../images/common/head.jpg);
	height: 160px;
	position: relative;
}
div#header_new {
	background-image: url(../images/common/head_new.jpg);
	height: 160px;
	position: relative;
}

div#main {
	background-color: #ffffff;
}

div#footer {
	background-color: #ffffff;
}

div#footer img {
	vertical-align:top;
}


/* header */
div#header h1 {
	text-indent: -9999px;
	margin: 0;
}

div#header a#homebtn {
	display: block;
	width :75px;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 25px;
	background-image: url(../images/common/sp.gif);
	text-indent: -9999px;
}
div#header a#sitemapbtn {
	display: block;
	width :75px;
	position: absolute;
	top: 5px;
	left: 82px;
	height: 25px;
	background-image: url(../images/common/sp.gif);
	text-indent: -9999px;
}
div#header a#aboutbtn {
	display: block;
	width :144px;
	position: absolute;
	top: 135px;
	left: 600px;
	height: 19px;
	background-image: url(../images/common/aboutbn.jpg);
	text-indent: -9999px;
	background-repeat:no-repeat; 
}


div#header_new a#homebtn {
	display: block;
	width :75px;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 25px;
	background-image: url(../images/common/sp.gif);
	text-indent: -9999px;
}
div#header_new a#sitemapbtn {
	display: block;
	width :75px;
	position: absolute;
	top: 5px;
	left: 82px;
	height: 25px;
	background-image: url(../images/common/sp.gif);
	text-indent: -9999px;
}
div#header_new a#aboutbtn {
	display: block;
	width :144px;
	position: absolute;
	top: 135px;
	left: 600px;
	height: 19px;
	background-image: url(../images/common/aboutbn.jpg);
	text-indent: -9999px;
	background-repeat:no-repeat; 
}
div#header_new h1 {
	text-indent: -9999px;
	margin: 0;
}



