<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*共通設定*/
@charset "shift_jis";

* { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
.contents_inner {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
/*	line-height: 18px;*/
	letter-spacing: 1px;
}
img { border-width: 0px; }
.contents_inner a:link,
.contents_inner a:visited {
	color: #0033CC;
	text-decoration: underline;
}
.contents_inner a:active,
.contents_inner a:hover {
	color: #FF3300;
	text-decoration: underline;
}
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input,
textarea {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	padding: 2px;
}
table {
	empty-cells:show;
	border-collapse:collapse;
}
.attention { color: #FF0000; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;}

/*------------------------------------------------------------------------
ヘッダ・フッタ部設定
-------------------------------------------------------------------------*/
.forcia-title-yado-00 {
    left: 110px;
    position: absolute;
    top: 20px;
}
#pastlist a{
	color:#111184;
	text-decoration:underline;
}
#headerAreaB01, #headerAreaB02 {
	width: auto;
}
#headerAreaB01 ul {
	margin: 10px 0px 0px;
	list-style: none;
	padding: 0px 20px 0px 0px;
	float: right;
}
#headerAreaB01 li {
	margin: 0px 22px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 10px;
}
#headerAreaB01 li a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#headerAreaB01 #category { display: none; }
div#headerAreaB01 li#menu01 {
	background-image: url(../images/menu_h_menu01.gif);
	height: 12px;
	width: 80px;
	margin-top: 5px;
	margin-left: 85px;
}
div#headerAreaB01 li#menu02 {
	background-image: url(../images/menu_h_menu02.gif);
	height: 12px;
	width: 99px;
	margin-top: 5px;
	margin-left: 15px;
}
div#headerAreaB01 li#menu03 {
	background-image: url(../images/menu_h_menu03.gif);
	height: 12px;
	width: 33px;
	margin-top: 5px;
	margin-left: 15px;
}
div#headerAreaB01 li#menu04 {
	background-image: url(../images/menu_h_menu04.gif);
	height: 12px;
	width: 55px;
	margin-top: 5px;
	margin-left: 15px;
}

/*------------------------------------------------------------------------
ボディ部設定 contents_body
-------------------------------------------------------------------------*/
div.contents_body {
	width: 970px;
	height: auto;
	background-attachment: scroll;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
}

html*div.contents_inner { letter-spacing:0px; }
*html div.contents_inner { letter-spacing:1px; }
*:first-child+html div.contents_inner { letter-spacing:1px; }
div.contents_inner {
	height: auto;
	padding: 5px 5px 10px;
}
div.pankuzu, #top h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
div.navi {
	background: url(../images/navi_bg.gif) repeat-x bottom;
	height: 48px;
}
div.navi .navi01 {
	background: url(../images/btn_navi_tour_on.gif) no-repeat;
	height: 40px;
	width: 480px;
	float: left;
}
div.navi .navi01 a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 480px;
	overflow: hidden;
}
div.navi .navi02 {
	background: url(../images/btn_navi_jr_off.gif) no-repeat;
	height: 40px;
	width: 240px;
	float: left;
}
div.navi .navi03 {
	background: url(../images/btn_navi_air_off.gif) no-repeat;
	height: 40px;
	width: 240px;
	float: left;
}
div.navi .navi02 a,
div.navi .navi03 a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 240;
	overflow: hidden;
}
div.contents_left {
	width: 320px;
	height: auto;
	float: left;
}

