@charset "UTF-8";
/* CSS Document */

/* リセット　*/

html, body, div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea,
p, blockquote, table, th, td, address{
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	}
hr{display:none;}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
}

/* 共通　*/
#wrap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#header {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.section .ttl {
	display: block;
	background-color: #006;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
p  {
	font-size: 12px;
	line-height: 1.5em;
}
.section {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.section .tb {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.section .tb tr .left {
	background-color: #F3F3F3;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.section .tb tr .right {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul li  {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 50px;
}
ul  {
	margin-left: 150px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.reserve_button {
	float:left;
	width: 240px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
}

.reserve_button a{
	background: #ffffff url(../img/reserve_button.png) no-repeat; 
	display: block;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
	line-height:0;
	overflow: hidden;
}
.reserve_button a:hover{
	background: #ffffff url(../img/reserve_button.png) no-repeat bottom left; 
	display: block;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
	line-height:0;
	overflow: hidden;
}
