/* 基本
----------------------------------------------------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	line-height: 1.6em;
	font-family:'Lucida Grande', メイリオ, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}

div,p {
	text-align: left;
	margin: 0px; 
	padding: 0px;
	}

td,th,pre { 
	text-align: left;
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
	}

.clr{clear: both;}

img {
	border: 0px;
	vertical-align: top;
	margin:0px;
	padding: 0px;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	}

ol, ul, dl{
	margin: 0px;
	padding: 0px;
	}

li{
	list-style: none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

br {
	margin: 0; padding: 0;
	}


/* indexベースレイアウト
----------------------------------------------------------------------------------------------- */
#wrapper{
	width: 960px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	background: url(../img/body_bg.jpg) no-repeat top left;
	}

#header{
	width: 930px;
	height: 58px;
	background: url(../img/header_bg.jpg) no-repeat top left;
	margin: auto;
	}

#container{
	width: 960px;
	}

#main{
	width: 575px;
	float: left;
	}

#side{
	width: 385px;
	float: right;
	}

#container:after{
	display: block;
	clear:both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

#footer{
	width: 960px;
	margin-top: 20px;
	border-top: 1px solid #888888;
	font-size: 11px;
	padding: 8px 0px 15px;
	line-height: 1.7em;

	}

/* 共通 head
----------------------------------------------------------------------------------------------- */

#head-copy{
	float: left;
	font-size: 12px;
	color: #000000;
	margin: 8px 0px 0px 10px;
	}

#company{
	float: right;
	font-size: 12px;
	margin: 8px 150px 0px 0px;
	}


/* index top main
----------------------------------------------------------------------------------------------- */
#main-pict{
	margin: 3px 0px 0px 15px;
	background-color: #ffffff;
	padding: 6px;
	}

#plan{
	padding-bottom: 2px;
	}

#main #nav{
	margin-top: 30px;
	width: 575px;
	height: 53px;
	background-color: #ddf0ff;
	}

#main #nav ul{
	margin-left: 6px;
	padding: 5px 0px;
	}

#main #nav li a{
	display: block;
	float: left;
	margin-right: 3px;
	background: #9bccff;
	text-align: center;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 13px;
	}

#main #nav li a:hover{
	background: #b8dbff;
	}

#main-expe{
	font-size: 13px;
	line-height: 2.0em;
	}

#main-expe .main-expe-sea a{
	display:block;
	width:195px;
	height:30px;
	background-image: url(../img/main_sea_btn.jpg);
	background-repeat:no-repeat;
	outline:none;
	margin: 18px 0px 12px;
	}

#main-expe .main-expe-sea span{
	display:none;
	}

#main-expe .main-expe-sea a:hover{
	background-position: 0 100%;
	}

.main-expe-left{
	float: left;
	width: 180px;
	margin-right: 17px;
	text-align: center;
	}

.main-expe-center{
	float: left;
	width: 180px;
	margin-right: 17px;
	text-align: center;
	}

.main-expe-right{
	margin-bottom: 18px;
	text-align: center;
	}

#main-expe .main-expe-sights a{
	display:block;
	width:223px;
	height:30px;
	background-image: url(../img/main_expe_btn.jpg);
	background-repeat:no-repeat;
	outline:none;
	margin: 15px 0px 12px;
	}

#main-expe .main-expe-sights span{
	display:none;
	}

#main-expe .main-expe-sights a:hover{
	background-position: 0 100%;
	}

.toiawase{
	margin-bottom: 20px;
	}


/* index top side
----------------------------------------------------------------------------------------------- */
#side{
	padding-top: 12px;
	}

#side .side-copy{
	text-align: right;
	margin-right: 29px;
	}

#side .about{
	background: url(../img/about.gif) no-repeat top left;
	margin: 20px 18px 0px 110px;
	padding-left: 95px;
	padding-top: 3px;
	}

#side .about .title{
	color: #ff6600;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	}

#side .side-htl{
	height: 222px;
	background: url(../img/side_htl_bg.jpg) no-repeat top left;
	}

