@charset "UTF-8";
@import "reset.css";
/* @group header */

#pagebg {
	background: url(../img/page_bg.jpg) no-repeat center 0;
}
/* @group 各ヘッダ */
#header {
	width: 960px;
	margin: 0 auto 8px;
	position: relative;
}
#header.main {
	background: url(../img/pageheader_bg.gif) repeat-x 0 0;
	padding: 5px 0 7px 0;
}
#header.tour {
	background: url(../img/tour_header_bg.gif) repeat-x 0 0;
	padding: 5px 0 0 0;
}
#header.special {
	height: 118px;
	background: url(../img/special_header.png) no-repeat 0 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header.main h1,
#header.tour h1 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 290px;
    height: 120px;
    background: url(../img/page_h1.png) no-repeat 0 0;
}
#header.special h1 {
	width: 340px;
	height: 118px;
	float: left;
}
#header.special p.syunback,
#header.special p.tokusyuback {
	height: 34px;
	position: absolute;
	top: 80px;
	right: 10px;
	margin: 0;
}
#header.special p.syunback {
	width: 219px;
	background: url(../img/btn_syunbm.gif) no-repeat 0 -34px;
}
#header.special p.tokusyuback {
	width: 210px;
	background: url(../img/btn_tokusyubm.gif) no-repeat 0 -34px;
}
#header.special p.syunback a:hover {
	background: url(../img/btn_syunbm.gif) no-repeat 0 0;
}
#header.special p.tokusyuback a:hover {
	width: 210px;
	background: url(../img/btn_tokusyubm.gif) no-repeat 0 0;
}
#header.special .flash {
	position: absolute;
	top: 5px;
	right: 10px;
}

#header.main p.goindex,
#header.tour p.goindex {
	width: 110px;
	margin: 0;
	position: absolute;
	top: 96px;
	right: 10px;
	text-indent: -9999px;
}
#header.main p.goindex a,
#header.tour p.goindex a {
	width: 110px;
	height: 29px;
	background: url(../img/header_goindex.gif) no-repeat 0 0;
	display: block;
}
#tourmenu {
	clear: both;
}
#tourmenu ul {
	margin: 0;
	list-style: none;
	height: 55px;
	padding: 5px 5px 0 10px;
	background: url(../img/tour_menu.gif) no-repeat 0 -60px;
}
#tourmenu ul li {
	float: left;
	width: 130px;
	height: 48px;
	margin: 0 5px 0 0;
}
/* @end */
/* @group メインサイト-ヘッダメニュー */
#tourmenu li.miru a:hover {
	background: url(../img/tour_menu.gif) no-repeat -10px -5px;
}
#tourmenu li.asobu a:hover {
	background: url(../img/tour_menu.gif) no-repeat -145px -5px;
}
#tourmenu li.taiken a:hover {
	background: url(../img/tour_menu.gif) no-repeat -280px -5px;
}
#tourmenu li.taberu a:hover {
	background: url(../img/tour_menu.gif) no-repeat -415px -5px;
}
#tourmenu li.onsen a:hover {
	background: url(../img/tour_menu.gif) no-repeat -550px -5px;
}
#tourmenu li.tomaru a:hover {
	background: url(../img/tour_menu.gif) no-repeat -685px -5px;
}
#tourmenu li.matsuri a:hover {
	background: url(../img/tour_menu.gif) no-repeat -820px -5px;
}
/* @end */

p#topicPath {
	margin: 0 10px 8px;
	height: 14px;
	background: url(../img/topicpath_bg.jpg) repeat-y 0 0;
	padding-left: 8px;
	font-size: 13px;
	line-height: 1;
}

