@charset "shift_jis";
/* CSS Document */


/* 基本設定
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

p {
    line-height: 1.3em;
}

ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
background: url(top_img/y6b.gif);
}


/* リンク設定
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}

a:hover, a:active{
	outline: none;
	color:#999;
}

a img:hover{opacity:.8;}


hr {
border: none;
clear: both;
float: none;
}
/* レイアウト設定
------------------------------------------------------------*/
div#wrapper {
    width: 800px;
    margin: 0px auto;
    background: #FFF;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}
div#header {
    background: url(top_img/top-logo.jpg);
    width: 800px;
    height: 100px;
    position: relative;
}
#header h1 {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 0.8em;
}
#header h2 {
	background-image: url(top_img/title-logo.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	position: absolute;
	right: 51px;
	top: 17px;
	width: 239px;
	height: 73px;
}
#header h2 a {
    display: block;
    width: 239px;    height: 73px;
}
div#content {
    width: 600px;
    float: right;
}
#content section h1 {
    color: #F00;
    background: #FFDAC8;
    font-weight: bold;
    margin: 5px 0px;
	padding: 5px 0px 5px 1em;
}
#content section h2 {
	text-align: center;
	background: #FFEADF;
	border-top: 8px double #FFF;
	border-bottom: 8px double #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content section h3 {
	text-align: center;
	background: #FFF;
	border-top: 3px solid #FFEADF;
	border-bottom: 3px solid #FFEADF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:normal;
	margin:10px 20px;
}
div#sidebox {
    width: 199px;
    float: right;

}
#sidebox li {
    width: 179px;
    height: 30px;
    margin: 0px 0px 5px;
    background: #C5E5FF;
    line-height: 30px;
    padding-left: 20px;
}
#sidebox li#yoyaku {
    background: #F7EC23;
}
#sidebox ul {
    margin: 10px 0px;
}
#sidebox li a {
    display: block;
    width: 179px;
    height: 30px;
    color:#000;
}
#sidebox li a.selected:before {
    content: "■ ";      
    margin-left: -1em;
}
#sidebox article {
    text-align: center;
}
div#footer {
    width: 800px;
    float: none;
	clear: both;
    background: #666;
    color: #FFF;
    text-align: center;
}
#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #CCC;
}
#footer li {
    display: inline-block;
    border-right: solid 1px #fff;
    padding-right: 5px;
    font-size: 0.8em;
}
#footer li:last-child {
    border-right: none;
}
address p#footertitle {
  font-size: 1.2em;
  line-height: 2.2em;
  font-weight: bold;
}

address p {
    line-height: 1em;
}

.subboxL {
    width: 280px;
    float: left;
    margin: 0px 10px;
}

.subboxR {
    width: 280px;
    float: left;
    margin: 0px 10px;
}
.subboxW {
  width: 580px;
  margin: 0px 10px;
}
.kuwasiku{
	text-align:right;

}
.kuwasiku a {
  font-weight: bold;
  font-size: 0.9em;
}
.imgRight{
	float:right;
	margin-left:10px;
}
.imgLeft{
	float:left;
	margin-right:10px;
}

table{
     border-top: 1px solid #999;
     border-left: 1px solid #999;
     border-collapse:collapse;
     margin: 0px 20px;
}
th{
     border-right: 1px solid #999;
     border-bottom: 1px solid #999;
     padding: 2px;
     white-space: nowrap;
     }
td{
     border-right: 1px solid #999;
     border-bottom: 1px solid #999;
     padding: 5px;
}
table.tableNoborder{
	border:none;
}
table.tableNoborder th{
	border:none;
}
table.tableNoborder td{
	border:none;
	text-align:center;
}
ul.list{
	margin-left:6em;
}
.list li{
	padding-left:1em;
	text-indent:-1.5em;
}
.enjoy-title {
  background: #E9FCB3;
  font-weight: bold;
  padding: 5px 0px 5px 10px;
  margin: 10px 0px;
}
ul.accessLi{
	margin-left:6em;
}
.accessLi li{
	padding-left:2em;
	text-indent:-4.5em;
}.maintenance {
	margin: 0px auto;
	width: 500px;
	text-align: center;
}
.maintenance .text {
	padding-top: 20px;
	padding-bottom: 50px;
}
.maintenance .tel {
	font-size: 1.5em;
	font-weight: bold;
}
.mailform table th {
    background: #EAF6FF;
    vertical-align: middle;
    font-size: 0.9em;
    padding: 0px 1em;
}
.mailform span {
    color: red;
}

.sendbutton {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}

.sendbutton p {
    margin-bottom: 10px;
}

#content section.mailform h2 {
    background: none;
    color: red;
    font-size: 1.2em;
}

.thanksbox {
    width: 500px;
    margin: 50px auto 0px;
    text-align: center;
}

.thanksbox img {
}

.thanksbox p {
    font-size: 1.2em;
    line-height: 2em;
}
p.toplink {
    margin: 20px auto 0px;
    background-color: #F7EC23;
    width: 200px;
    font-weight: bold;
}