@charset "Shift_JIS";

/* -------------------------------------------------
基本レイアウト
---------------------------------------------------- */

/* 全体 */

html {
	height: 100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif, taipei,"新細明體";
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../common/bg.gif);
	text-align: center;
	height: 100%;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(../common/dot_bg_960.gif);
	background-repeat: repeat-y;
	width: 950px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0px auto;/*上下、左右*/
	padding:0px 5px;/*上下、左右*/
}

.clearfix:after {
	content: " ";   
    display: block;   
    clear: both;
}

.clearfix {
	zoom: 1;
}

.layout {
	overflow:hidden;
}
	
/* text */

h1,h2,h3,h4,h5,p {
	margin:0px;
	padding:0px;
}

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

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

h2,h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 18px;
}

.fs12lh16 {
	font-size: 12px;
	line-height: 16px;
}

.fs12lh18 {
	font-size: 12px;
	line-height: 18px;
}

/* image */

img {border:0;}

/* -------------------------------------------------
リンク
---------------------------------------------------- */

/* グレー1 */

a.linkGray1 {
	color: #666;
	text-decoration: none;
}

a:hover.linkGray1  {
	color: #666;
	text-decoration: underline;
}

/* グレー2 */

a.linkGray2 {
	color: #999;
	text-decoration: none;
}

a:hover.linkGray2  {
	color: #999;
	text-decoration: underline;
}

/* オレンジ1 */

a.linkOrange1 {
	color: #f60;
	text-decoration: none;
}

a:hover.linkOrange1 {
	color: #f60;
	text-decoration: underline;
}

/* -------------------------------------------------
リスト　インラインデフォルト
---------------------------------------------------- */

ul.li-default {
	color: #666666;
	text-align: left;
	list-style-type: none;
}

ul.li-default li {
	display: inline;
}

li.li-line-gray {
	padding-left: 6px;
	background-position: -2px 0px;
	background-image: url(../common/li_line_grey.gif);
	background-repeat: no-repeat;
}


/* -------------------------------------------------
ヘッダー
---------------------------------------------------- */

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(../common/header_bg.gif) repeat-x top;
}

#header h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin: 0px;
}

#header #logo {
	float: left;
	padding-top: 8px;
	height: 70px;
	width: 326px;
}

#top_premium_banner {
	float: right;
	padding-top: 13px;
	height: 60px;
	width: 468px;
}

/* -------------------------------------------------
グローバルメニュー
---------------------------------------------------- */

#gmenu {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#gmenu h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#gmenu h2 em {
	visibility: hidden;
}

#gmenu h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 95px;
}

/* 1番目のグローバルメニュー */
#gmenu h2#gm01 a {
	background-image: url(../images/gmenu_idx_01.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm01 a:hover,#gmenu h2#gm01 a:active {
	background-image: url(../images/gmenu_idx_01-over.gif);
	background-repeat: no-repeat;
}

/* 2番目のグローバルメニュー */
#gmenu h2#gm02 a {
	background-image: url(../images/gmenu_idx_02.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm02 a:hover,#gmenu h2#gm02 a:active {
	background-image: url(../images/gmenu_idx_02-over.gif);
	background-repeat: no-repeat;
}

/* 3番目のグローバルメニュー */
#gmenu h2#gm03 a {
	background-image: url(../images/gmenu_idx_03.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm03 a:hover,#gmenu h2#gm03 a:active {
	background-image: url(../images/gmenu_idx_03-over.gif);
	background-repeat: no-repeat;
}

/* 4番目のグローバルメニュー */
#gmenu h2#gm04 a {
	background-image: url(../images/gmenu_idx_04.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm04 a:hover,#gmenu h2#gm04 a:active {
	background-image: url(../images/gmenu_idx_04-over.gif);
	background-repeat: no-repeat;
}

/* 5番目のグローバルメニュー */
#gmenu h2#gm05 a {
	background-image: url(../images/gmenu_idx_05.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm05 a:hover,#gmenu h2#gm05 a:active {
	background-image: url(../images/gmenu_idx_05-over.gif);
	background-repeat: no-repeat;
}