#folder {
	border-top: solid 5px #B49f14;
	border-bottom: solid 1px #b89d6b;
	margin: 0 0 40px;	
}
#folder,
#searchBox {
	background: #f0edd9 url(../img/folder_bg.gif) repeat-y;
}
#container.travel #folder {
	border-top: none;
	background: #fff url(../img/page_bg.gif) repeat-y;
}
#page,
#tour {
	border-bottom: solid 1px #b89d6b;
	background: #fff url(../img/page_bg.gif) repeat-y;
	margin: 0 0 40px;
}
#tour {
	border-top: solid 5px #B49f14;
}
#special {
	padding-top: 6px;
	background: url(../img/special_bg.jpg) no-repeat 0 0;
}
#special #ContsBox {
	border-bottom: solid 1px #b89d6b;
	background: #fff url(../img/page_bg.gif) repeat-y;
	margin: 0 0 40px;
	padding: 0 10px 20px;
}
/* @group 緑インデックス */
#greenIndex {
	background: url(../img/greenIndex.jpg) repeat;
	padding: 6px 0 4px 0;
	margin: 0 0 5px;
}
#tour #greenIndex {
	margin: 0;
}
#greenIndex h2 {
	margin: 0 15px 2px;
	font-size: 18px;
	font-weight: normal;
	color: #f0edd9;
	line-height: 1.3;
}
#greenIndex p.outline {
	color: #c7bf87;
	margin: 0 15px 0;
}
/* @end */
/* @group アイボリーインデックス */
#ivoryIndex {
	background: url(../img/ivoryindex_bg.gif) no-repeat 0 0;
	padding: 0 0 6px;
	margin: 0 0 8px;
}
#ivoryIndex h3 {
	margin: 0 0 4px;
	padding: 14px 15px 0;
	font-size: 18px;
	font-weight: normal;
	color: #4b5d23;
	line-height: 1.3;
	background: url(../img/ivoryindex_top.gif) no-repeat 0 0;
}
#ivoryIndex p.outline {
	color: #000;
	margin: 0 15px 0;
}
/* @end */
/* @group カテゴリ名称 */
#category {
	width: 960px;
	margin: 0;
	height: 75px;
}
#category h2 {
	height: 75px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	float: left;
}
#category.miru h2,
#category.asobu h2 {
	width: 180px;
}
#category.taiken h2,
#category.tomaru h2 {
	width: 260px;
}
#category.taberu h2,
#category.onsen h2,
#category.matsuri h2
 {
	width: 340px;
}
#category p.outline {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 30px 20px 0;
	float: left;
}
#category.miru {
	background: url(../img/category_miru.gif) no-repeat 0 0;
}
#category.asobu {
	background: url(../img/category_asobu.gif) no-repeat 0 0;
}
#category.taiken {
	background: url(../img/category_taiken.gif) no-repeat 0 0;
}
#category.taberu {
	background: url(../img/category_taberu.gif) no-repeat 0 0;
}
#category.onsen {
	background: url(../img/category_onsen.gif) no-repeat 0 0;
}
#category.tomaru {
	background: url(../img/category_tomaru.gif) no-repeat 0 0;
}
#category.matsuri {
	background: url(../img/category_matsuri.gif) no-repeat 0 0;
}
#category.koutsuu {
	background: url(../img/category_koutsuu.gif) no-repeat 0 0;
}
/* @end */
/* @group 旬･特集 */
#specialheader {
	height: 115px;
}
#specialheader h2 {
	margin: 0;
	height: 70px;
	text-indent: -9999px;
}
#specialheader p.outline {
	margin: 10px 20px;
	text-indent: -9999px;
}
#specialheader.syun {
	background-image: url(../img/syun_header.jpg);
}
#specialheader.tokusyu {
	background-image: url(../img/tokusyu_header.jpg);
}
/* @end */
#travelIndex h2 {
	margin: 0;
	width: 890px;
	height: 36px;
	background-image: url(../img/travel/travel_h3.gif);
	font-weight: normal;
	color: #000;
	font-size: 18px;
	padding: 12px 15px 0 55px;
}
#travelIndex p.outline {
	border-bottom: solid 1px #c0ba95;
	margin: 10px 0 0;
	padding: 0 15px 8px;
}

