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


@import "/css/reset.css";





body {
	background-repeat: repeat-x;
	color: rgb(51, 51, 51);
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 140%;
}

p {
	line-height: 1.5;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	font-weight:normal;

}


a:link {
	color: rgb(21, 150, 185);
	text-decoration: none;
}

a:visited {
	color: rgb(21, 150, 185);
	text-decoration: none;
}

a:hover {
	color: #00ccff;
	text-decoration: none;

}

a:active {
	color: rgb(45, 57, 62);
	text-decoration: none;
}

/* ------------------------------

header

------------------------------ */

div#header {
	width: 800px;
	background-image: url(/img/cmn/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 96px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 a {
	float: left;
	height: 96px;
	width: 230px;
}

div#header ul {
	float: right;
	margin: 10px;
}

div#header li {
	display: inline;
	margin-left: 20px;
}

div#header li a {
	color: #FFFFFF;
}

div#header li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* ------------------------------

home img

------------------------------ */

div#home-img {
	height: 174px;
	width: 798px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}


/* ------------------------------

div right-box,left-box

------------------------------ */


div#container {
	margin: 20px auto;
	width: 800px;
}

div#left-box {
	border: solid 1px #000000;
	width: 578px;
	float: left;
	padding: 10px;

}

div#left-box h2 {
	font-weight: bold;
	clear: both;
}
div#left-box #blog h2 a {
	color: #fff;
	text-decoration: underline;
}
div#left-box p#date {
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(21, 150, 185);
}



div#whats-new {
	margin-bottom: 20px;
}

#whats-new h2 {
	background: url(/img/cmn/news-icon.gif) no-repeat left center #fff;
	padding-left: 40px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	margin: 0;
	color: #333;
}

h2 {
	background: url(/img/h2.gif) repeat-x #33cc33;
	font-size: 130%;
	color: #fff;
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
}
#info h2 {
	background: url(/img/h2.gif) repeat-x #33cc33;
	font-size: 120%;
	color: #fff;
	padding: 3px 0 3px 5px;
	margin-bottom: 5px;
}
h3 {
	display: block;
	background: #f7f7f7;
	border-left: 4px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 2px 10px;
	margin-bottom: 10px;
}
#left-box p {
	margin-bottom: 20px;
}
#left-box ul {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 20px;
}
#left-box .floleft {
	float: left;
	margin: 0 15px 10px 0;
}
#left-box .floright {
	float: right;
	margin: 0 0 10px 15px;
}

#left-box dt {
	font-weight: bold;
	float: left;
	width: 70px;
}

div#left-box img {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#left-box p span {
	font-weight: bold;
}


div.news-list {
	margin-bottom: 20px;
}
.news-list h2 {
	font-size: 120%;
}

body #blog .asset-content {
	font-size: 100%;
}

div#right-box {
	border: solid 1px #000000;
	width: 158px;
	float: right;
	padding: 10px;
}
#left-box #welcom h3 {
	font-size: 80%;
}
div#recent-blog h3 {
	font-weight: bold;
	margin-botto: 10px;	
	padding: 3px 0 3px 3px;
	background: #f7f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 3px solid rgb(21, 150, 185);
}

div#recent-blog dl {
	margin-bottom: 20px;
}

div#recent-blog dd {
	background-image: url(/img/cmn/blog-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	border-bottom: 1px solid rgb(21, 150, 185);
	font-size: 80%;

}
body .asset-content {
	font-size: 120%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.comments-content {
	font-size: 80%;
}

/* ------------------------------

fxt
------------------------------ */

div.ftxt{
	width:800px;
	margin: 0 auto 20px;
	text-align:center;
}

div.ftxt p{
	margin:0;
	padding:5px;
	font-size:10px;
	line-height:1.2;
	text-align:left;
	border:1px solid #000000;
}
/* ------------------------------

footer
------------------------------ */

div#footer {
	width: 800px;
	margin: 0 auto;
	background-image: url(/img/cmn/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #000;
	background-color: #3373fb;
	color: #FFFFFF;
	font-size: 80%;
}

div#footer ul{
	margin:10px auto 0;
	padding:0;
	list-style:none;
	text-align:center;
}

div#footer ul li{
	display:inline;
	font-size: 80%;
}
div#footer ul li a{
	color:#ffffff;
}
div#footer ul li a:active{
	color:#ffffff;
}
div#footer ul li a:visited{
	color:#ffffff;
}
div#footer ul li a:hover{
	color:#ffffff;
}

address {
	margin: 10px 0 20px 10px;
}

p#copyright {
	margin: 0 0 10px 40px;
}


/*ご予約/お問い合わせフォーム*/
#contactform {
	width: 500px;
	margin: 0 auto;
	display: block;
}
#contactform caption {
	color: #333333;
	font-size: 160%;
	text-align: center;
	border-top: 4px solid #A4E4FC;
	padding: 10px 0;
}
#contactform th {
	background: #A4E4FC;
}
#contactform td {
	background:#F7F7F7;
}
#cheack {
	text-align: center;
}
#btns {
	text-align: center;
}


/*コメントフォーム*/
#comments-form {
	font-size: 80%;
}
#comments-form textarea {
	width: 560px;
	font-size: 100%;
}
#comments-form caption {
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	font-size: 120%;
	margin: 40px 0 10px 0;
}
#comments-open-footer {
	text-align: center;
}
.comment-content p {
	margin: 0;
	padding: 0;
}

/*アーカイブページ*/
#left-box .archive-list {
	margin-bottom: 30px;
}

#right-box h3 {
	margin-bottom: 20px;
}
#right-box .comments-content {
	margin-bottom: 20px;
}

#prevLink, #nextLink{
	background: transparent url(/path/to/images/blank.gif) no-repeat;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/path/to/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/path/to/images/nextlabel.gif) right 15% no-repeat;
}

/*料金/予約*/
td {
	font-size: 12px;
}
p#cation {
	color: #FF0000;
}
ul#cancel {
	border: #009900 solid 1px;
	width: 300px;
	padding: 10px;
	list-style-type: none;
}
span#for-reserved a {
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
}
span#for-reserved a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-weight: bold;
}
