@charset "utf-8";

/* --- common style ---------------------------------------------------- */

* {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

ul {
	list-style:none;
}

table,
table tr,
table tr th,
table tr td {
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

a:link {color: #0099FF; text-decoration:none;}
a:visited {color:#0099FF; text-decoration:none;}
a:active {color:#0099FF; text-decoration:none;}
a:hover {color: #FF9900; text-decoration:none;}



/* --- site layout ----------------------------------------------------------- */

body {
	text-align:center;
}

div#layout {
	width:900px;
	margin:0 auto;
	background:url(../Image/main_bg.jpg) repeat-y;
	text-align:center;
}

div#layout div#header {
	position:relative;
	width:800px;
	height:105px;
	margin:0 auto;
	text-align:left;
}

div#layout div#wrapper {
	overflow:hidden;
	width:800px;
	margin:0 auto;
	background:url(../Image/menu_bg.jpg) repeat-y;
	text-align:left;
	position:relative;
}

div#wrapper div#main {
	float:right;
	display:inline;
	width:580px;


}

div.top {
	background:url(../Image/index_bg.jpg) no-repeat;
	padding:200px 10px 0 10px;
}

/* --div#wrapper div#navi {
	float:left;
	display:inline;
	width:180px;
	padding:0 0 0 0;
	text-align:left;
	background:url(../Image/contents.jpg) no-repeat;
	position:absolute;
	height: 933px;
}-- */

div#wrapper div#navi {
	float:left;
	display:inline;
	width:180px;
	padding:0 0 0 0;
	text-align:left;
	background:url(../Image/contents.jpg) no-repeat;
}

div#layout div#footer {
	clear:both;
	width:800px;
	margin:10px auto 0 auto;
	text-align:center;
	font-size:10px;
	background:url(../Image/footer_bg.jpg) repeat-x top;
}


/* --- header ---------------------------------------------------------------- */

div#header h1 {
	position:absolute;
	left:0;
	top:20px;
	width:800px;
	height:80px;
	background:url(../Image/bg_header.jpg) no-repeat;
	text-indent:-9999px;
}

div#header h2 {
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height:20px;
	line-height:20px;
}

div#header p#sitemap {
	position:absolute;
	left:600px;
	top:0;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:right;
	font-size:10px;
}

div#header p#sitemap a {
	font-size:10px;
}

div#header p#banner_01 {
	position:absolute;
	left:472px;
	top:73px;
	width:320px;
	height:80px;
}

div#header p#to_index {
	position:absolute;
	left:0px;
	top:20px;
	width:470px;
	height:20px;
}



/* --- wrapper --------------------------------------------------------------- */



/* --- navi ------------------------------------------------------------------ */

div#navi div#menu {
	margin:30px 0 20px 0;
	text-align:left;
}

div#navi div#menu ul {
	width:160px;
	margin:0 0 0 10px;
}

div#navi div#menu ul li {
	margin:0 0 5px 0;
}

div#navi div#menu ul li a {
	display:block;
	width:140px;
	height:30px;
	line-height:15px;
	padding-left:20px;
	font-size:10px;
}

div#navi div#menu ul li a { background: url(../Image/left_li_bg01.jpg) 0 0; color:#993300;}
div#navi div#menu ul li a:hover { background:url(../Image/left_li_bg02.jpg) 160px 0; color:#993300;}

div#navi div#menu ul li ul {
	width:150px;
	margin:5px 0 5px 10px;
}

div#navi div#menu ul li ul li {
	margin:0 0 5px 0;
}

div#navi div#menu ul li ul li a {
	display:block;
	width:130px;
	height:30px;
	line-height:12px;
	font-size:10px;
	padding-top:2px;
}

div#navi div#menu ul li ul li a { background: url(../Image/left_lisub_bg01.jpg) 0 0;}
div#navi div#menu ul li ul li a:hover { background: url(../Image/left_lisub_bg02.jpg) 0 0;}

div#navi div#banner {
	margin:0 0 20px 0;
	text-align:center;
}

div#navi div#banner img {
	margin:0 0 10px 0;
}

div#navi div#rss p {
	margin-left:20px;
	float:left;
}

.nav_bnr{margin: 5px 0 5px 5px;}


/* --- footer ---------------------------------------------------------------- */

div#footer dl {
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-top:10px;
	background:url(../Image/bg_footer.jpg) repeat-y;
	text-align:center;
}

div#footer dl dt {
	display:inline;
	margin:0 10px 0 0;
}

div#footer dl dt a {
	font:10px;
	color:#993300;
}

div#footer dl dt a:hover {
	color: #FF9900;
}

div#footer dl dd {
	display:none;
}

div#footer p {
	overflow:hidden;
	width:800px;
	margin:10px auto;
	background:url(../Image/bg_footer.jpg) repeat-y;
	text-align:center;
}


/* --- sitemap ---------------------------------------------------------------- */

div#main dl#sitemap {
	margin:0 0 20px 20px;
}

div#main dl#sitemap dt {
	margin:0 0 10px 0;
}

div#main dl#sitemap dd {
	margin:0 0 20px 20px;
}





/* --- main ------------------------------------------------------------------ */


div#main div#main_top {
	overflow:hidden;
	width:580px;
	height:auto;
}

