@charset "utf-8";
/* CSS Document */

/* CSS reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	margin:0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
a:link{ color: #7E6D30; text-decoration: underline; }
a:visited{ color: #412690; text-decoration: underline; }
a:hover{ color: #7E6D30; text-decoration: none; }
a:active{ color: #7E6D30; text-decoration: underline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---ページ切り替え偽タブ---*/
#select_p{ margin-left: 0px; margin-right: 0px; margin-top: 10px; margin-bottom:0px; width: 750px; height: 40px; }
#select_p ul{ margin-left: 0px; }
#select_p li{ margin-left: 0px; margin-right: 0px; list-style-type: none; float:left; }
#select_h{ margin-left: 0px; margin-right: 0px; margin-top: 10px; margin-bottom:0px; width: 750px; height: 40px; }
#select_h ul{ margin-left: 0px; }
#select_h li{ margin-left: 0px; margin-right: 0px; list-style-type: none; float:left; }


ul.tabs {
	margin:0 15px;
	padding:0;
}
.tabs li {
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	display:block;
	width:360px;
	height:36px;
	float:left;
	cursor:pointer;
}
.open {
	background-image:url(../image/tabs_bg.gif);
	background-repeat:no-repeat;
}



/* フォント（共通） */
.s {
	font-size:12px;
	line-height:130%;
}
.sb {
	font-size:12px;
	line-height:130%;
	font-weight:bold;
}
.sss {
	font-size:10px;
	line-height:130%;
}
.ss {
	font-size:11px;
	line-height:130%;
}
.ms {
	font-size:13px;
	line-height:130%;
}
.m {
	font-size:14px;
	line-height:130%;
}
.ml {
	font-size:15px;
	line-height:130%;
}
.l {
	font-size:16px;
	line-height:130%;
}
.ll {
	font-size:17px;
	line-height:130%;
}
.lll {
	font-size:18px;
	line-height:130%;
}
.llll {
	font-size:30px;
	line-height:130%;
}
.rs {
	font-size:12px;
	line-height:130%;
	color:#ff0000
}
.rm {
	font-size:14px;
	line-height:130%;
	color:#ff0000
}
.rl {
	font-size:16px;
	line-height:130%;
	color:#ff0000
}
.rsb {
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	color:#ff0000
}
.rmb {
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	color:#ff0000
}
.rlb {
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	color:#ff0000
}
.bs {
	font-size:12px;
	color:#0000ff
}
.bm {
	font-size:14px;
	color:#0000ff
}
.bl {
	font-size:16px;
	color:#0000ff
}
.ws {
	font-size:12px;
	line-height:130%;
	color:#ffffff
}
.wmb {
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	color:#ffffff
}
/* ページ全体 */
.box {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	background-image: url(../dps/title.jpg);
	width: 100%;
}
.top_bnr img {
	margin:10px 2px 0px;
}
/* パンくずリスト */
div#pan {
	padding:5px;
	text-align:left;
	width: 960px;
}
#pan a:link {
	color:#0099FF;
}
#pan a:visited {
	color:#0099FF;
}
#pan a:hover {
	color:#ff0079;
}
/* コンテンツ部分 */
#box {
	background-image:url(../../2013_ha/title.jpg);
	background-repeat:no-repeat;
	}
#top_title {
	width:960px;
	height:264px;
	text-align:left;
}
/* 検索フォーム */
#search_form {
	width:168px;
	border:1px ridge #452F21;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	float:none;
	background-color: #FFF;
	margin: 0px;
}
#search_form h4 {
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#039;
}
#search_form div {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#search_form .stay_p select, #search_form .htl_c select, #search_form .free_word input {
	width:160px;
	font-size:14px;
}
#search_form .v_day input {
	font-size:11px;
	width: 28px;
}
#search_form .s_btn {
	text-align:left;
}
#wrap_all {
	width:960px;
	margin:0px auto;
	text-align:left;
}
/* 左サイド */
#wrap_left {
	width:200px;
	float:left;
}
#wrap_left a {
	color:#0099FF;
}
#wrap_left a:visited {
	color:#0099FF;
}
#wrap_left a:hover {
	color:#ff0079;
}
#wrap_left #side_bnr img {
	margin-top:10px;
}
/* 右サイド */
#wrap_right {
	width:754px;
	float:right;
	text-align:left;
}
#wrap_right .info_bnr {
	margin:10px 2px;
	text-align:center;
}
.clear {
	clear:both;
}
hr {
	border:dotted 1px #000000;
}
/*-------------------------------------------------Tour*/
#Tour{
	width: 726px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.TourParts{ font-size: 0px; line-height: 0; }
.TourCenter{
	background-image: url(../dps/tourbox_center.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.TourCenterIn{
	width: 710px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.TourCenterInWrap{}
.TourCenterInWrap h2{ padding: 10px 0; }	

.TourEntry{ overflow: hidden; }
.TourEntry + div{ margin:16px 0 0 0; background: url(images/line.gif) no-repeat center top; padding: 20px 0 0 0; }

.TourPhoto{ width: 400px; float: left; padding: 5px 0 0 0; font-size: 10px; }
.TourPhoto2{
	width: 350px;
	float: left;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.TourMain2{
	width: 350px;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


.TourTxt{}
.TourTxt dt{ font-size: 18px; font-weight: bold; color: #C89D2D; padding: 10px; }
.TourTxt dd{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	margin: 0;
	line-height: 150%;
} 
.TourLink{ padding: 5px 0; display:block;border-bottom: 1px solid #CCC; font-size:18px; }
.TourLink + div{ }
.TourLink dl{}
.TourLink dl dt{ font-weight: bold; }
.TourLink dl dd{ color: #666; }

.TourLink2{ padding: 5px 0; display:block;border-bottom: 1px solid #CCC; font-size:16px; }
.TourLink2 + div{ }
.TourLink2 dl{}
.TourLink2 dl dt{ font-weight: bold; }
.TourLink2 dl dd{ color: #666; }

.Price{}
.Price strong{ color:#F00; font-size:20px;}
.Price .PriceAtte{ font-size:10px; color:#666; margin: 0 5px 0 0; font-weight: normal; }

.OtherLink{ clear:both;}
.OtherLink a{
	display:block;
	width: 100%;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
	font-size:16px;
	height: 25px;
	background-image: url(../dps/tourbar_off.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.OtherLink a:hover{
	background-image: url(../dps/tourbar_on.jpg);
	background-repeat: no-repeat;
}


.OtherLinkHf { clear:both;}
.OtherLinkHf a{ display:block; background: url(images/tourbar_mini_off.gif) no-repeat; width: 210px; margin: 0 0 0 auto; text-align:center; color:#FFFFFF; text-decoration:none; font-weight:bolder; font-size:16px; height: 32px; padding:7px 0 0 0;}
.OtherLinkHf a:hover{ background: url(images/tourbar_omini_on.gif) no-repeat; }