/* @group メインサイト-フォルダ一覧 */
#folder ul {
	margin: 15px 0;
}
#folder ul li {
	clear: both;
	border-top: solid 1px #c0ba95;
	margin: 0;
	padding: 10px;
	list-style: none;
}
#folder ul li.start {
	border: none;
}
#folder ul li img {
	background: #fff;
	border: solid 1px #c0ba95;
	padding: 3px;
	float: left;
	margin: 0 10px 10px 0;
}
#folder ul li .title {
	font-size: 16px;
}
#folder ul li .title a {
	background: url(../img/list_boxllink.gif) no-repeat 0 5px;
	padding-left: 15px;
}
/* @end */
#searchBox {
	padding: 20px 0;
}
#searchBox h3 {
	margin:0 auto 20px;
	width: 940px;
	height: 40px;
	text-indent: -9999px;
}
#searchBox.wcol #categoryBox {
	width: 460px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 0 10px;
}
/* @group カテゴリを選択 */
#searchBox h3.category {
	background: url(../img/category_choice.gif) no-repeat 0 0;
}
#searchBox.wcol h3.category {
	width: 460px;
	background: url(../img/travel/travelcategory_category.gif) no-repeat 0 0;
}
#searchBox ul.category {
	height: 40px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0 14px 0 22px;
}
#searchBox ul.category li {
	margin: 0 8px 0 0;
	width: 124px;
	float: left;
	height: 40px;
}
#searchBox ul.category li.miru a {
	background: url(../img/icon_miru.gif) no-repeat 0 0;
}
#searchBox ul.category li.asobu a {
	background: url(../img/icon_asobu.gif) no-repeat 0 0;
}
#searchBox ul.category li.taiken a {
	background: url(../img/icon_taiken.gif) no-repeat 0 0;
}
#searchBox ul.category li.taberu a {
	background: url(../img/icon_taberu.gif) no-repeat 0 0;
}
#searchBox ul.category li.onsen a {
	background: url(../img/icon_onsen.gif) no-repeat 0 0;
}
#searchBox ul.category li.tomaru a {
	background: url(../img/icon_tomaru.gif) no-repeat 0 0;
}
#searchBox ul.category li.matsuri a {
	background: url(../img/icon_matsuri.gif) no-repeat 0 0;
}
#searchBox ul.category li.miru a:hover {
	background: url(../img/icon_miru.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.asobu a:hover {
	background: url(../img/icon_asobu.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.taiken a:hover {
	background: url(../img/icon_taiken.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.taberu a:hover {
	background: url(../img/icon_taberu.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.onsen a:hover {
	background: url(../img/icon_onsen.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.tomaru a:hover {
	background: url(../img/icon_tomaru.gif) no-repeat 0 -40px;
}
#searchBox ul.category li.matsuri a:hover {
	background: url(../img/icon_matsuri.gif) no-repeat 0 -40px;
}
/* @end */
/* @group キーワードを指定 */
#searchBox h3.keyword {
	background: url(../img/category_keywords.gif) no-repeat 0 0;
}
#searchBox #from1 {
	padding: 0 20px;
	margin: 0 0 30px;
}
#searchBox #form1 input.txtarea,
form #searchBox input.txtarea {
	width: 165px;
	height: 15px;
	border: solid 1px #c1ae89;
	padding: 5px;
	margin: 0 3px 0 0;
	float: left;
}
#searchBox #form1 input.btn {
	width: 50px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: url(../img/ind/index_search.gif) no-repeat 0 -37px;
	border: none;
}
#searchBox #form1 input.btn:hover {
	background-position: -50px -37px;
}
/* @end */
/* @group エリアを選択 */
#searchBox h3.area {
	background: url(../img/category_area.gif) no-repeat 0 0;
}
#searchBox.wcol h3.area {
	width: 460px;
	background: url(../img/travel/travelcategory_area.gif) no-repeat 0 0;
}
#areaBox {
	padding: 0 20px;
}
#searchBox.wcol #areaBox {
	width: 460px;
	padding: 0 10px 0 0;
	float: left !important;
}
#areaBox img.imgL {
	float: left;
	margin: 0 30px 30px 0;
}
#areaBox .boxR {
	width: 420px;
	padding: 15px 0;
	float: right;
}
#searchBox.wcol #areaBox .boxR {
	padding: 0 10px;
	width: 440px;
}
#searchBox.wcol img.imgL {
	float: none;
}
#searchBox.wcol #areaBox,
#searchBox.wcol #areaBox .boxR{
	float: none;
}
#areaBox .boxR label {
/*	line-height: 1.8; */
/*	font-size: 1.2em; */
	padding: 0 10px 0 5px;
	margin: 0;
}
#searchBox.wcol #categoryBox form,
#searchBox #categoryBox .boxL,
#searchBox #refineBox .boxL {
	padding: 0 10px;
}
#searchBox #categoryBox label,
#areaBox .boxR label,
#refineBox label {
/*	line-height: 1.8; */
/*	font-size: 1.2em; */
	padding: 0 5px;
	margin: 0;
}
#searchBox.wcol #categoryBox label,
#searchBox.wcol #areaBox label {
/*
  width: 130px;
  display: block;
  float: left;
*/
}