/* 6番目のグローバルメニュー */
#gmenu h2#gm06 a {
	background-image: url(../images/gmenu_idx_06.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm06 a:hover,#gmenu h2#gm06 a:active {
	background-image: url(../images/gmenu_idx_06-over.gif);
	background-repeat: no-repeat;
}

/* 7番目のグローバルメニュー */
#gmenu h2#gm07 a {
	background-image: url(../images/gmenu_idx_07.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm07 a:hover,#gmenu h2#gm07 a:active {
	background-image: url(../images/gmenu_idx_07-over.gif);
	background-repeat: no-repeat;
}

/* 8番目のグローバルメニュー */
#gmenu h2#gm08 a {
	background-image: url(../images/gmenu_idx_08.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm08 a:hover,#gmenu h2#gm08 a:active {
	background-image: url(../images/gmenu_idx_08-over.gif);
	background-repeat: no-repeat;
}

/* 9番目のグローバルメニュー */
#gmenu h2#gm09 a {
	background-image: url(../images/gmenu_idx_09.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm09 a:hover,#gmenu h2#gm09 a:active {
	background-image: url(../images/gmenu_idx_09-over.gif);
	background-repeat: no-repeat;
}

/* 10番目のグローバルメニュー */
#gmenu h2#gm10 a {
	background-image: url(../images/gmenu_idx_10.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm10 a:hover,#gmenu h2#gm10 a:active {
	background-image: url(../images/gmenu_idx_10-over.gif);
	background-repeat: no-repeat;
}

#submenu {
	background: #FF6600;
	height: 20px;
}

#submenu p {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 2px;
}

/* -------------------------------------------------
中央コンテンツ全体コンテナ
---------------------------------------------------- */

#contents {
	padding: 0px;
	height: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -------------------------------------------------
中央コンテンツ左サイドナビ全体コンテナ
---------------------------------------------------- */

/* 左サイドナビ全体コンテナ */

#sidenavi1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 800px;
	width: 150px;
}

/* 共通コンテンツボックス指定 */

.category_sidenavi1 {
	width: 150px;
	margin-bottom: 10px;
	font-size: 12px;
}

/*左サイドナビタイトル*/

.category_sidenavi1_title {
	width: 150px;
	height: 26px;
	background-image: url(../images/category_sidenavi1_title_bg.gif);
	display: block;	
}

#sidenavi1 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
}

.category_sidenavi1_title2 {
	width: 150px;
	height: 26px;
	background-image: url(../images/category_sidenavi1_title2_bg.gif);
	display: block;	
}

/*左サイドナビメニューエリア*/

.category_sidenavi1_box_btm {
	display: block;
	width: 150px;
	padding-bottom: 4px;
	background-image: url(../images/category_sidenavi1_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.category_sidenavi1_box {
	width: 140px;
	white-space: nowrap;
	overflow: visible;
	background-color: #fcfbfa;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 0px 4px 2px 4px;
}

.navi_blank_box {
	background-color: #FFF;
	width: 124px;
	border: 1px solid #dedede;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

/*左サイドナビ周遊エリア*/

#navi_syuyu_box {
	padding-top: 4px;
}

#navi_syuyu_box ul li {
	line-height: 26px;
	font-weight: bold;
	color: #F60;
	background-color: #FFF;
	display: block;
	height: 26px;
	width: 138px;
	border: 1px solid #dedede;
	list-style-type: none;
	text-indent: 20px;
	margin-bottom: 3px;
}

#navi_syuyu_box li a {
	color: #999;
	margin: 0;
	background-image: url(../images/icon1_sidenavi1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}

#navi_syuyu_box li a:hover {
	color: #999;
	margin: 0;
	background-image: url(../images/icon1_sidenavi1-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 1px 20px;
	text-decoration: underline;
}

#navi_syuyu p {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

/*左サイドナビ購物エリア*/

#navi_shop_box {
	padding-top: 4px;
}

