/* 初期化設定 */
* {
	margin: 0;
	padding: 0;
	font: normal normal normal 100%/1.4 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	width: 800px;
	height: 100%;
	text-align: center;          /* IE用の中央寄せ */
	margin-left: auto;           /* IE以外用の中央寄せ */
	margin-right: auto;          /* IE以外用の中央寄せ */
	text-align: left;            /* 中身を左寄せに戻す */
	background: url("../img/body.jpg") repeat-x #cbecef;
}
img {
	border: 0px;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0033;
	text-decoration: underline;
}
a:active {
	color: #ff0033;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
/****** 全体コンテナ ******/
#container {
	width: 800px;
	background-repeat: repeat-y;
	background-image: url("../img/bg.jpg");
}
/****** ヘッダ ******/
#head {
    width: 775px;
	margin-left: 10px;
	background-color: #ffffff;
}
#head h2 {
    width: 775px;
    height: 95px;
	margin-top: -15px;
}
div#head h1 {
	position: relative;
	font-size: small;
	color: #999999;
}
/****** レフト ******/
#left {
	float: left;
    width: 165px;	
    font-size: small;
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 25px;
}
/*** メニュー ***/
#menu {
    width: 165px;
    background-color: #ffffff;
	margin-top: 15px;
}
#menu div#menu_yoyaku {
	width: 155px;
	height: 190px;
	padding: 5px 5px 3px 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #0000ff;
	background-image: url(../img/menu_yoyaku.gif);
	background-repeat: no-repeat;
}
#menu div#menu_yoyaku div#ytl {
	width: 155px;
    height: 32px;
	margin-bottom: 2px;
	text-align: center;
	color: #0000ff;
	background-color: #ffffff;
}
#menu div#menu_yoyaku p {
	width: 155px;
    height: 50px;
	margin-bottom: 2px;
	text-align: center;
	color: #0000ff;
	background-color: #ffffff;
}
#menu div#menu_yoyaku p a {
    display: block;
    width: 155px;
    height: 50px;
	background-color: #e6e6fa;
    text-decoration: none;
}#menu div#menu_yoyaku p a:hover {
	background-color: #ccf4f4;
    text-decoration: none;
}
#menu h2#title {
    width: 165px;
	height: 30px;
	margin-bottom: 2px;
	text-align: center;
	color: #ffffff;
	background-color: #0000ff;
}
#menu ul {
	list-style: none;
    font-size: small;
    line-height: 1.2;
}
#menu li {
    text-align: left;
}
#menu li a {
    display: block;
	border-width: 1px 1px 1px 7px;
	border-color: #cccccc #cccccc #cccccc #0055ff;
	border-style: solid;
    background-image: url(../img/menu_bar.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	margin-bottom: 2px;
    width: 142px;
    height: 28px;
	line-height: 28px;
	background-color: #e6e6fa;
    text-decoration: none;
	color: #000000;
}
#menu li a:hover {
	border-width: 1px 1px 1px 7px;
	border-color: #cccccc #cccccc #cccccc #00bfff;
	border-style: solid;
    background-image: url(../img/menu_bar_h.jpg);
	background-repeat: repeat-x;
	background-color: #afeeee;
	text-decoration: underline;
	color: #0000ff;
}
#menu li a:active {
	border-width: 1px 1px 1px 7px;
	border-color: #cccccc #cccccc #cccccc #ffcc99;
	border-style: solid;
    background-image: url(../img/menu_bar_a.jpg);
	background-repeat: repeat-x;
	background-color: #ffffcc;
	text-decoration: underline;
	color: #ff0033;
}
/*** アフィリエイト ***/
#mobile {
	margin-right: auto;
	margin-left: auto;
    width: 147px;
	border: 1px solid #cccccc;
	padding: 7px;
	margin-top: 10px;
}
p#keitai_y{
	text-align: center;
	color: #0033ff;
}
p#keitai_y strong{
	line-height: 1.2;
	font-weight: bold;
}
p#qr{
	line-height: 1.2;
}
#secom {
    width: 163px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#adver1 {
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
    width: 163px;
	text-align: center;
}
#adver1 p {
	margin-bottom:10px;
}
#adver1 p.babo img {
	border: 1px solid #dddddd;
}
/****** ライト *******/
#right {
	float: right;
    width: 610px;
    font-size: small;
	background-color: #ffffff;
	margin-bottom: 25px;
	margin-right: 15px;
	color: #666666;
}
/*** メイン ***/
#main {
	margin-top: 15px;
	margin-left: 20px;
	background-color: #ffffff;
}
div#titlebar {
	width: 558px;
	height: 50px;
	padding: 0 7px 0 25px;
	background-color: #e6e6fa;
	background-repeat: no-repeat;
	background-image: url(../img/title-bar_01.jpg);
}
div#titlebar h2 {
	font-size: large;
	font-weight:bold;
	color: #333333;
	line-height: 50px;
}
div.topbox1 {
	border: 1px #e3e3e3 solid;
	width: 574px;
	margin-top: 10px;
	padding: 7px;
	background-color: #f9f9f9;
}
div#top_foot {
	clear: both;
	border: 1px #e3e3e3 solid;
	width: 574px;
	padding: 12px 7px 7px 7px;
	background-color: #f9f9f9;
	zoom: 1;
}
div#top_foot div#top_foot_l {
	float: left;
	width: 270px;
}
div#top_foot div#top_foot_r {
	float: right;
	width: 300px;
}
div#top_foot div#top_foot_l p {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
div#top_foot div#top_foot_r p {
	width: 298px;
	height: 52px;
	border: 1px #e3e3e3 solid;
	margin-bottom: 7px;	
}
div#top_foot div#top_foot_r p a {
	display: block;
	width: 300px;
	height: 54px;
	background-color: #e6e6fa;
}
div#top_foot div#top_foot_r p a:hover {
	display: block;
	width: 300px;
	height: 54px;
	background-color: #ffe4e1;
}
div#top_foot:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fwn {
	font-weight: normal;
}
.cld {
	color: #666666;
}
.fsxs {
	font-size: x-small;
}
.fsm {
	font-size: medium;
}
.fsl {
	font-size: large;
}
.sb {
	font-weight: bold;
}
.xb {
	font-weight: 900;
}
.red {
	color: #ff0033;
}
.blu {
	color: #0066ff;
}
.wht {
	color: #ffffff;
}
.litg {
	text-decoration: line-through;
}
/* トップページ */
div#toppage {
	width: 590px;
}
div#toppage div#top_img {
	width: 590px;
	height: 200px;
}
div#toppage div#banner_01 {
	width: 590px;
	height: 100px;
	margin-top: 5px;
}
div#toppage div#banner_01 a {
	background: url(../img/camp_ov.gif) left top no-repeat;
	display: block;
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 100px;
}
div#toppage div#banner_01 a:hover img {
	background: url(../img/camp_ov.gif) left top no-repeat;
	position: relative;
	top: -100px;
}
div#toppage div#banner_01pet {
	width: 590px;
	height: 100px;
	margin-top: 5px;
}
div#toppage table#tb_1 {
	width: 100%;
	border: 2px #4169e1 solid;
	margin-top: 5px;
}
div#toppage table#tb_1 tr#camp_m {
	height: 70px;
}
div#toppage table#tb_1 th {
	border: 1px #4169e1 solid;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #0033ff;
	background-image: url(../img/thbk_20.jpg);
	background-repeat: repeat-x;
}
div#toppage table#tb_1 td,
div#toppage table#tb_1 th.wrk  {
	border: 1px #4169e1 solid;
	padding: 5px 0;
	font-weight: bold;
	color: #ff0033;
	text-align: center;
	background-color: #ececec;
	background-image: url(../img/tdbk_50.jpg);
	background-repeat: repeat-x;
}
div#toppage table#tb_1 th.t_tb1_cel {
	border-left-color: #cccccc;
	border-right-color: #cccccc;
}
div#toppage table#tb_1 col#tb_1_l {
	width: 20%;
}
div#toppage table#tb_1 colgroup#tb_1_r {
	width: 20%;
}
div#toppage table#tb_1 span#camp_r {
	line-height: 1;
	font-weight: bold;
}
div#toppage table#tb_1 td.bikou {
	text-align: left;
	color: #666666;
	font-weight: normal;
	padding: 3px 7px;
}
div#toppage table#tb_2 {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: separate;
	border-spacing: 0 2px;
}
div#toppage table#tb_2 p {
	text-align: center;
}
div#toppage table#tb_3 {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: separate;
	border-spacing: 0 2px;
}
div#toppage div#titlebar_t h2 {
	font-size: large;
	color: #555555;
	font-weight: 900;
	line-height: 40px;
}
div#toppage table#tb_3 th h3,
div#toppage table#tb_2 th h3 {
	font-weight: bold;
}
div#toppage table#tb_3 th,
div#toppage table#tb_2 th {
	height: 23px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 10px;
	border: 1px #4169e1 solid;
	background-color: #0033ff;
	background-image: url(../img/thbk_20.jpg);
	background-repeat: repeat-x;
}
div#toppage table#tb_3 td,
div#toppage table#tb_2 td {
	padding: 5px 10px;
	border: 1px #e3e3e3 solid;
	background-color: #f1f1f1;
}
div#toppage div#center_site {
	width: 100%;
	padding: 0;
}
div#toppage div#center_site p.tm_img {
	float: right;
	width: 268px;
	text-align: center;
}
div#toppage div#left_site {
	float: left;
	width: 290px;
	margin-bottom: 20px;
}
div#toppage div#right_site {
	float: right;
	width: 290px;
	margin-bottom: 20px;
}
div#toppage div#titlebar_t {
	width: 563px;
	height: 40px;
	padding: 0 7px 0 20px;
	margin-top: 25px;
	margin-bottom: 5px;
	background-color: #e6e6fa;
	background-repeat: no-repeat;
	background-image: url(../img/title-bar_01t.jpg);
}
/* ご利用の流れページ */
div#system {
	width: 590px;
}
div#system table#ukewatashi {
	width: 100%;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 0 2px;
}
div#system table#ukewatashi th h3 {
	font-weight: bold;
}
div#system table#ukewatashi th {
	height: 20px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;	
	padding: 5px;
	border: 1px #4169e1 solid;
	background-color: #0033ff;
	background-image: url(../img/thbk_20.jpg);
	background-repeat: repeat-x;
}
div#system table#ukewatashi td {
	padding: 7px;
	border: 1px #e3e3e3 solid;
	background-color: #f1f1f1;
}
div#system table#ukewatashi td p#key{
	float: right;
}
div#system dl {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
}
div#system dl dt {
	height: 25px;
	line-height: 25px;
	padding-left: 18px;
	font-weight: bold;
	color: #0066ff;
	background-color: #ffffff;
	background-image:url(../img/system_titlebar.gif);
	background-repeat: no-repeat;
}
div#system dl dd {
	padding: 5px 0 0 10px;
	margin-bottom: 20px;
}
div#system dl dd table.yoyaku {
	margin-left: 10px;
	width: 100%;
}
div#system dl dd table.yoyaku th {
	width: 5em;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	line-height: 1.3;
}
div#system dl dd table.yoyaku td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	line-height: 1.3;
}
div#system dl dd table.shuppatsu {
	margin: 0 0 0 10px;
	width: 100%;
}
div#system dl dd table.shuppatsu th {
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 0 3px;
	line-height: 1.3;
}
div#system dl dd table.shuppatsu td {
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 13px;
	line-height: 1.3;
}
/* 料金表ページ */
div#ryoukin {
	width: 590px;
}
div#ryoukin div#banner_01 {
	width: 590px;
	height: 100px;
	margin-top: 10px;
}
div#ryoukin table#tb_1 {
	width: 100%;
	border: 2px #4169e1 solid;
	margin-top: 5px;
}
div#ryoukin table#tb_1 th {
	border: 1px #4169e1 solid;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #0033ff;
	background-image: url(../img/thbk_20.jpg);
	background-repeat: repeat-x;
}
div#ryoukin table#tb_1 td,
div#ryoukin table#tb_1 th.wrk {
	border: 1px #4169e1 solid;
	padding: 5px;
	font-weight: bold;
	color: #ff0033;
	text-align: center;
	background-color: #ececec;
	background-image: url(../img/tdbk_50.jpg);
	background-repeat: repeat-x;
}
div#ryoukin table#tb_1 th.t_tb1_cel {
	border-left-color: #cccccc;
	border-right-color: #cccccc;
}
div#ryoukin table#tb_1 col#tb_1_l {
	width: 20%;
}
div#ryoukin table#tb_1 colgroup#tb_1_r {
	width: 20%;
}
div#ryoukin table#tb_1 span#camp_rr {
	line-height: 1.3;
	font-weight: bold;
}
div#ryoukin table#tb_1 tr#camp_m {
	height: 60px;
}
div#ryoukin p#camp_2 {
	width: 590px;
	text-align: center;
	margin-top: 5px;
}
#ryoukin dl {
	border: 1px #e3e3e3 solid;
	width: 558px;
	margin: 20px 0 20px 0;
	padding: 15px;
	background-color: #f9f9f9;
}
div#ryoukin dl h3 {
	color: #ff0033;
	font-weight: 900;
	font-size: medium;
	margin-bottom:5px;
}
div#ryoukin dl dt {
	font-weight: bold;
	color: #3399ff;
}
div#ryoukin dl dd {
	margin-bottom: 10px;
}
/* ご予約ページ */
div#yoyaku {
	width: 590px;
}
div#yoyaku2 {
	border: 1px #e3e3e3 solid;
	width: 558px;
	margin-top: 10px;
	padding: 15px 15px 0 15px;
	background-color: #f9f9f9;
}
div#yoyaku h3.yyk {
	font-size: 105%;
	font-weight:bold;
	margin-left: 5px;
	margin-bottom: 18px;
}
div#yoyaku table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: separate;
	border-spacing: 0 3px;
}
div#yoyaku table th {
	height: 23px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 10px;
	border: 1px #4169e1 solid;
	background-color: #0033ff;
	background-image: url(../img/thbk_20.jpg);
	background-repeat: repeat-x;
}
div#yoyaku table th h3 {
	font-weight: bold;
}
div#yoyaku table td {
	padding: 10px 0 5px 20px;
	border: 1px #e3e3e3 solid;
	background-color: #f1f1f1;
	background-image: url(../img/tbbk_20.jpg);
	background-repeat: repeat-x;
}
div#yoyaku table td div.yyk1 {
	float: left;
	width: 372px;
}
div#yoyaku table td p.yyk2 {
	line-height: 1.2em;
	margin-top: 7px;
}
div#yoyaku table td p.yyk3 {
	background-color: #ffffff;
	border: 2px #ff0000 solid;
	width: 368px;
	height: 37px;
}
div#yoyaku table td p.yyk3 a {
	display: block;
	width: 368px;
	height: 37px;
	background-color: #ffffff;
}
div#yoyaku table td p.yyk3 a:hover {
	display: block;
	width: 368px;
	height: 37px;
	background-color: #ffe4e1;
}
div#yoyaku table td p.icon {
	float: right; 
	width: 150px;
 	text-align: center;
	color: #0033ff;
	font-weight: bold;
}
div#yoyaku table td p.icon a {
	color: #0033ff;
	font-weight: bold;
}
div#yoyaku table td p.icon a:hover {
	color: #ff0033;
	font-weight: bold;
	text-decoration: none;
}
div#yoyaku table td p.yyk2 a:hober {
	color: #ff0033;
}
div#yoyaku strong,div#yoyaku strong a {
	font-size: x-large;
	font-weight: bold;
	color: #ff0033;
}
div#yoyaku span.phone {
	font-size: medium;
	font-weight: bold;
	color: #ff0033;
}

