@charset "utf-8";

#contents {
	margin-top: 0px;
}

/* トップページ固有コンテンツ */
#contents h1 {
	font-size: 0px;
	text-indent:-9999px;
}

/************************************* 特集 ***********************************/
#top_special {
	width: 578px;
}

/* ヘッダ */
#top_special h2 {
	width: 517px;
	height: 23px;
	padding-top: 28px;
	padding-left: 61px;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	font-family: 'arial black', sans-serif;
	text-shadow: 1px 1px 0px #000000;
	filter:shadow(color=#000000,direction=135,strength=6);
	background:url("../img/top_special_header.jpg") no-repeat;
}

/* ヘッダ 更新日 */
#top_special_header p {
	height: 0px;
	position: relative;
	top: -19px;
	right: 13px;
	font-size: 10px;
	text-align: right;
	color: #ffffff;
}

/* 本文 */
#top_special_middle {
	float: left;
	width: 578px;
	background:url("../img/top_special_middle_1px.jpg") repeat-y;
}

/* 本文アイテム枠 */
.top_special_item {
	float: left;
	margin-top: 9px;
	margin-left: 12px;
	width: 265px;
}

/* 本文アイテム枠・画像側 */
.top_special_item_img {
	float: left;
	width: 100px;
}
.top_special_item_img a {
	line-height: 32px;
	color: #477de3;
}

/* 本文アイテム枠・文字側 */
.top_special_item_msg {
	float: left;
	width: 165px;
}
.top_special_item_msg a {
	color: #ff1a00;
}
.top_special_item_msg strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.top_special_item_msg_info {
	margin-top: 7px;
	line-height: 18px;
}
.top_special_item_msg_yen {
	margin-bottom: 3px;
	line-height: 18px;
	color: #ff1a00;
}

/* 末尾 */
#top_special_bottom {
	clear: left;
	width: 578px;
	height: 1px;
	background:url("../img/top_special_bottom_1px.jpg") no-repeat;
}

/**************** 重要なお知らせ *****************/
/* ヘッダ */
#top_info_header {
	clear: both;
	width: 578px;
	height: 30px;
	background:url("../img/top_info_header.jpg") no-repeat;
}

/* 本文 */
#top_info_middle {
	float: left;
	width: 578px;
	background:url("../img/top_info_middle_1px.jpg") repeat-y;
}
#top_info_middle a {
	color: #477de3;
}

/* データ枠 */
#top_info_list {
	margin-left: 15px;
	width: 563px;
}
/* 日付 */
#top_info_list dt {
	clear: left;
	float: left;
	padding-top: 10px;
	width: 75px;
	letter-spacing: 1px;
	background: url("../img/top_info_middle_line_4px.gif") top repeat-x;
}
/* メッセージ */
#top_info_list dd {
	float: left;
	padding-top: 7px;
	padding-bottom: 6px;
	width: 473px;
	line-height: 18px;
	background: url("../img/top_info_middle_line_4px.gif") top repeat-x;
}
/* １レコード目の場合はラインを引かない */
#top_info_list dt.start {
	background: none;
}
#top_info_list dd.start {
	background: none;
}
/* イメージ表示位置調整 */
#top_info_list img {
	margin-right: 4px;
	vertical-align:-2px;
}

/* 重要なお知らせ・末尾 */
#top_info_bottom {
	clear: left;
	width: 578px;
	height: 6px;
	background:url("../img/top_info_bottom.jpg") no-repeat;
}

/***************************** おすすめツアー情報 *****************************/
#top_tour {
	clear: left;
	width: 578px;
}
#top_tour h2 {
	font-size: 0px;
	text-indent:-9999px;
}

/* ヘッダ */
#top_tour_header {
	margin-top: 14px;
	width: 578px;
	height: 44px;
	background:url("../img/top_tour_header.jpg") no-repeat;
}

/* 本文 */
#top_tour_middle {
	float: left;
	padding-top: 11px;
	padding-left: 16px;
	padding-bottom: 10px;
	width: 562px;
	background:url("../img/top_tour_middle_1px.jpg") repeat-y;
}
#top_tour_middle a {
	color: #477de3;
}

/* 初心者おすすめ、スタッフおすすめ、食事枠（左） */
#top_tour_left {
	float: left;
	width: 260px;
}

/* 体験、人気観光スポット枠（右） */
#top_tour_right {
	float: left;
	padding-left: 26px;
	width: 260px;
}

