@charset utf-8;


* {
	color:#666666;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

html {
height: 100%; }

body {
height:100%;
	background-color: #E7E7E7;
	background-image: url(img/bg.jpg);
}

img {
	vertical-align: top;
}

a {
	color:#009999;
}
a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #666666;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}

.focus {
	font-size: 14px;
	color: #0066CC;
}

/*
ベース
-------------------------------------------------------------------*/
#basetWrapper{
	background:url(img/bg_base.png) top repeat-y ;
}
#basetWrapper2{
	background:url(img/bg_a.png) top repeat-y ;
}
#base {
	width:960px;
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
    padding:0px 5px 0px 5px;
}
* html #base { height: 100%; }
#base_wrap {
	float: left;
	width: 960px;
	padding-top: 5px;
}


#wrap {
	float: left;
	width: 765px;
	margin-left: 5px;
	padding-bottom: 10px;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:960px;
	background-image: url(img/head2.jpg);
	height: 117px;
	position: relative;
}


h1 a {
	text-decoration: none;
	font-size: 8px;
	line-height: 28px;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 1px;
}
h1 a:hover {
	color: #F4FFB9;
}

#header #sub {
	position: absolute;
	left: 10px;
	top: 25px;
}

#header #sub2 {
	text-align: right;
	font-size: 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 25px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov.gif);
	background-color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/*
コンテンツ-------------------------------------------------------------------*/

#contents {
	width:590px;
	float: right;
}

#contents a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009999;
}

#contents p{
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#contents h2 {
	font-size: 14px;
	padding-left: 10px;
	color: #1B6F76;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #6FCECC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5EAEAC;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6FCECC;
	padding-left: 5px;
	color: #1B6F76;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#contents h5 {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
}
#contents li a {
	font-size: 12px;
}


#contents ol {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 22px;
	line-height: 100px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contents ol li {
	line-height: 20px;
	margin-left: 30px;
}
#contents ol li a {
	line-height: 20px;
}


	
#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .index {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents .list ul {
	color: #333333;
	background-image: url(img/note_line.gif);
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
#contents .list ul li {
	margin-left: 15px;
	line-height: 20px;
}


#contents .list2 ul {
	color: #333333;
	margin-right: 0px;
	margin-left: 23px;
	list-style-type: upper-alpha;
}
#contents .list2 ul li {
	color: #333333;
	line-height: 20px;
}


#contents .list3 ul {
	color: #333333;
	background-image: url(img/note_line.gif);
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
#contents .list3 ul li {
	margin-left: 15px;
	line-height: 20px;
	list-style-type: square;
}

#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	height: 150px;
}


#contents #top_img .img {
	padding-bottom: 5px;
	padding-left: 5px;
}

#contents #top_img p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 1px solid #999999;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 18px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 9px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}


.btn2 a {
	font-size: 9px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right:100px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.btn2 a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}


#contents .c_img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EEEDE9;
}

#contents .c_img_top {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EEEDE9;
}

#contents .p_top {
	padding-right:30px;
	text-align: right;
}

/* 
フォームボタン
-------------------------------------------------------------------*/
.submit_btn {
    padding: 0px;
    }

.submit_btn input,
.submit_btn_cart02 input {
   background: url(img/button-bg_on.gif) repeat-x 50% 50% #F7F1F3;
   border: 1px solid #2D756A;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 3px 3px;
   color: #FFF;
   font-size: 1em;
   font-weight: bold;
   text-align: center;
}

.submit_btn input:hover,
.submit_btn_cart02 input:hover {
   background: url(img/button-bg_nm.gif) repeat-x 50% 50% #F7F1F3;
   border: 1px solid #2D756A;
   color: #FFF;
   cursor: pointer;
}

/*
３box
-------------------------------------------------------------------*/
#base #wrap #contents .box3 {
	width: 560px;
	border: 1px solid #DDDDDD;
	margin: 10px 5px 10px 10px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box3 h3 {
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29BBCA;
	background-color: #739C98;
	border-left-color:#338B97;
	color: #FFFFFF;
}

#base #wrap #contents .box3 p {
	margin: 10px;
}

#contents .box3 h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 18px;
}
#contents .box3 h5 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6FCECC;
	padding-left: 5px;
	color: #1B6F76;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}
#contents .box3 h6 {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#contents .box3 ul {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 22px;
	line-height: 100px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contents .box3 ul li {
	line-height: 20px;
	margin-left: 30px;
}


/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents .box2 {
	float: left;
	height: 130px;
	width: 273px;
	border: 1px solid #DDDDDD;
	margin: 2px 2px 5px 6px;
	padding: 4px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box2 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29BBCA;
	background-color: #739C98;
	border-left-color:#338B97;
	color: #FFFFFF;
}

