/*--------------------------------------------
‘S‘Ì
--------------------------------------------*/
body {
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#wrap_reserve {
	background-image: url(../img/bg_reserve.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	}
	
#container_access {
	width:713px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../img/bg_qa.jpg);
	background-position: 399px 239px;
	background-repeat: no-repeat;
}

/*--------------------------------------------
header
--------------------------------------------*/

div#header ul {
	width: 713px;
	height: 26px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	}

div#header ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
/*--------------------------------------------
contents
--------------------------------------------*/

div#contents {
	width: 474px;
	height: auto;
	position: relative;
	top: 23px;
	left: 22px;
	margin-bottom: 30px;
	}
	
div#contents ul {
	margin-top: 15px;
    list-style: none;
    width: 500px;
}

div#contents ul li {
	font-size: 12px;
    list-style: none;
	margin-top: 5px;
    padding-left: 20px;
    background: url(../img/square.gif) no-repeat center left;
}

div#contents ul li a {
	color: #663F19;
	text-decoration: none;
	font-weight:normal;
	}
	
div#contents ul li a:hover {
	color: #C98857;
	text-decoration: underline;
	font-weight: normal;
	}

div#contents dl dt {
	width: 470px;
	height: 18px;
	margin: 10px 0;
	font-size: 12px;
	background-color: #E6D7B9;
	font-weight: bold;
	line-height: 190%;
	}
	
div#contents dl dd {
	width: 470px;
	line-height: 160%;
	font-size: 12px;
	}
	
	div#contents p#first_txt {
	font-size: 12px;
	margin-top: 15px;
	}

/*--------------------------------------------
to_top
--------------------------------------------*/
/*div#contents div.qa_top {
	text-align: right;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	}

div#contents div.qa_top a {
	text-decoration: none;
	}

div#contents div.qa_top a:hover {
	text-decoration: underline;
	}*/
	
div#contents dl dd.to_qa_top {
	text-align: right;
	}

div#contents dl dd.to_qa_top a {
	font-size: 10px;
	text-decoration: none;
	}
	
div#contents dl dd.to_qa_top a:hover {
	text-decoration: underline;
	}
	
/*--------------------------------------------
footer
--------------------------------------------*/

div#footer {
	width: 713px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
div#footer p {
	margin: 15px 0 0 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	}	
	
div#footer p a {
	color: #C98857;
	text-decoration: none;
	}
	
div#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
	}