/* @end */
#searchBox #refineBox {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0 0 0 10px;
  width: 460px;
}
#searchBox h3.refine {
	background: url(../img/category_select.gif) no-repeat 0 0;
}
#searchBox.wcol h3.refine {
	background: url(../img/travel/travelcategory_select.gif) no-repeat 0 0;
}

#searchBox #selectBox {
	margin: 0 20px;
}
#searchBox #selectBox label {
	width: 180px;
	height: 20px;
	margin: 0 0 8px;
	display: block;
	float: left;
}
#searchBox #selectBox label input {
	margin: 0 5px 0 0;
}
/* @group 検索開始 */
#searchBox ul.searchon {
	width: 420px;
	height: 40px;
	margin: 0 auto;
	list-style: none;
}
#searchBox ul.searchon li {
	clear: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 40px;
	border-top: none;
}
#searchBox ul.searchon li.search {
	width: 240px;
	background: url(../img/btn_searchstart.gif) no-repeat 0 0;
}
#searchBox ul.searchon li.reset {
	width: 160px;
	background: url(../img/btn_reset.gif) no-repeat 0 0;
}
#searchBox ul.searchon li.search a:hover {
	background: url(../img/btn_searchstart.gif) no-repeat 0 -40px;
}
#searchBox ul.searchon li.reset a:hover {
	background: url(../img/btn_reset.gif) no-repeat 0 -40px;
}
/* @end */

#spotInfo,
#mapInfo,
#memberInfo {
	clear: both;
	padding: 20px 0 0;
	margin: 0 0 10px;
}
#spotInfo h4{
	width: 910px;
	height: 32px;
	margin: 10px 0;
	padding: 8px 15px 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#spotInfo h4 {
	background: url(../img/spotinfo_h4.jpg) no-repeat 0 bottom;
}
#spotInfo dt {
	border-left: solid 5px #5d7f0c;
	margin: 0;
	padding: 2px 10px;
	color: #3e6f1f;
	font-weight: bold;

}
#spotInfo dd {
	border-left: solid 5px #bca928;
	margin: 0 0 10px;
	padding: 2px 10px;
}
#mapInfo h4 {
	width: 940px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../img/mapinfo_h4.jpg) no-repeat 0 bottom;
}
#mapInfo .googlemap {
	background-color: #f9f8ef;
	border-bottom: solid 1px #cfc2aa;
	border-left: solid 1px #cfc2aa;
	border-right: solid 1px #cfc2aa;
	padding: 10px;
}
#menberonly {
	border: solid 1px #a53434;
}
#menberonly h4 {
	width: 938px;
	height: 30px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	background: url(../img/menberonly_h4.jpg) no-repeat 0 0;
}
#menberonly .txtarea {
	padding: 10px;
}

/* 20110426 教育旅行　追加ここから */

