@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
HTML Setting
+++++++++++++++++++++++++++++++++++++++++++*/
/*
* {
	margin:0;
	padding:0;
	list-style:none;
}
*/

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:sans-serif;
}
#zentai img {
	border:none;
}

#zentai h1, h2, h3, h4 {
	font-size:10px;
}
#zentai table {
	clear:both;
}
#zentai {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*
a:link {
	color: #000099;
	text-decoration:underline;
}
a:visited {
	color: #9900CC;
	text-decoration:underline;
}
a:hover {
	color: #FF3333;
	text-decoration:underline;
}
#d {
	width:590px;
	height:auto;
	font-size:10px;
	padding-top:15px;
	line-height:15px;
	color:#666;
	clear:both;
}
*/

div#contents {
	color:#333333;
}
div#contents_l {
	clear:left;
	float:left;
	height:auto;
	margin-right:15px;
	width:590px;
}
div#contents_r {
	clear:right;
	float:right;
	height:auto;
	width:195px;
}




/*++++++++++++++++++++++++++++++++++++++++++
独自設定
+++++++++++++++++++++++++++++++++++++++++++*/
/*トップ系は「top」、海外「i」、国内「d」のクラスが#contentsと同じところに付きます*/

/*----- タイトル -----*/
div#ttl {
	width:800px;
	height:133px;
	position:relative;
	margin-bottom:25px;
}
.top div#ttl {
	background:url(../parts/ttl_top.gif) no-repeat;
}
.i div#ttl {
	background:url(../parts/parts_i.gif) no-repeat 0 0;
}
.d div#ttl {
	background:url(../parts/parts_d.gif) no-repeat 0 0;
}

div#ttl h1 {
	text-indent:-9999px;
}
div#ttl p.cap {
	text-indent:-9999px;
}
div#ttl p.HatsuName {
	width:120px;
	height:auto;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:80px;
	left:25px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:0.1em;
}


/*----- コース番号検索 -----*/
/*topからはこちらも読む可能性があるので内外共通*/
div#course_search {
	width:800px;
	height:170px;
	background:url(../parts/ttl.jpg) no-repeat;
	position:relative;
}
.i div#course_search {
	background:url(../parts/parts_i.gif) no-repeat 0 -134px;
}
.d div#course_search {
	background:url(../parts/parts_d.gif) no-repeat 0 -134px;
}

div#course_search dl {
	width:500px;
	height:32px;
	position:absolute;
	top:30px;
	left:190px;
}
div#course_search dl dt {
	display:block;
	float:left;
	width:162px;
	height:32px;
	background:url(../parts/parts_common.gif) no-repeat -264px -36px;
	text-indent:-9999px;
	margin-right:10px;
}
div#course_search dl dd {
	float:left;
	margin-right:15px;
	height:32px;
}
div#course_search dl dd input {
	width:170px;
	margin-top:5px;
}
div#course_search dl dd button {
	display:block;
	width:88px;
	height:26px;
	background:url(../parts/parts_common.gif) no-repeat -570px 0;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	cursor:hand;
}
div#course_search ul {
	position:absolute;
	top:95px;
	left:25px;
}
div#course_search ul li {
	line-height:16px;
	font-size:12px;
}





/*検索結果*/
div#search_result {
	width:800px;
	height:auto;
	background:url(../parts/waku2_bottom.gif) no-repeat bottom;
	text-align:center;
	line-height:33px;
	font-weight:bold;
	margin-bottom:30px;
}
div#search_result p {
	background:url(../parts/waku2_top.gif) no-repeat;
	padding:0.5em;
	font-size:18px;
}
div#search_result em {
	color:#FF0000;
	font-style:normal;
	font-size:18px;
}