div.naka h3 {
	color:#FF3399;
	font-size:25px;
	width:580px;
}

h2 {
	color:#666666;
	font-size:10px;
}

.top_h2 {
	text-align:right;
	line-height:30px;
	font-size:18px;
	color:#FF3366;
	font-weight:bold;
	margin:10px 0;
}

dl#pickup01 {
	float:left;
	background:url(../Image/index_box01.jpg) no-repeat;
	width:280px;
	height:110px;
	position:relative;
	margin-bottom:10px;
}

dl#pickup02 {
	float:left;
	background:url(../Image/index_box02.jpg) no-repeat;
	width:280px;
	height:110px;
	position:relative;
	margin-left:10px;
	margin-bottom:10px;
}

dl#pickup03 {
	clear:both;
	float:left;
	background:url(../Image/index_box03.jpg) no-repeat;
	width:280px;
	height:110px;
	position:relative;
	margin-bottom:10px;
}

dl#pickup04 {
	float:left;
	background:url(../Image/index_box04.jpg) no-repeat;
	width:280px;
	height:110px;
	position:relative;
	margin-left:10px;
	margin-bottom:10px;
}

dl dt.pickup01_in {
	float:right;
	color:#993333;
	font-weight:bold;
	width:180px;
	text-align:right;
	padding-right:20px;
	margin:5px;
}

dd.pick_img {
	position:absolute;
	float:left;
	margin:5px;
	top: 0px;
	left: 0px;
}

dd.pick_text {
	width:190px;
	float:right;
	font-size:10px;
	color:#666666;
}

a.kuwasiku {
	display:block;
	background:url(../Image/detail01.jpg) right no-repeat;
	width:103px;
	position:absolute;
	text-indent:-9999px;
	height: 15px;
	left: 173px;
	top: 91px;
}

div.top p {
	margin:50px 0px;
	color:#666666;
}

/* --div.naka {
	background:url(../Image/main_bg_04.jpg) no-repeat right top;
	width:580px;
	padding:80px 20px 0 20px;
}--- */


div.naka {
	background:url(../Image/main_bg_04.jpg) no-repeat right top;
	width:580px;
	padding:80px 10px 0 10px;
}










div.naka p {
	color:#666666;
	margin:50px 0;
}

div.naka img {
	margin:10px;
	float:left;
}


p.caption {
	float:right;
	font-size:10px;
}

h4 {
	background:url(../Image/h3_bg_01.gif) no-repeat;
	text-indent:30px;
	line-height:30px;
	color:#993300;
	font-size:16px;
	font-weight:bold;
}

h4.faq {
	background: url(../Image/faq02.jpg) no-repeat;
	text-indent:40px;
	line-height:30px;
	color:#FC4EB1;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

h5 {
	background: url(../Image/eyecatch01.jpg) no-repeat;
	text-indent:20px;
	line-height:15px;
	color: #FF6600;
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}

p#honey01 {
	background:center url(../Image/honeymoon01.jpg) no-repeat;
	width:560px;
	height:110px;
	text-indent:-9999px;
	margin-top:20px;
}

p#honey02 {
	background:center url(../Image/honeymoon02.jpg) no-repeat;
	width:560px;
	height:110px;
	text-indent:-9999px;
	margin-top:20px;
}

p#honey03 {
	background:center url(../Image/honeymoon03.jpg) no-repeat;
	width:560px;
	height:110px;
	text-indent:-9999px;
	margin-top:20px;
}

table.company01 {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#FFF8E1;
	margin:10px 0;
}

table.company01 tr th {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#FFF8E1;
	padding:5px;
	color:#993300;
	font-weight:bold;
}

.itemtb {
	margin-top:30px;
}

table.company01 tr td {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#ffffff;
	padding:5px;
}


table.company01 {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#FFF8E1;
	margin:10px 0;
}

.itemtb {
	margin-top:30px;
}


th.kakaku {
	width:160px;
}

h4.item {
	background:url(../Image/omiyage_icon.jpg) no-repeat;
	line-height:30px;
	text-indent:35px;
	color:#804D13;
	font-weight:bold;
}


form input {
	border:#666666 1px solid;
	padding:0;
}

form select {
	border:#666666 1px solid;
	padding:0px;
	width:150px;
}

form textarea {
	border:#666666 1px solid;
	padding:0 5px;
}

div.submit01 input {
	margin:10px;
}

input.nob {
	border:none;
}

div.form {
	height:1900px;
}

img.noc {
	float:none;
	margin:10px;
}

hr.clear {
	clear:both;
	visibility:hidden;
	height:1px;
}

table.company02 {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#FFF8E1;
	margin:10px 0;
}

table.company02 tr th {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#FFF8E1;
	padding:5px;
	color:#993300;
	font-weight:bold;
	width:80px;
}

table.company02 tr td {
	border:#FF9900 solid 1px;
	border-collapse:collapse;
	background:#ffffff;
	padding:5px;
}



/* --div.inq {
	height:980px;
	overflow:hidden;
}---- */


div.inq {
}


hr.fmail {
	height:500px;
	visibility:hidden;
}

dl#sitemap dt {
	background:url(../Image/h401.jpg) no-repeat;
	padding-left:35px;
}
/* --- common parts ---------------------------------------------------------- */