#header.education {
	width: 960px;
	height: 142px;
	background: url(../img/edu/edu_pageheader.jpg) no-repeat 0 0;
}
#header.education .boxL {
	width: 324px;
	height: 142px;
	float: left;
}
#header.education h1 {
	width: 309px;
	height: 101px;
	padding: 12px 0 0 15px;
	margin: 0;
}
#header.education .boxR {
	width: 370px;
	padding: 81px 10px 2px 0;
	float: right;
}
#header.education h2 {
	width: 370px;
	height: 32px;
	padding: 0 0 7px 0;
	float: right;
	margin: 0;
}
#header.education p.toppage {
	width: 120px;
	height: 20px;
	float: right;
	margin: 0;
}
#eduIndex h2 {
	margin: 0;
	width: 890px;
	height: 36px;
	font-weight: normal;
	color: #000;
	font-size: 18px;
	padding: 12px 15px 0 55px;
	background: url(../img/edu/edu_indexbg.gif) no-repeat 0 0;
}
#educateIndex h2 {
	margin: 0;
	width: 923px;
	height: 36px;
	font-weight: normal;
	color: #000;
	font-size: 18px;
	padding: 12px 15px 0 22px;
	background: url(../img/edu/educate_indexbg.gif) no-repeat 0 0;
}
#eduIndex p.outline {
	border-bottom: dotted 1px #c0ba95;
	margin: 10px 0 0;
	padding: 0 15px 8px;
}
#searchBox.wcol #categoryBox #educate label {
	display: block;
	width: 440px;
	height: 38px;
	padding: 0;
	margin: 0 0 4px;
}
#searchBox.wcol #categoryBox #educate label input {
	margin: 12px 10px;
}
#educate label.shizen {
	background: url(../img/edu/bnr_shizen.jpg) no-repeat 0 0;
}
#educate label.nousan {
	background: url(../img/edu/bnr_nousan.jpg) no-repeat 0 0;
}
#educate label.rekishi {
	background: url(../img/edu/bnr_rekishi.jpg) no-repeat 0 0;
}
#educate label.syakai {
	background: url(../img/edu/bnr_syakai.jpg) no-repeat 0 0;
}
#educate label.mono {
	background: url(../img/edu/bnr_mono.jpg) no-repeat 0 0;
}
#educate label.sports {
	background: url(../img/edu/bnr_sports.jpg) no-repeat 0 0;
}
#ContsBox .educate ul {
	font-size: 1px;
	height: 16px;
	list-style: none;
}
#ContsBox .educate ul li {
	text-indent: -9999px;
	margin: 0;
	float: left;
	padding: 0;
}
#ContsBox .educate ul li a {
	display: block;
	width: 63px;
	height: 16px;
	padding: 0 4px 0 0;
}
#ContsBox .educate ul li.shizen a {
	background: url(../img/edu/icon_mini_shizen.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.nousan a {
	background: url(../img/edu/icon_mini_nousan.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.rekishi a {
	background: url(../img/edu/icon_mini_rekishi.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.syakai a {
	background: url(../img/edu/icon_mini_syakai.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.mono a {
	background: url(../img/edu/icon_mini_mono.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.sports a {
	background: url(../img/edu/icon_mini_sports.jpg) no-repeat 0 0;
}
#ContsBox .educate ul li.on a {
	background-position: 0 -16px;
}

#educateIndex .educate ul {
	margin: 10px 20px 15px;
	height: 25px;
	list-style: none;
}
#educateIndex .educate ul li {
	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
}
#educateIndex .educate ul li a {
	display: block;
	width: 89px;
	height: 25px;
	padding: 0 4px 0 0;
}
#educateIndex .educate ul li.shizen a {
	background: url(../img/edu/icon_shizen.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.nousan a {
	background: url(../img/edu/icon_nousan.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.rekishi a {
	background: url(../img/edu/icon_rekishi.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.syakai a {
	background: url(../img/edu/icon_syakai.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.mono a {
	background: url(../img/edu/icon_mono.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.sports a {
	background: url(../img/edu/icon_sports.jpg) no-repeat 0 0;
}
#educateIndex .educate ul li.on a {
	background-position: 0 -25px;
}

#educontents h6 {
	font-size: 18px;
	background: url(../img/edu/h6_educate.gif) repeat-x 0 bottom;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0 0 10px;
	color: #5b8222;
	font-weight: bold;
}
#educontents h5.line {
	background: none;
	background-color: #f0edd9;
	margin: 0 0 10px;
}
#educontents table.deco-tb th {
	border: solid 1px #c9c399;
	background: #eefcda;
	color: #5b8222;
}
#educontents table.deco-tb td {
	border: solid 1px #c9c399;
}