#navi_shop_box ul li {
	line-height: 26px;
	font-weight: bold;
	color: #F60;
	background-color: #FFF;
	display: block;
	height: 26px;
	width: 138px;
	border: 1px solid #dedede;
	list-style-type: none;
	text-indent: 20px;
	margin-bottom: 3px;
}

#navi_shop_box a {
	color: #999;
	margin: 0;
	background-image: url(../images/icon2_sidenavi1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}

#navi_shop_box a:hover {
	color: #999;
	margin: 0;
	background-image: url(../images/icon2_sidenavi1-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 1px 20px;
	text-decoration: underline;
}

/*天気予報*/

#weather h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 7px;
}

#navi_weather_box {
	padding-top: 4px;
}

#weather p {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	width: 120px;
	padding-bottom: 5px;
}

/*左お役立ちリンク*/

#tips h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 7px;
}

#navi_tips_box {
	padding-top: 4px;
}

#navi_tips_box ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(../common/cir_orange.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 10px;
	width: 114px;
	font-size: 12px;
	line-height: 20px;
	text-indent: 3px;
}

/*左サイドナビLink*/

a.iconsidenavi1   {
	color: #f60;
	margin: 0;
	background-image: url(../images/icon_sidenavi1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}

a:hover.iconsidenavi1 {
	color: #f60;
	margin: 0;
	background-image: url(../images/icon_sidenavi1-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 1px 20px;
	text-decoration: underline;
}

/*ベリサイン*/

#verisign {
	text-align: center;
}

/* -------------------------------------------------
中央コンテンツメインコンテナ
---------------------------------------------------- */

/* メイン全体コンテナ */

#main {
	margin: 0px;
	float: left;
	height: auto;
	width: 480px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

/* 共通コンテンツボックス指定 */

#main h3 {
	font-size: 9px;
	visibility: hidden;
}/* 各コンテンツタイトル隠す */

#main h4 {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	padding-bottom: 10px;
}

.category_main {
	width: 480px;
	margin-bottom: 10px;
	font-size: 12px;
}

/* コンテンツボックス（大）指定 */