/*商品枠*/
div#retrieval_tour {
	margin-bottom:25px;
}
div#retrieval_tour div.tour_list {
	width:800px;
	height:auto;
	border-top:solid 1px #CCCCCC;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:20px;
	clear:both;
	padding-bottom:8px;
}
div#retrieval_tour div.tour_list div {
	background:#f3f3f3;
}
div#retrieval_tour div.tour_list p {
	float:left;
	width:95px;
	height:auto;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#FFFFFF;
	margin:5px;
}
.i div#retrieval_tour div.tour_list p {
	background:#3399ff;
}
.d div#retrieval_tour div.tour_list p {
	background:#ff97d2;
}
div#retrieval_tour div.tour_list h2 {
	float:right;
	width:680px;
	height:auto;
	font-size:14px;
	line-height:18px;
	margin:5px;
}
div#retrieval_tour div.tour_list ul {
	width:790px;
	height:auto;
	margin:8px 0 0 0;
}
div#retrieval_tour div.tour_list ul li {
	width:auto;
	height:auto;
	float:left;
}
div#retrieval_tour div.tour_list ul li dl {
	width:auto;
	height:auto;
	float:left;
}
div#retrieval_tour div.tour_list ul li dl dt {
	background:#eeeeee;
	width:auto;
	height:auto;
	padding:5px;
	display:inline;
	line-height:20px;
}
div#retrieval_tour div.tour_list ul li dl dd {
	width:auto;
	height:auto;
	padding:5px;
	display:inline;
	margin-right:15px;
	line-height:20px;
}
div#retrieval_tour div.tour_list ul li.bt_tour {
	width:100px;
	height:22px;
	background:url(../parts/parts_common.gif) no-repeat -369px 0;
	text-indent:-9999px;
	float:right;
}
div#retrieval_tour div.tour_list ul li.bt_tour a {
	display:block;
	width:100px;
	height:22px;
}

/*ここから*/
/*float clear*/
div#contents .course_clear:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden
}
div#contents .course_clear {
	display:inline-block
}
/*float clear*/

/*IE float clear*/
* html div#contents .course_clear {
	height:1%
}
div#contents .course_clear {
	display:block
}
/*IE float clear*/
/*ここまで*/


/*行きたい方面から探す*/
div#district {
	width:800px;
	height:auto;
	margin-bottom:25px;
	background:url(../parts/waku2_bottom.gif) no-repeat bottom;
}
div#district_area{
	background:url(../parts/waku2_top.gif) no-repeat;
	padding:1em;
}
div#district h3 {
	height:20px;
	text-indent:-9999px;
	width:220px;
}
.i div#district h3 {
	background:url(../parts/parts_common.gif) no-repeat -493px -74px;
}
.d div#district h3 {
	background:url(../parts/parts_common.gif) no-repeat -266px -74px;
}

.district_list{
	border-top:solid 1px #CCCCCC;
	position:relative;
}
.d .district_list{
	padding:0.5em 0.5em 0 0.5em;
}
* html .d .district_list{
	border-top:solid 5px #CCCCCC;
}
/*ワンセット*/
.district_list .listset{
	position:relative;
	overflow:hidden;
	padding-top:0.5em;
	padding-bottom:0.7em;
	border-bottom:dotted 1px #CCCCCC;
}
.district_list .listset:after{
	content:"";
	clear:both;
	height:1px;
	overflow:hidden;
}
/*\*/
* html .district_list .listset{
	height:1px;
	overflow:visible;
}
/**/
/*ワンセットここまで*/
.district_list li.end{
	border-bottom:none;
	padding-bottom:0;
}

.i .district_list p{
	width:150px;
	height:auto;
	float:left;
	margin-left:0.5em;
	color:#3399FF;
	font-weight:bold;
	line-height:22px;
	background:url(../parts/parts_common.gif) no-repeat right -25px;
}
.i .district_list .list{
	width:600px;
	height:auto;
	float:right;
}


.list li, .d .district_list li{
	display:inline;
	padding:0 5px 0 0;
	border-right:solid 1px #CCCCCC;
	line-height:22px;
	text-align:left;
	margin-right:5px;
}

div#other_tour {
	clear:both;
}

/*下の3枠*/
#other_tour dl {
	width:258px;
	height:auto;
	float:left;
	background:url(../parts/parts_common.gif) no-repeat;
}
#saikou_box, #newspaper {
	margin-left:12px;
}

#other_tour dt {
	display:block;
	width:258px;
	height:22px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:1.8em;
}


#other_tour dd {
	width:244px;
	height:auto;
	padding:3px 7px;
	font-size:12px;
	line-height:1.2em;
}
#other_tour dd a {
	display:block;
	width:92px;
	height:27px;
	margin-left:148px;
	background:url(../parts/parts_common.gif) no-repeat -470px 0;
	text-indent:-9999px;
}

#contents{
	margin-bottom:10px;
}

#other_tour{
	margin-bottom:10px;
}

/*ID anchor_box float clear*/
#other_tour:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden
}	
#other_tour{
	display:inline-block
}	
/*float clear*/
/*IE float clear*/
* html #other_tour{
	 height:1%
}	
#other_tour{
	display:block
}
/*IE float clear*/
/*ID anchor_box float clear*/