#side .side-htl a{
	display:block;
	width:172px;
	height:42px;
	background-image: url(../img/htl_sengyo_btn.jpg);
	background-repeat:no-repeat;
	outline:none;
	margin-left: 26px;
	margin-top: 10px;
	}

#side .side-htl span{
	display:none;
	}

#side .side-htl a:hover{
	background-position: 0 100%;
	}

#side .att{
	margin-top: 8px;
	margin-left: 25px;
	}

#side #greeting{
	margin-top: 10px;
	margin-left: 25px;
	padding: 16px;
	background: url(../img/greeting_bg.gif) no-repeat top left;	
	}

#side #greeting .mayor{
	float: left;
	margin-right: 12px;
	}

#side #greeting span{
	display: block;
	text-align:right;
	font-weight: bold;
	}

/* detailベースレイアウト
----------------------------------------------------------------------------------------------- */
#contents #wrapper{
	width: 960px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	background: url(../img/contents_bg.jpg) no-repeat top left;
	}

#contents #header{
	width: 930px;
	height: 175px;
	background: url(../img/contents_header_bg.jpg) no-repeat top left;
	margin: auto;
	}

#contents #container{
	width: 960px;
	}

#contents #detail-main,#contents #sea-main,#contents #sights-main,#contents #eat-main{
	width: 660px;
	float: left;
	margin-right: 20px;
	}

#contents #detail-side,#contents #sea-side,#contents #sights-side{
	width: 280px;
	float: right;
	}

#contents #container:after{
	display: block;
	clear:both;
	height: 0;
	visibility: hidden;
	content: ".";
	}


/* contents head
----------------------------------------------------------------------------------------------- */
#contents #tour_name{
	float: left;
	margin-top: 12px;
	}

#contents #nav{
	float: right;
	margin-top: 42px;
	width: 600px;
	}

#contents #nav li a{
	display: block;
	float: right;
	margin-right: 3px;
	background: #9bccff;
	text-align: center;
	font-weight: bold;
	padding: 8px 14px;
	font-size: 13px;
	}

#contents #nav li a:hover{
	background: #acd5ff;
	}

#contents_title{
	clear: both;
	font-size: 18px;
	padding: 16px 0px 0px 0px;
	}


/* 　contents detail-main/detail-side
----------------------------------------------------------------------------------------------- */
#detail-main{
	clear: both;
	}

#detail-main #start-day{
	width: 660px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	border-collapse: collapse;
	}

#detail-main #start-day td{
	border: 1px solid #cccccc;
	padding: 5px 6px;
	}

#detail-main #start-day th{
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px 6px;
	}

#detail-main #schedule{
	width: 660px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	}
	
#detail-main #schedule th{
	text-align:center;
	border: 1px solid #cccccc;
	padding: 1px;
	}

#detail-main #schedule td{
	border: 1px solid #cccccc;
	padding: 6px;
	}

#detail-main #schedule .day{
	text-align:center;
	width: 15px;
	background-color: #005aab;
	color: #ffffff;
	}

#detail-main #schedule .timetable{
	width: px;
	}

#detail-main #schedule .meal{
	width: 60px;
	text-align:center;
	}

#detail-main #schedule .timetable img.right{
	float: right;
	margin-left: 5px;
	}

#detail-main #schedule .timetable .orange{
	color: #ff6600;
	}

#detail-main #schedule .timetable .red{
	color: #e800cf;
	}

#detail-main #schedule .timetable .blue{
	color: #005de8;
	}

#detail-main #schedule .timetable p{
	border: 1px dotted #004edd;
	margin: 2px;
	padding: 2px;
	}

#detail-main .tour-include span,#detail-main .tour-att span,#detail-main .tour-condition span{
	display: block;
	background-color: #d3eaff;
	margin: 12px 0px 5px;
	padding: 3px 5px;
	font-weight: bold;
	}

#detail-main .tour-condition li{
	list-style: decimal;
	margin-left: 25px;
	}

#detail-main .tour-condition table{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 660px;
	margin: 5px 0px;
	}

#detail-main .tour-condition th{
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fffdda;
	}

#detail-main .tour-condition td{
	border: 1px solid #cccccc;
	text-align: center;
	}