/* 初心者おすすめ・ヘッダ */
#top_tour_header_beginner {
	clear: left;
	width: 260px;
	padding-top: 18px;
	background:url("../img/top_tour_title_beginner.jpg") no-repeat;
}

/* スタッフのお勧め・ヘッダ */
#top_tour_header_staff {
	clear: left;
	float: left;
/*	margin-top: 18px; */
	padding-top: 18px;
	width: 260px;
	background:url("../img/top_tour_title_staff.jpg") no-repeat;
}

/* 食事・ヘッダ */
#top_tour_header_meal {
	clear: left;
	float: left;
/*	margin-top: 18px; */
	padding-top: 18px;
	width: 260px;
	background:url("../img/top_tour_title_meal.jpg") no-repeat;
}

/* 体験・ヘッダ */
#top_tour_header_trial {
	clear: left;
	padding-top: 18px;
	width: 260px;
	background:url("../img/top_tour_title_trial.jpg") no-repeat;
}

/* 人気観光スポット・ヘッダ */
#top_tour_header_sopt {
	clear: left;
	float: left;
	padding-top: 18px;
	width: 260px;
	background:url("../img/top_tour_title_spot.jpg") no-repeat;
}

/* ヘッダ中段以下 */
.top_tour_header_middle {
	margin-top: 18px;
}

/* アイテム枠 */
.top_tour_item {
	/*clear: left;*/
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background:url("../img/top_tour_middle_line_4px.gif") bottom repeat-x;
}

/* アイテムタイトル */
.top_tour_title {
/*	float: left;*/
	padding-left: 15px;
	padding-bottom: 3px;
	background:url("../img/ico_arrow.jpg") no-repeat;
}
/* アイテム画像部 */
.top_tour_img {
	margin-left: 2px;
	padding: 1px 1px 1px 1px;
	float: right;
	background-color:#b1b0ae;
	/*background:url("../img/top_tour_img_window.jpg") no-repeat;*/
}

/* アイテムデータ部 */
.top_tour_data {
	clear: left;
	padding-left: 15px;
	line-height: 18px;
}
.top_tour_data span {
	color: #ff1a00;
}

/* 末尾のレコードはラインを消す */
.top_tour_data_last {
	background: none;
	padding-bottom: 0px;
}

/* 末尾 */
#top_tour_bottom {
	clear: left;
	width: 578px;
	height: 6px;
	background:url("../img/top_tour_bottom.jpg") no-repeat;
}

/******************************* 最新台湾情報 *********************************/
#top_new {
	clear: both;
	width: 578px;
}
#top_new h2 {
	font-size: 0px;
	text-indent:-9999px;
}

/* ヘッダ */
#top_new_header {
	margin-top: 14px;
	width: 578px;
	height: 39px;
	text-align: right;
	background:url("../img/top_new_header.jpg") no-repeat;
}
#top_new_header p {
	padding-top: 19px;
	padding-right: 13px;
}
#top_new_header a {
	color: #ffffff;
}

/* RSS */
#top_new_rss_bar {
	width: 578px;
	height: 26px;
	text-align: left;
	background:url("../img/top_new_rss_bar.jpg") no-repeat;
}
#top_new_rss_bar p {
	padding-top: 5px;
	padding-left: 15px;
	color: #5C5C5C;
}
#top_new_rss_bar img {
	margin-right: 8px;
	vertical-align:-2px;
}

/* 本文 */
#top_new_middle {
	float: left;
	width: 578px;
	background:url("../img/top_new_middle_1px.jpg") repeat-y;
}
#top_new_middle a {
	color: #477de3;
}

/* データ枠 */
#top_new_list {
	margin-left: 15px;
	width: 563px;
}
/* 日付 */
#top_new_list dt {
	clear: left;
	float: left;
	padding-top: 10px;
	width: 154px;
	letter-spacing: 1px;
	background: url("../img/top_new_middle_line_4px.gif") top repeat-x;
}
/* メッセージ */
#top_new_list dd {
	float: left;
	padding-top: 7px;
	padding-bottom: 6px;
	width: 394px;
	line-height: 18px;
	background: url("../img/top_new_middle_line_4px.gif") top repeat-x;
}
/* １レコード目の場合はラインを引かない */
#top_new_list dt.start {
	background: none;
}
#top_new_list dd.start {
	background: none;
}
/* イメージ表示位置調整 */
#top_new_list img {
	margin-right: 4px;
	vertical-align:-2px;
}

/* 末尾 */
#top_new_bottom {
	clear: left;
	width: 578px;
	height: 6px;
	background:url("../img/top_new_bottom.jpg") no-repeat;
}

