/*****全体に関する指定*****/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
        font-family: Helvetica,Arial,sans-serif ;
}
body,td,th {
	font-size: 14px;
	line-height: 18px;
}
/* アキを作らない */
h1,h2,h3,h4,p,ul,ol {
	margin: 0px;
	padding: 0px;
}
/* リストマークをつけない*/
li {
	list-style:none;
}
/* 画像のリンクに枠をつけない*/
img {
	border: none;
}
/* 基本のテキストリンク指定（２項目） */
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
/* 全体枠 */
.all {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC6666;
	border-left-color: #CC6666;
}
/*****ヘッダに関する指定*****/
.all h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
.rogo {
	margin-left: 15px;
}
.tel {
	margin-top: -30px;
	margin-left: 520px;
	margin-bottom: 10px;
}
.tx-link {
	background-image: url(img/hd_obi.gif);
	color: #FFFFFF;
	text-align: center;
	height: 21px;
	padding-top: 2px;
}
.tx-link a {
	color: #FFFFFF;
}
.tx-link a:hover {
	color: #FFFFFF;
}
/*****メニューに関する指定*****/
.menu {
	padding-top: 25px;
	width: 177px;
}
.menu a {
/*	color: #000000;　　*/
}
.menu a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.menu ul {
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.bn {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 15px;
}
.bn img {
	padding-bottom: 3px;
	padding-top: 2px;
}

.bn2 {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 15px;
}
.bn2 img {
	padding-bottom: 3px;
	padding-top: 2px;
}

.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn img {
	margin-bottom: 8px;
}
.menu ol {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.orange li {
	background-image: url(/img2/blg_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
        padding-right: 10px;
}
.pink li {
	background-image: url(/img2/blg_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
        padding-right: 10px;
}
.yellow li {
	background-image: url(/img2/blg_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
        padding-right: 10px;
}
.green li {
	background-image: url(/img2/blg_arrow4.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
        padding-right: 10px;
}

.data {
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}
.data h2 {
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 3px;
}
.english {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 12px;
}
/* コピーライト */
address {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #CC6666;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

.yoyaku {
        width: 150px;
	font-size: 10px;
	margin-left:10px;
	margin-top: 5px;
	border-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	background-color: #FEEED1;
	margin-right: 15px;
	padding-bottom: 10px;
}

/* フッターナビ */
.ft_navi {
        margin-top: 20px;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
/* 説明文 */
.caption {
	font-size: 12px;
}

/*****コンテンツ部分に関する指定*****/
.contents {
	width: 568px;
	padding-right: 10px;
}

.contents h2 {
	color: #538178;
	background-image: url(/img2/blg_obi1.gif);
	background-repeat:no-repeat;
	height: 26px;
	font-size: 16px;
	font-weight: normal;
}
.contents h2 a {
	color: #538178;
}
.contents h2 a:hover {
	color: #CC3333;
	text-decoration: underline;
}

/* プラン設定 */
.plan-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
        font-size: 16px;
	color: #CC6666;
        font-weight: bold;
        text-align: right;
        padding-top: 5px;
        padding-bottom: 0px;
}

.plan-title a {
	color: #CC6666;
}

.plan-title a:hover {
	text-decoration: none;
}

.plan-tx {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
        padding-top: 5px;
}

.movie-window {
	margin:10px auto 20px;
}
.movie-window table {
	margin:0 auto ;
}
.movie-window td {
	vertical-align:top;
	padding:4px 4px 10px;

}

.contents h2 {
	color: #538178;
	background-image: url(/img2/blg_obi1.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height: 26px;
	font-size: 16px;
	font-weight: normal;
        margin-bottom: 15px;
}
.contents h2 a {
	color: #538178;
}
.contents h2 a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.contents h3 {
	color: #ff69b4;
/*	background-image: url(/img2/blg_obi3.gif);
	background-repeat:no-repeat;
	background-position:left bottom; */
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
	border-bottom:1px solid #ff69b4;
	border-left:10px solid #ff69b4;
	padding-left:8px;
	padding-top:2px;
}
.contents h3 a {
	color: #ff69b4;
}
.contents h3 a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.cate-date ,.come-tb {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 5px;
}
.come-tb {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69A399;
	margin-top: 15px;
	margin-bottom: 50px;
}
.come-tb2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff69b4;
	margin-top: 15px;
	margin-bottom: 50px;
}
.come-tb3 {
	border-top-width: 1px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.cate-date2 {
	text-align: right;
	margin-bottom: 30px;
	margin-right: 5px;
}
.f-12 {
	font-size: 12px;
	line-height: 16px;
}
.sonota {
	background-image: url(/img2/blg_obi2.gif);
	background-repeat:no-repeat;
	height: 23px;
	font-size: 14px;
	color: #FF6600;
	margin-bottom: 10px;
}
.honbun {
	margin-left: 10px;
	margin-right: 20px;
}

.honbun2 {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69A399;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
/* index.htmlのカテゴリー一覧のリスト */
.honbun3 {
	margin-left: 10px;
	margin-top: 8px;
}
/* カテゴリーアーカイブの本文表示 */
/* エントリーーアーカイブの本文表示 */
.honbun4 {
	margin-left: 10px;
	margin-top: 8px;
	font-size: 14px;
}
.honbun4 img {
	margin-right: 6px;
	margin-bottom: 6px;
}
.honbun4t {
	font-weight:bold;
}

/* エントリーーアーカイブの追記表示 */
.honbun5 {
	margin:20px 0 30px 10px;
	border-top:1px solid #ff69b4;
	border-bottom:1px solid #ff69b4;
	padding:10px 0;
}
.honbun5t {
	padding:3px;
}
.honbun5s {
	font-size:12px;
}

/* 宿泊プランの本文表示 */
.honbun_plan {
	font-size: 12px;
}
.honbun_plan_t {
        font-size: 14px;
        font-weight: bold;
        color: #cc6666;
	margin-top: 5px;
}

.ryokin {
        font-size: 20px;
        font-weight: bold;
        color: #cc6666;
}
.honbun_plan_syousai {
        text-align: right;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 5px;
}
.cate-list {
	margin-bottom:20px;
}

.cate-li li {
	margin:10px 0 ;
	padding-bottom: 3px;
}

.clear {
	clear:left;
	clear:right;
}

.date {
	font-size: 12px;
	color: #666666;
}
.cate-title {
	background-image: url(/img2/blg_title.gif);
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	height: 29px;
	padding-left: 320px;
	margin-bottom: 20px;
}

/* コンテンツ部分クリア指定 */
.cr {
	clear: left;
}

/* *** ムービーの囲み *** */
.movie_box {
	border:1px solid #3300CC;
}

/* *** よくある質問 *** */
.faq-list {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
}
.faq-list li {
	background-image: url(/img/qa_q.gif);
	background-repeat:no-repeat;
	background-position:left, bottom;
        padding-left: 25px;
        line-height: 180%; 
}

/* 画像一覧の表組み */
table.image-list {
    width: 560px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    padding : 0px;
}
table.image-list tr td {
    width : 185px;
    vertical-align : top;
    text-align: center;
}

