body{
	width:100%;
	background-color:#fff6e1;
	/* ここで告白するが、ヒラギノを持ってないのでどういうデザインになっているかわからない！ */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif;
}

div#container{
	position:relative;
	display:block;
	margin:8px auto;
	width:950px;
	height:auto;
}

div#header{
	width:950px;
	height:100px;
	background:url(../img/belt_a.gif) repeat-x;
}

div#logo a{
	display:block;
	width:380px;
	height:100px;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:left top;
	margin:0px auto;
	text-indent:-9999px;
}

div#menu,div#under_navi{
	display:block;
	width:950px;
	height:45px;
	background:url(../img/navi_bar.png) 0px 0px no-repeat;
}

div#menu{
	margin-bottom:1px;
	background-color:#ececed;
}

div#top_navi,div#under_navi{
	width:950px;
	height:45px;
}

div#footer{
	clear:both;
	width:950px;
	height:83px;
}

div#footer .copyright{
	display:block;
	margin-left:730px;
	width:220px;
	height:15px;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:left bottom;
	text-indent:-9999px;
	overflow:hidden;
}

div#footer p.return_home a{
	display:block;
	margin-left:839px;
	width:111px;
	height:16px;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:left -135px;
	text-indent:-9999px;
	overflow:hidden;
}

div#char{
	clear:both;
	width:151px;
	height:242px;
	top:-10px;
	left:-35px;
	background:url(../img/10miletan.png);
	_background:url();
	position:absolute;
}

div#privacy a{
	clear:both;
	display:block;
	width:95px;
	height:29px;
	top:0;
	right:0;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:left -100px;
	position:absolute;
	text-indent:-9999px;
}
/*
div#about_us a{
	display:block;
	width:95px;
	height:20px;
	top:29px;
	right:0;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:-285px -124px;
	position:absolute;
	text-indent:-9999px;
}
*/

div#about_us a{
	display:none;
}

div#site_map a{
	display:block;
	width:95px;
	height:23px;
	top:48px;
	right:0;
	background:url(../img/main_parts.gif) no-repeat;
	background-position:-285px -144px;
	position:absolute;
	text-indent:-9999px;
}
a:hover {
	color:#F04050;
	text-decoration:underline;
}

