﻿@charset "UTF-8";

/*
//トップページスタイル
*/

/*メインカラム*/
#main_column {
	position: relative;
}
#main_column h2 {
	background-image: url(../images_common/title_main_column.png);
	height: 26px;
	width: 395px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 25px;
}
#main_column #special {
}

#main_column #special dl {  
	width:420px;  
	height: 110px;
}  

#main_column #special dt {
	font-size:11px;
	float : left;
	width : 250px;
}

#main_column #special dd {
	font-size:10px;
	padding:5px 10px 5px 10px;  
}



/*3カラムの場合　メインカラム内*/
/*メインカラム*/
#main_column {
	float: right;
	width: 420px;
}

/*左カラム*/
#left_column {
	float: left;
	width: 260px;
}

/* Easy Slider */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
/* // image replacement */

#prevBtn, #nextBtn,
#special1next, #special1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:10px;
	top:150px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:380px;
	}														
#prevBtn a, #nextBtn a,
#specialnext a, #special1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:30px;
	background:url(../images_home/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images_home/btn_next.png) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider END */

#new_tour,#popular_tour,#event,#campaign {
	margin-top: 10px;
}

#main_column div.box {
	border: 1px solid #CCC;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
/*ボックス内アイテム/サムネとリンクが一緒の場合*/
/*
div.box dl.item {
}
div.box dl.item dt {
	position: relative;
	width: 185px;
	padding-left: 215px;
	margin-top: 9px;
}
div.box dl.item dt img {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.box dl.item dd {
	padding-left: 215px;
	height: 50px;
	margin-bottom: 9px;
}
div.box dl.item > dd {
	min-height: 50px;
	height: auto;
}
div.box p {
}
*/

/*ボックス内アイテム*/
div.box dl.item {
}
div.box dl.item dt {
	float: left;
	clear: left;
	margin-top: 3px;
}
div.box dl.item dd {
	padding-left: 215px;
	margin-top: 3px;
}
div.box p.banner {
	margin-top: 10px;
	clear: left;
}
div.box dl.item dt.inquiry {/*お問い合わせ追加*/
	float: none;
	background-color: #CCC;
	padding: 3px;
	color: #333;
}
div.box dl.item dd.inquiry {/*お問い合わせ追加*/
	padding-left: 0px;
}
div.box dl.item dd.inquiry img {/*お問い合わせ追加*/
	padding-left: 0px;
	margin-left: 10px;
}

/*新着ツアーカセット*/
#main_column div.cassette {
	background-color: #FFF5F6;
	padding: 5px;
	margin-top: 10px;
}
#main_column div.cassette h3 {
	font-size: 126.1%;
	line-height: 1.3em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009E96;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #FEE1E4;
}
#main_column div.cassette dl {
}
#main_column div.cassette dt {
	clear: left;
	float: left;
}
#main_column div.cassette dd {
	padding-left: 180px;
}
#main_column div.cassette dd p {
	text-align: right;
	margin-top: 5px;
}
#main_column div.cassette dd p.price {
	color: #E60012;
	font-size: 108%;
}
#main_column div.cassette dd p.price strong {
	font-size: 138.5%;
}
#main_column div.cassette dd p.icon {
}
/*アイコン*/
#main_column div.cassette dd ul.icon {
	text-align: right;
	margin-top: 5px;
}
#main_column div.cassette dd ul.icon li {
	display: inline;
	margin-left: 3px;
}


#right_column .link {
}
#right_column .link h2 {
	background-image: url(../images_common/title_left_column.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 225px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 10px;
}



/*左カラム*/
/*宿検索*/
#left_column #search {
	padding: 4px;
	border: 1px solid #CCC;
}
#left_column #search h2 {
	color: #FFF;
	background-image: url(../images_common/search_title.gif);
	height: 25px;
	width: 235px;
	padding-left: 20px;
}
#left_column .link {
}
#left_column .link h2 {
	background-image: url(../images_common/title_left_column.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 245px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 10px;
}
#left_column .link #feed {
}
/*お知らせ*/
#left_column .link dl.news {
	padding-right: 10px;
	padding-left: 10px;
}
#left_column .link dl.news dt {
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DBDBDB;
	padding-top: 10px;
}
#left_column .link dl.news dd {
	margin-top: 2px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
/*関連リンク*/
#left_column .link ul.banner {
	text-align: center;
}
#left_column .link ul.banner li {
	margin-top: 10px;
}
/*関連会社リンク*/
#left_column .link dl.group {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#left_column .link dl.group dt {
	font-weight: bold;
	color: #333;
	background-image: url(../images_common/icon_10px.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#left_column .link dl.group dd {
}
#left_column .link dl.group dd li {
	background-image: url(../images_common/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 7px;
}

/*東北地方太平洋沖地震に対する対応*/
#attention {
	background-color: #F7E6B2;
	padding: 10px;
	border: 2px solid #E96100;
}
#attention dl {
}
#attention dl dt {
	font-size: 153.9%;
	line-height: 1.3em;
	color: #0000CC;
	font-weight: bold;
}
#attention dl dd {
	color: #333;
	margin-top: 5px;
}
#attention dl dd a {
	background-color: #FFF;
	padding: 5px;
	display: block;
}

/*PRサイト*/
#pr_other {
	clear: both;
	margin-top: 20px;
}
#pr_other h3 {
	background-image: url(../images_home/title_pr_other.gif);
	height: 22px;
	width: 935px;
	padding-left: 25px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#pr_other ul {
}
#pr_other li {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

/*全農農業体験見合わせ　5/15削除*/
dl#calledoff {
	margin-top: 10px;
}
dl#calledoff dd {
	margin: 5px 10px 0 10px;
	color: #333;
	font-size: 85%;
}
/*復興応援ツアー*/
div#revive {
	margin-top: 10px;
}
div#revive h2 {
	font-size: 126.1%;
	color: #FFF;
	background-color: #EC2579;
	text-align: center;
	padding: 5px;
	line-height: 1.3em;
}
div#revive dl {
	border: 1px solid #EC2579;
	padding-right: 5px;
	padding-left: 5px;
}
div#revive dt {
	font-weight: bold;
	color: #333;
	margin-top: -1px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EC2579;
}
div#revive dd {
	margin-bottom: 5px;
}
div#revive dd h3 {
}

/*----------------------鵜川追加----------------------*/
.red {
	color: #FF0000;
}
.blue2 {
	color: #0000FF;
}
.small {
	font-size: 80%;
}
#quest {
	padding: 5px;
	border: solid 1px #A1A1A1;
	text-align: left;
	margin-top: 10px;
}
.under {
	text-decoration: underline;
}
.bold {
	font_weight: bold;
}
#iimono #sale_icon {
	position: relative;
	top: 30px;
	left: 350px;
} 
