/*--------------------------------------------
‘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;
	height: auto;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(../img/bg_access.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;
	}
	
div#contents p#first_txt {
	font-size: 12px;
	margin-top: 15px;
	}
	
div#contents table.layout {
	margin: 10px 0 15px 0;
	padding: 0;
	}

div#contents table.layout table.voice dl {
	list-style: none;
	}
	
div#contents table.layout table.voice dl dt {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}	

div#contents table.layout table.voice dl dd {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-right: 20px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	}

div#contents table.layout table.voice p {
	font-size: 12px;
	margin: 10px 0 6px 10px;
	padding: 0;
	line-height: 120%;
	}	

div#contents table.layout table.voice p.continuation {
	text-align: right;
	margin: 0 0 3px 0;
	padding-right: 10px;
	}	

div#contents table.layout table.voice p.continuation a {
	font-size: 10px;
	text-decoration: none;
	}
	
div#contents table.layout table.voice p.menu {
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	}

div#contents table.layout table.voice p.menu_content {
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}

/*--------------------------------------------
paging
--------------------------------------------*/	
div#contents div#paging {
	text-align: right;
	margin: 0px 40px 5px 0;
	padding: 0;
	}

div#contents div#paging a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}

/*--------------------------------------------
blog_banner
--------------------------------------------*/	
div#contents div#blog_banner {
	margin: 10px 0 30px 0;
	padding: 0;
	}

div#contents div#blog_banner img {
	margin-bottom: 5px;
	}
	
/*--------------------------------------------
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;
	}