.category_main_box_btm {
	display: block;
	width: 480px;
	padding-bottom: 7px;
	background-image: url(../images/category_main_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.category_main_box {
	width: 460px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.main_box_block_1 {
	width: 460px;
	padding: 5px 0px 10px 0px;
}

.main_box_main_img {
	float: left;
	padding-right: 10px;
	display: block;
	width: 107px;
}

.main_box_text {
	float: left;
	width: 340px;
	padding-bottom: 5px;
}

.main_box_text ul {
	padding-top: 5px;
}

.main_box_text ul li {
	font-size: 12px;
	line-height: 140%;
	list-style-image: none;
	background-image: url(../common/tri_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 8px;
}

.block_small {
	float: left;
	width: 84px;
	padding-right: 10px;
}

.block_small_last {
	float: left;
	width: 84px;
}

.block_small_img {
	height: 60px;
	width: 80px;
	border: 1px solid #dedede;
	padding: 1px;
	margin-bottom: 3px;
}

.block_small_txt {
	font-size: 12px;
	line-height: 15px;
	width: 80px;
	height: 30px;
	display: block;
	text-align: center;
}

.block_left {
	float: left;
	width: 225px;
	border-right: 1px dotted #dedede;
}

.block_right {
	float: right;
	width: 225px;
}

.mid_box img {
	float: left;
	display: block;
	width: 88px;
}

.mid_box ul {
	display: block;
	float: left;
	width: 122px;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 5px 0px 10px;
}

.main_box_block_2 {
	width: 460px;
	padding-top: 10px;
	border-top: 1px dotted #dedede;
	margin-top: 5px;
}


.block_to3 {
	float: left;
	width: 147px;
	padding-right: 7px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding-left: 3px;
}

.block_to3_right {
	float: left;
	width: 140px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
}

/* コンテンツボックス（小）指定 */

.category_main_s {
	width: 235px;
	margin-bottom: 10px;
	font-size: 12px;
	float: left;
}

.category_main_s2 {
	width: 235px;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	float: left;
}

.category_main_box_s_btm {
	display: block;
	width: 235px;
	padding-bottom: 7px;
	background-image: url(../images/category_main_btm_s.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.category_main_box_s {
	width: 215px;
	padding: 0 9px 9px 9px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.main_box_s_block_1 {
	width: 215px;
	padding: 5px 0px 5px 0px;
}

.main_box_s_img {
	display: block;
	float: left;
	width: 95px;
	padding-right: 5px;
}


/* キャンペーン・バナー */

#campaign {
	width: 480px;
	margin-bottom: 10px;
}

.banner {
	margin-bottom: 10px;
	text-align: center;
}

/* 注目トピック */

#main_topic_title {
	background-image: url(../images/category_topics_title.gif);
	display: block;
	height: 35px;
	width: 480px;
}

#main_topic_box {
	padding-top: 4px;
}

.category_main_topic_btm {
	display: block;
	width: 480px;
	padding-bottom: 7px;
	background-image: url(../images/category_topics_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.category_main_topic_box {
	width: 460px;
	padding: 0 8px 9px 8px;
	border-right: 2px solid #F06;
	border-left: 2px solid #F06;
}

#main_topic h4 {
	font-size: 12px;
	color: #F06;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

#main_topic img {
	border: 1px solid #F06;
}

/* 日本酒店預訂 */

#main_hotel_box {
	padding-top: 4px;
}

#main_hotel_title {
	background-image: url(../images/category_main_hotel_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 日本各地景點 */

#main_syuyu_box {
	padding-top: 4px;
}

#main_syuyu_title {
	background-image: url(../images/category_main_syuyu_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 日本購物指南 */

#main_shop_box {
	padding-top: 4px;
}

#main_shop_title {
	background-image: url(../images/category_main_shopping_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 温泉之旅 */

#main_onsen_box {
	padding-top: 4px;
}

#main_onsen_title {
	background-image: url(../images/category_main_onsen_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 食遍日本料理 */

#main_gourmet_box {
	padding-top: 4px;
}

#main_gourmet_title {
	background-image: url(../images/category_main_gourmet_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 交通手段 */

#main_trans_box {
	padding-top: 4px;
}

#main_trans_title {
	background-image: url(../images/category_main_trans_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 日本基本資訊 */

#main_info_box {
	padding-top: 4px;
}

#main_info_title {
	background-image: url(../images/category_main_info_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 日本遊楽指南 */

#main_enjoy_box {
	padding-top: 4px;
}

#main_enjoy_title {
	background-image: url(../images/category_main_enjoy_title.gif);
	display: block;
	height: 30px;
	width: 480px;
}

/* 商務考察 */

#main_business_box {
	padding-top: 4px;
}

#main_business_title {
	background-image: url(../images/category_main_business_title.gif);
	display: block;
	height: 30px;
	width: 235px;
}

/* -------------------------------------------------
中央コンテンツ内右サイドナビ全体コンテナ
---------------------------------------------------- */

/* 右サイドナビ全体コンテナ */

#sidenavi2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1500px;
	width: 300px;
}

/* 共通コンテンツボックス指定 */

.category_sidenavi2 {
	width: 296px;
	margin-bottom: 10px;
	padding: 1px 1px 0 1px;
	font-size: 12px;
	border: 1px solid #dedede;
}