div.contents_right {
	width: 630px;
	height: auto;
	float: right;
}
/* サイド検索エリア */
div.sideSearchBox {
	margin: 0px 0px 5px;
	clear: both;
}
div.sideSearchBox div.content  {
	background: url(../images/side_search_bg.gif) repeat-y;
	border-bottom: 1px solid #f5c5d6;
	padding: 5px;
	min-height: 1px;
}
* html div.sideSearchBox div.content { height: 1px;}
div.sideSearchBox div.content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.sideSearchBox input.search_input { width: 250px; }
div.sideSearchBox ul.arealist {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
div.sideSearchBox ul.arealist li {
	background: #FFFFFF;
	padding: 1px 1px 1px 2px;
	float: left;
	width: 48%;
	margin: 0px 3px 3px 0px;
}
div.sideSearchBox ul.optionlist {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
div.sideSearchBox ul.optionlist li {
	background: #FFFFFF;
	padding: 1px 1px 1px 2px;
	float: left;
	margin: 0px 0px 3px;
	width: 305px;
}

div.sideSearchBox div.mapbox {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.sideSearchBox .calenderBox { background: #FFFFFF; 
}
div.sideSearchBox .calenderBox .calender_month { width: 310px; }
div.sideSearchBox .calenderBox .calender_month th {
	background: #fc6999 url(../images/bg01.jpg) repeat-x left top;
	width: 43px;
	text-align: center;
	color: #666666;
}
div.sideSearchBox .calenderBox .calender_month .now {
	border-right: 1px solid #FFFFFF;
	background: url(../images/bg02.jpg) repeat-x left top;
	color: #000000;
}
div.sideSearchBox .calenderBox .calender_month a {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	text-decoration: underline;
	width: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
div.sideSearchBox .calenderBox .calender_month a:hover { background: #FF0066; }
div.sideSearchBox .calenderBox .calenderTable { width: 310px; }
div.sideSearchBox .calenderBox .calenderTable th {
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
}
div.sideSearchBox .calenderBox .calenderTable th.sunday {
	background: #ffcccc;
	color: #FF0000;
}
div.sideSearchBox .calenderBox .calenderTable th.saturday { background: #66ccff; }
div.sideSearchBox .calenderBox .calenderTable td {
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	font-size: 14px;
	font-weight: bold;
	width: 44px;
	height: 26px;
	vertical-align: middle;
	line-height: 26px;
	color: #999999;
}
div.sideSearchBox .calenderBox .calenderTable td.saturday { background: #d7f2ff; }
div.sideSearchBox .calenderBox .calenderTable td.sunday { background: #ffe8e8; }
div.sideSearchBox .calenderBox .calenderTable td a {
	display: block;
	width: 44px;
	height: 26px;
}
div.sideSearchBox .calenderBox .calenderTable td a:hover { background: #FFFF99; }
div.sideSearchBox .budgetTable { 
}
div.sideSearchBox .budgetTable  th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
div.sideSearchBox .budgetTable td {
	background: #E7E7E7;
	border: 1px solid #FFFFFF;
	width: 40px;
	text-align: center;
	vertical-align: middle;
}
div.sideSearchBox .budgetTable a:link,
div.sideSearchBox .budgetTable a:visited {
	width: 40px;
	display: block;
	background: #FFD9EA;
	border-right: 1px solid #FE7FA8;
	border-bottom: 1px solid #FE7FA8;
	text-decoration: none;
	border-top-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
}
div.sideSearchBox .budgetTable a:hover {
	width: 40px;
	display: block;
	background: #FFFF99;
	border-right: 1px solid #FE7FA8;
	border-bottom: 1px solid #FE7FA8;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
div.sideSearchBox .budgetTable a:active {
	width: 40px;
	display: block;
	background: #FFFF99;
	border-left: 1px solid #FE7FA8;
	border-top: 1px solid #FE7FA8;
	text-decoration: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
div.sideSearchBox .budgetTable .sel a:link,
div.sideSearchBox .budgetTable .sel a:visited {
	width: 40px;
	display: block;
	background: #FF82AC;
	border-right: 0px none;
	border-bottom: 0px none;
	text-decoration: none;
	border-top: 1px solid #990033;
	border-left: 1px solid #990033;
}

/* メイン（右）エリア */
div.panfletBox {
	margin: 0px 0px 5px;
	background: url(../images/panflet_frm_bg.gif) repeat-y;
}
div.panfletBox .content {
	background: url(../images/panflet_frm_btm.gif) no-repeat bottom;
	padding: 5px 15px 7px;
}
div.panfletBox  ul  {
	margin: 0px;
	padding: 0px;
}
div.panfletBox ul li {
	background: url(../images/arrow01.gif) no-repeat left 3px;
	margin: 0px 0px 3px;
	padding: 0px 0px 0px 17px;
}
div.bookmarkBox { margin: 0px 0px 5px; }
div.bookmarkBox .title {
	background: url(../images/bookmark_title.gif) no-repeat;
	height: 33px;
	width: 630px;
}
div.bookmarkBox .title .btnarea {
	background: url(../images/bookmark_result_bg.gif) no-repeat;
	height: 33px;
	width: 221px;
	float: right;
}
div.bookmarkBox .title .btnarea a.open {
	display: block;
	height: 33px;
	width: 221px;
	text-decoration: none;
	color: #333333;
	background: url(../images/bookmark_result_open_bg.gif) no-repeat;
}
div.bookmarkBox .title .btnarea a.close {
	display: block;
	height: 33px;
	width: 221px;
	text-decoration: none;
	color: #333333;
	background: url(../images/bookmark_result_close_bg.gif) no-repeat;
}
div.bookmarkBox .title .btnarea span {
	line-height: 30px;
	padding-left: 10px;
}
div.bookmarkBox .title .btnarea span strong {
	color: #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
}
div.bookmarkBox .content {
	border-right: 1px solid #eadec6;
	border-bottom: 1px solid #eadec6;
	border-left: 1px solid #eadec6;
	padding: 5px;
}
div.bookmarkBox .noregist {
	background: #F4F4F4;
	border: 1px solid #DFDFDF;
	padding: 2px 10px;
}
div.bookmarkBox ul  {
	margin: 10px 5px 5px;
	padding: 0px;
}
div.bookmarkBox ul li {
	background: url(../images/icon_clip.gif) no-repeat left 3px;
	margin: 0px 0px 3px;
	padding: 0px 0px 0px 17px;
}
div.bookmarkBox .delete {
	float: right;
	margin: 0px;
	padding: 0px;
}
div.resultBox {
	padding-top: 5px;
	padding-bottom: 20px;
}
div.resultBox .resulttitle {
	background: url(../images/serch_result_title.gif) no-repeat;
	height: 36px;
	width: 630px;
	margin-bottom: 7px;
}
div.resultBox .resulttitle .number {
	float: right;
	margin: 0px;
	padding: 5px 10px 0px 0px;
}
div.resultBox .resulttitle .number strong {
	color: #CC0000;
	font: bold 22px Arial, Helvetica, sans-serif;
}
div.resultBox  .optionTable  {
	background: url(../images/search_option_frm_bg.gif) repeat-y;
	margin-bottom: 5px;
}
div.resultBox  .optionTable  th {
	background: url(../images/search_option_title.gif) no-repeat 4px top;
	width: 96px;
	text-indent: -9999px;
}
div.resultBox .optionTable .option {
	text-align: left;
	width: 534px;
}
div.resultBox  .optionTable  .option  .optionlist {
	padding: 5px 10px 0px;
	margin: 0px;
}
div.resultBox .optionTable .option .reset {
	background: url(../images/arrow02.gif) no-repeat left center;
	float: right;
	font-weight: bold;
	padding: 0px 10px 0px 17px;
	margin-bottom: 5px;
}
div.resultBox .numberShowBox {
	color: #000000;
	margin-bottom: 2px;
	margin-left: 2px;
}
div.resultBox .numberShowBox .number {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	padding-right: 3px;
}
div.resultBox .pagerBox {
	background: #eefaff;
	border: 1px solid #d1e5ed;
	padding: 6px 10px;
}
div.resultBox .pagerBox .left {
	width: 230px;
	float: left;
	font-size: 0.9em;
}
div.resultBox .pagerBox .left .select {
	font-size: 14px;
	font-weight: bold;
}

div.resultBox  .pagerBox  .right {
	float: right;
	width: 370px;
	text-align: right;
}
div.resultBox  .pagerBox  .right  a  { font-size: 14px; }

div.resultBox .pagerBox .right .prev {
	background: url(../images/arrow_page_prev.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 12px;
}
div.resultBox .pagerBox .right .next {
	background: url(../images/arrow01.gif) no-repeat right center;
	padding-right: 13px;
	font-size: 12px;
}
div.resultBox .pagerBox .right .select {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
div.resultBox .data_attention {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.resultBox .caption {
	text-align: right;
	margin: 3px 5px 15px;
	font-size: 11px;
}
div.resultBox .g_txt { color: #FF0000; }
div.resultBox .planAtt {
	color:red;font-size:10px;
	margin-top:-20px;
}
div.resultBox .resultListBox {
	background: url(../images/search_result_frm_bg.gif) repeat-y;
	width: 620px;
	margin: 0px auto;
	border-bottom: 1px solid #f89bbd;
}
div.resultBox .resultListBox .content {
	padding: 10px;
	background: url(../images/search_result_frm_top.gif) no-repeat left top;
}
div.resultBox .resultListBox .left {
	float: left;
	width: 485px;
}
div.resultBox .resultListBox .left .tour_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
div.resultBox .resultListBox .left .tour_title img {
	margin-right: 5px;
	float: left;
}
div.resultBox .resultListBox .left .panflet {
	background: url(../images/icon_panflet.gif) no-repeat left top;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
div.resultBox .resultListBox .right {
	float: right;
	width: 100px;
}
div.resultBox .resultListBox .right .btn {
	margin: 0px 0px 3px;
	padding: 0px;
}
div.resultBox .resultListBox .right .photo {
	margin: 5px 0px 0px;
	padding: 0px;
}
div.resultBox  .resultListBox .detailTable { }
div.resultBox .resultListBox .detailTable th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background: url(../images/dot_line01.gif) repeat-x bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
div.resultBox .resultListBox .detailTable .price {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
div.resultBox .resultListBox .detailTable td {
	text-align: left;
	background: url(../images/dot_line01.gif) repeat-x bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.resultBox .resultListBox .slideCalenderBox {
	clear: both;
	padding-top: 10px;
}
div.resultBox .resultListBox .slideCalenderBox .sliderTable {
	background: url(../images/slider_bg.gif) no-repeat;
	width: 600px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
div.resultBox .resultListBox .slideCalenderBox .sliderTable .handle {
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
}

div.resultBox .resultListBox .slideCalenderBox .slideCalenderTable {
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
div.resultBox .resultListBox .slideCalenderBox .slideCalenderTable th {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/bg04.jpg) repeat-x left top;
	width: 12.5%;
}

div.resultBox .resultListBox .slideCalenderBox .slideCalenderTable th.sunday { background: url(../images/bg05.jpg) repeat-x left top; }
div.resultBox .resultListBox .slideCalenderBox .slideCalenderTable th.saturday { background: url(../images/bg03.jpg) repeat-x left top; }
div.resultBox .resultListBox .slideCalenderBox .slideCalenderTable td {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
}
div.resultBox .resultListBox .detail {
	clear: both;
	margin: 0px 0px 5px;
	padding: 0px;
}
div.resultBox .resultListBox .detail .iconlist {
	padding-top: 5px;
	padding-bottom: 10px;
}
div.resultBox .resultListBox .detail .iconlist img { margin-right: 3px; }

div.resultBox .memo {
	margin-top: 10px;
	background: #F5F5F5;
	padding: 10px 12px;
}
div.pagetop {
	font-size: 11px;
	text-align: right;
	padding: 10px 5px 20px;
}
</pre></body></html>