#base #wrap #contents .box2 p {
	margin: 0px;
}
/*
1box
-------------------------------------------------------------------*/
#base #wrap #contents .box1 {
	height: 118px;
	width: 564px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	margin-left:6px;
	padding: 4px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box1 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29BBCA;
	background-color: #739C98;
	border-left-color:#338B97;
	color: #FFFFFF;
}

#base #wrap #contents .box1 p {
	margin: 0px;
}
/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

#contents #detail table {
	width: 530px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents #detail table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents #detail table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents #detail form table th {
	width: 127px;
}

#contents #detail2 table {
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#contents #detail2 table td {
	padding: 0px;
	border: 0px;
	text-align:right;
}

/*
パンくずリスト-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009999;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
}



#side a.menuframeTop{
	width:370px;
	height:15px;
	display:block;
	position:absolute;
	top:-15px;
	left:-100px;
	z-index:100;
	text-decoration:none;
	cursor:default;
}
#side a.menuframeLeft{
	width:100px;
	height:700px;
	display:block;
	position:absolute;
	top:0px;
	left:-100px;
	z-index:110;
	text-decoration:none;
	cursor:default;
	
}
#side a.menuframeRight{
	width:20px;
	height:700px;
	display:block;
	position:absolute;
	top:0px;
	left:170px;
	z-index:120;
	text-decoration:none;
	cursor:default;
}

.Accordion{
	width:170px;
	background:url(img/subm_1_bottom.gif) bottom no-repeat;
	padding-bottom:1px;
}

.AccordionTabStatic a{
	width:170px;
	height:34px;
	display:block;
	background:no-repeat;
}
.AccordionTabStatic a span{
	display:none;
}
.AccordionContentStatic{
	margin: 3px 0px 5px 0px;
	padding: 0px;
	height: 200px;
	width:170px;
	background:url( );
}


.AccordionPanelTab a{
	width:162px;
	height:40px;
	display:block;
	background:no-repeat;
}
.AccordionPanelTab a span{
	display:none;
}

.aboutSidetitle a{background:url(img/a_wedding.jpg);}
.personaltripSidetitle a{background:url(img/a_personal_trip.jpg);}
.themetripSidetitle a{background:url(img/a_theme_trip.jpg);}
.petittripSidetitle a{background:url(img/a_petit_tour.jpg);}
.informationSidetitle a{background:url(img/a_information.jpg);}


.sidemenuwrap{
	width:170px;
}
.sidemenubox{
	width:170px;
	text-align:left;
}

.sidemenubox ul{
	width:162px;
}
.sidemenubox ul li{
	width:162px;
	text-align:left;
}

.sidemenubox ul li.line{
	background:url(img/subm_1_dotline.gif) top no-repeat;
}
.sidemenubox ul li p{
	background:url(img/li2.gif) 7px 12px no-repeat;
	padding:9px 2px 8px 17px;
}
.sidemenubox ul li.stay p{
	background:url() 7px 12px no-repeat;
}

.sidemenubox ul li p a:link{color:#666666; text-decoration:none;}
.sidemenubox ul li p a:active{color:#666666; text-decoration:none;}
.sidemenubox ul li p a:visited{color:#666666; text-decoration:none;}
.sidemenubox ul li p a:hover{color:#117579; text-decoration:none;}

.AccordionPanel {
	padding-bottom:3px;
	background:url(img/subm_1_bg.gif) repeat-y;
}
.AccordionPanelContent {
	overflow: hidden;
	height: 200px;
	margin:1px 0px 0px 4px;
	width:162px;
	background-color:#F7F6DA;
	display:none;
}



#side .side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side .side_box h3 {
	display: block;
	width: 150px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side .side_box h4 {
	display: block;
	width: 136px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h4.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side img {
	border:none;
}

#side .banner {
	margin: 5px;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 180px;

	padding-bottom: 10px;
	margin-right: 0px;
}

#side_r li {
	list-style-type: none;
}

#side_r .side_box2 {
	padding-top: 1px;
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}

#side_r .side_box {
	padding-top: 5px;
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .side_box h3 {
	display: block;
	width: 156px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}



#side_r #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	width:958px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;	
	padding-top: 10px;
	clear: both;
	border: 1px solid #E2E2DE;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top:15px;
	margin-bottom: 35px;
}
#f_menu li a {
	font-size: 12px;
	color: #3A6B64;
}

#f_menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3A6B64;
}
#f_menu p {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
}

#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #tmplby a {
	font-size: 10px;
	color: #959A76;
} 
/*
コピーライト-------------------------------------------------------------------*/

#address {
	width:960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;	
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #3A6B64;
	font-size: 10px;

}