#detail-side table{
	width: 280px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#detail-side th{
	vertical-align: top;
	border-collapse: collapse;
	width: 85px;
	color: #005aab;
	}

#detail-side .info{
	background-color: #005aab;
	color: #ffffff;
	padding: 4px 10px;
	width: 80px;
	margin-bottom: 8px;
	}

#detail-side .htl-info .name{
	background-color: #005aab;
	color: #ffffff;
	padding: 4px 10px;
	margin-bottom: 8px;
	}

#detail-side .htl-info .htl-img{
	margin-top: 10px;
	}

/* 　contents sea-main/sea-side
----------------------------------------------------------------------------------------------- */
#sea-main{
	clear: both;
	}

#sea-main #sea-img1 table,#sea-main #sea-img3 table,#sea-main #sea-img5 table{
	border-collapse: collapse;
	margin: 8px 0px;
	}

#sea-main #sea-img1 td,#sea-main #sea-img3 td,#sea-main #sea-img5 td{
	padding-left: 10px;
	}

#sea-main #sea-img1 th,#sea-main #sea-img3 th,#sea-main #sea-img5 th{
	width: 130px;
	font-weight: bold;
	border-right: 1px solid #000000;
	vertical-align: top;
	font-size: 13px;
	}

#sea-side #sea-img2 p{
	font-weight: bold;
	margin-top: 8px;
	font-size: 13px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

#sea-main #sea-img3,#sea-side #sea-img4,#sea-main #sea-img5,#sea-side #sea-img6{
	margin-top: 25px;
	}

#sea-side #sea-img4 p{
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

#sea-side #sea-img6 p{
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

/* 　contents sights-main/sights-side
----------------------------------------------------------------------------------------------- */
#sights-main{
	clear: both;
	}

#sights-side #sights-img1 p,#sights-side #sights-img6 p,#sights-side #sights-img7 p{
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

#sights-main #sights-img2,#sights-main #sights-img4{
	float: left;
	margin-right: 20px;
	width: 320px;
	}

#sights-main #sights-img2 p,#sights-main #sights-img3 p,#sights-main #sights-img4 p,#sights-main #sights-img5 p,#sights-main #sights-img8 p{
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

#sights-main #sights-img3,#sights-main #sights-img5{
	width: 320px;
	float: left;
	margin-bottom: 20px;
	}

#sights-side #sights-img1,#sights-side #sights-img6,#sights-side #sights-img7{
	margin-bottom: 18px;
	}


/* 　contents eat-main/eat-side
----------------------------------------------------------------------------------------------- */
#eat-main .kaiseki{
	padding-bottom: 30px;
	border-bottom: 1px dotted #000000;
	}

#eat-main .link{
	margin-top: 20px;
	line-height: 1.5em;
	}

#eat-main .link img{
	float: left;
	margin-right: 10px;
	}

#eat-main .link a{
	
	}

#contents #eat-side{
	width: 265px;
	float: right;
	padding-left: 14px;
	border-left: 1px solid #cccccc;
	}

#eat-side .eat_side_title{
	margin-bottom: 12px;
	}

#eat-side .umai{
	margin-bottom: 15px;
	}

#eat-side .umai img{
	float: left;
	margin-right: 5px;
	}

#footer p{
	float: right;
	}

/* 　contents inquiry-main/inquiry-side
----------------------------------------------------------------------------------------------- */
#contents #inquiry-main{
	width: 780px;
	float: left;
	margin-right: 20px;
	}

#contents #inquiry-side{
	width: 160px;
	float: right;
	}

#contents #inquiry-main table{
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	margin: 10px 0px 20px;
	width: 780px;
	}

#contents #inquiry-main td{
	padding: 6px;
	border: 1px solid #bbbbbb;
	vertical-align: top;
	}

#contents #inquiry-main td.title{
	background: #d7f4c5;
	width: 200px;
	}

#contents #inquiry-main .need{
	color: #cc0000;
	}

#contents #inquiry-main .btn{
	text-align: center;
	}

#contents #inquiry-main .msg{
	color: #cc0000;
	}



/* フォント
----------------------------------------------------------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

em, strong{
	font-style: normal;
	font-weight: bold;
	}
