.indent{
	text-indent:-9999px;
}

body{
	width:100%;
	background-color:#fff6e1;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif;
}

div#container{
	display:block;
	margin:40px auto;
	width:519px;
	padding:0px;
}

div#header h1{
	display:block;
	width:519px;
	height:110px;
	background-image:url(../img/10mile_top.jpg);
	background-position:left top;
	text-indent:-9999px;
}

div#header a{
	display:block;
	width:120px;
	height:110px;
	margin-left:200px;
}

div#contents{
	display:block;
	width:519px;
	height:409px;
	background-position:left bottom;
	background-image:url(../img/10mile_top.jpg);
}

li.yes {
	position:absolute;
	width:120px;
	height:41px;
	margin:215px 0 0 84px;
	padding:0;
}

li.no {
	position:absolute;
	width:120px;
	height:41px;
	margin:215px 0 0 314px;
	padding:0;
}

#yorn span{
	display:none;
}

#yorn li,#yorn a{
	height:41px;
	display:block;
}

#yorn li{
	float:left;
	list-style:none;
	display:inline;
}

li.yes a:hover{
	background:url(../img/index_button.gif) 0px 0px no-repeat;
}

li.no a:hover{
	background:url(../img/index_button.gif) -120px 0px no-repeat;
}

div#footer{
	margin-top:18px;
	width:519px;
	text-align:center;
}

div#footer p{
	font-size:smaller;
	text-align:center;
}