.sidenavi2_box_block {
	width: 286px;
	border-bottom: 1px solid #dedede;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.sidenavi2_box_block_last {
	width: 286px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/*右サイドナビタイトル*/

.category_sidenavi2_title {
	width: 296px;
	height: 30px;
	background-image: url(../images/category_sidenavi2_title_bg.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
}

.category_sidenavi2_title2 {
	width: 296px;
	height: 30px;
	background-image: url(../images/category_sidenavi2_title2_bg.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
}

#sidenavi2 h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0px 0px 10px;
}

#sidenavi2 h4 {
	font-size: 12px;
	color: #99cc00;
	padding-bottom: 5px;
}

.img_left_pad10 {
	float: left;
	padding-right: 10px;
}

.img_right_pad10 {
	float: right;
	padding-left: 10px;
}

.sidenavi2_block_to3 {
	float: left;
	width: 89px;
	padding-right: 5px;
	text-align: center;
}

.sidenavi2_block_to3_right {
	float: left;
	width: 88px;
	text-align: center;
}

/*銀聯*/

#ginren {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_ginren_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#ginren h4 {
	color: #F00;
	padding-bottom: 7px;
	visibility: hidden;
}

.txt_area {
	font-size: 12px;
	line-height: 16px;
	color: #066;
	float: left;
	width: 170px;
	padding-left: 3px;
}

/*ゴルフ*/

#golf {
	width: 280px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	background-image: url(../images/pr_golf_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 55px;
}

#golf h4 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 7px;
	font-weight: bold;
}

.txt_area_golf {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.txt_area_golf a {
	color: #FFF;
	text-decoration: none;
}

.txt_area_golf a:hover {
	text-decoration: underline;
}

/*ヘリコプター*/

#helicopter {
	width: 280px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	background-image: url(../images/pr_helicopter_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 55px;
}

#helicopter h4 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 7px;
	font-weight: bold;
}

.txt_area_helicopter {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.txt_area_helicopter a {
	color: #FFF;
	text-decoration: none;
}

.txt_area_helicopter a:hover {
	text-decoration: underline;
}


/*お役立ち情報*/

#useful img {
	border: 1px solid #9C0;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#useful.txt_area {
	font-size: 12px;
	line-height: 16px;
	color: #066;
	float: right;
	width: 170px;
}

.txt_box {
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding-left: 10px;
	width: 220px;
}


/*QRコードTOP*/

#qrcord img {
	border: 1px solid #9C0;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#.txt_area_qrcord {
	font-size: 12px;
	line-height: 16px;
	color: #066;
	float: right;
	width: 1960px;
}

.txt_box_qrcord {
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding-left: 10px;
	width: 196px;
}


/*国際電話カード*/

#prepaidcard {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_prepaid_bg2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#prepaidcard h4 {
	color: #039;
	padding-bottom: 5px;
}

.txt_area_prepaidcard {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	float: left;
	width: 160px;
	padding-left: 3px;
}

/*ワールド携帯*/

#docomo {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_docomo_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#docomo h4 {
	color: #039;
	padding-bottom: 5px;
	visibility: hidden;
}

.txt_area_docomo {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	float: right;
	width: 175px;
	padding-right: 10px;
}

/*その他常設コンテンツ*/

#other h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 10px;
}

#news h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 10px;
}


/* -------------------------------------------------
フッター
---------------------------------------------------- */


#footer{
	position:relative;
	height: auto;
	margin: 0px auto;
	bottom: 0px;
	text-align: center;
	padding-top: 30px;
	clear: both;
}

#footer_contents {
	background-image: url(../common/copy_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer_contents ul{
	list-style:none;
	border-top:solid 1px #ff9900;
	text-align:center;
	margin: 0px 5px;
	padding: 10px 0px;
	font-size: 12px;
}

#footer_contents ul li{
	display:inline;
	padding:0 10px;
	border-right:solid 1px #666666;
}

#footer_contents ul li.lastlist {
	border-right: none;
}

.warning{
	text-align:center;
	font-size:12px;
	line-height:120%;
	color:#666666;
	margin: 5px 0px 10px 0px;	
}

address {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
}

/* -------------------------------------------------
特集・キャンペーン
---------------------------------------------------- */


.special_left {
	border: 1px solid #dedede;
	float: left;
	width: 233px;
	text-align: left;
}

.special_right {
	border: 1px solid #dedede;
	float: right;
	width: 233px;
	text-align: left;
}