/* faqページ */
div#faq {
	width: 590px;
}
div#faq table caption {
	width: 100%;
	text-align: left;
}
div#faq th,
div#faq td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}
div#faq th,
div#qa th {
	width: 3em;
}
div#faq p.back {
	text-align: right;
	font-weight: bold;
}
div#faq h3 {
	font-weight: bold;
	color: #3cb371;
}
div#qlist table {
	width: 100%;
	margin-top: 10px;
}
div#qa table {
	width: 100%;
	margin-top: 25px;
	border: 1px #cccccc solid;
}
div#qa th,
div#qa td {
	border-bottom: 1px #cccccc solid;
}
div#qa table tr.qatr_head {
	color: #cc0033;
}
/* MAPページ */
div#map {
	width: 590px;
}
div#map div.yahoomap {
	margin-top: 15px;
	width: 550px;
}
/* 免責約款ページ */
div#yakkan {
	width: 590px;
}
div#yakkan p.boder {
	border: 1px #999999 solid;
	width: 525px;
	text-align: center;
	margin: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 7px;
	background-color: #ffffcc;
} 
div#yakkan ol {
	line-height: 1.5;
	margin-left: 30px;
	padding-right: 5px;
}
div#yakkan li {
	margin-top: 1em;
}
/* 会社概要ページ */
div#corp {
	width: 590px;
}
div#corp2 {
	border: 1px #e3e3e3 solid;
	width: 558px;
	margin-top: 10px;
	padding: 15px;
	background-color: #f9f9f9;
}
div#corp table {
	width: 100%;
	margin: -8px 0;
	background-color: #f9f9f9;
	border-collapse: separate;
	border-spacing: 0 8px;
}
div#corp table th {
	width: 27%;
	height: 30px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	border-color: #4169e1;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background-color: #003aff;
	background-image: url(../img/dt_left1.jpg);
	background-repeat: repeat-x;
}
div#corp table td {
	height: 30px;
	color: #666666;
	padding-left: 15px;
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	background-color: #f1f1f1;
	background-image: url(../img/dd_right1.jpg);
	background-repeat: repeat-x;
}
/****** フッタ *******/
div#foot {
	clear: both;
	width: 775px;
    padding: 5px 0px;
	margin-left: 10px;
    text-align: center;
	font-size: small;
	color: #808080;
    border: double #a9a9a9;
	border-width: 3px 0px 0px 0px;
}
/****** WEB予約フォーム *******/
/* page01 */
div#webform {
	width: 590px;
}
div#webform table {
	width: 590px;
	vertical-align: middle;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 7px;
}
div#webform input[type=text] {
	border: 1px #999999 solid;
	width: 100%;
	height: 1.5em;
}
div#webform select {
	border: 1px #999999 solid;
}
div#webform input[type=text].date {
	width: 18%;
}
div#webform textarea {
	float: left;
	border: 1px #999999 solid;
	width: 80%;
	height: 5em;
	line-height: 1.2em;
}
div#webform textarea.he {
	float: left;
	border: 1px #999999 solid;
	width: 80%;
	height: 15em;
	line-height: 1.2em;
}
div#webform div#button {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
div#webform input[type=submit],
div#webform input[type=reset] {
	padding: 0 7px 0;
}
div#webform div#err table {
	margin-top: -5px;
}
.colstyle1 {
	width: 25%;
	background-color: #afeeee;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
.colstyle2 {
	width: 42%;
}
.colstyle3 {
	color: #CC6600;
	font-size: x-small;
}
.colstyle4 {
	width: 20%;
	font-weight: bold;
	padding: 3px 3px 3px 7px;
	background-color: #afeeee;
	text-align: left;
}
.colstyle5 {
	padding: 3px;
}