.special_img {
	float: left;
	padding: 2px 10px 2px 2px;
}

.special_txt {
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 118px;
}

.special_txt p {
	padding-top: 5px;
}

.hotel_cpnote {
	padding: 10px;
	border: 1px solid #F90;
	padding: 5px;
	background-color: #FC0;
	margin: 15px 0px;
}

.block_all10 {
	padding: 10px;
	background-color: #FFF;
}

.txt_red {
	font-weight: bold;
	color: #F00;	
}

/* -------------------------------------------------
余白
---------------------------------------------------- */

.spaceh100 {
	height: 100px;
}

.spaceh50 {
	height: 50px;
}

.block_btm50 {
	padding-bottom: 50px;
	zoom: 1;
	overflow:hidden;
}




/* -------------------------------------------------
横並び等分リスト
---------------------------------------------------- */

.eqdividing-list {
	padding-bottom:10px;
	width:100%;
}

.eqdividing-list ul:after {
  content: "";
  clear: both;
  display: block;
}

.eqdividing-list ul li {
  display: block;
  float: left;
  margin-bottom: 2.87%;
  /*height: 75px; 見た目の調整 */
  /*line-height: 75px; 見た目の調整 */
  /*background: #0cc; 見た目の調整 */
  text-align: center; /*見た目の調整 */
}

.eqdividing-list ul,ol,dl{
	list-style:none;
}

/* 横並びに2等分 */

.eqdividing-list ul.eqdv-2 li {
  width: 48.56%;
  margin-right: 2.88%;
}

.eqdividing-list ul.eqdv-2 li:nth-child(2n) {
  margin-right: 0;
}

/* 横並びに3等分 */

.eqdividing-list ul.eqdv-3 li {
  width: 31.98%;
  margin-right: 2.03%;
}

.eqdividing-list ul.eqdv-3 li:nth-child(3n) {
  margin-right: 0;
}

/* 横並びに4等分 */

.eqdividing-list ul.eqdv-4 li {
  width: 23.12%;
  margin-right: 2.5%;
}

.eqdividing-list ul.eqdv-4 li:nth-child(4n) {
  margin-right: 0;
}

/* テキスト乗せ */

.eqdividing-list ul.eqdv-3 li .area {
	position: absolute;
	display: inline-block;
	padding: 5px 5px 3px 5px;
	/*background-color: #0099FF;*/
	background-color: rgba(0, 153, 255, 0.8);
	/*filter: alpha(opacity=90);
	opacity: .9;*/
	color: #FFF;
	font-size: 14px;
	margin-left:1px;
}

.eqdividing-list ul.eqdv-4 li .area {
	position: absolute;
	display: inline-block;
	padding: 5px 5px 3px 5px;
	/*background-color: #0099FF;*/
	background-color: rgba(255, 255, 255, 0.8);
	/*filter: alpha(opacity=90);
	opacity: .9;*/
	color: #333;
	font-size: 14px;
}

.eqdividing-list li p {
    padding-top: 7px;
}


.theme-list-lead {
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #09F;
}


/* -------------------------------------------------
サブタイトル
---------------------------------------------------- */

.idx_subtitle {
	background-image: url(../trans/images/icn_idx_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 23px;
	padding: 4px 0px 0px 18px;
	margin-bottom: 15px;
}

.idx_subtitle h4 {
	font-size: 16px;
	color: #333;
}

.idx_subtitle2 {
	background-image: url(../syuyu/tokyo/images/icn_idx_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 23px;
	padding: 4px 0px 0px 18px;
	margin-bottom: 15px;
}

.idx_subtitle2 h4 {
	font-size: 16px;
	color: #333;
}

.idx_subtitle3 {
	background-image: url(../manner/images/icn_idx_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 23px;
	padding: 4px 0px 0px 18px;
	margin-bottom: 15px;
}

.idx_subtitle2 h4 {
	font-size: 16px;
	color: #333;
}
