@charset "euc-jp";

ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p,h4,h5{
	margin: 0;
	padding: 0;
}
img { border: none;}


/* -------------------------------------------------------
CSSによるレイアウト
------------------------------------------------------- */


/* 左 */
#left-170 {
	width: 170px;
	/*background: #fff;*/
	border: 1px solid #f00;
	float: left;
}


/* 右 */
#right-600 {
	width: 600px;
	/*background: #fff;*/
	border: 1px solid #0f0;
	float: right;
}



/* 右メニュー 国内共通 */
#area-right-menu {
	width: 210px;
	margin: auto;
	background: #d7d7d7;
	float: right;
}


/* テーブル共通スタイル */
.common-table {
	width:100%;
	border-collapse: collapse;
	background: #FFF;
}

.common-table th{
	width: 1%;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
	font-weight: normal;
	white-space: nowrap;
	background: eeeeee;
	font-size: 80%;
}

.common-table td{
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 80%;
}



.width-full-center {
	width: 100%;
	text-align: center;
}



/* 広告のリンク 赤  ここに混ぜるか確認?? */
.red_to_noline A:link {
	color: #CC0000;
	text-decoration: underline;
}
.red_to_noline A:visited {
	color: #CC0000;
	text-decoration: underline;
}
.red_to_noline A:hover {
	color: #CC0000;
	text-decoration: none;
}

/* 赤文字 */
.f-red { color: #ff0000;}


/* 黒文字 */
.f14em {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #000000;
}

/**/
.f14em-b {
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: bold;
	color: #0f0;
}



.f12em {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #0f0;
}

.f12em-b {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.7em;
	color: #0f0;
}


.f8pt {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
}



/* 以下は domestic.cssにもある汎用のスタイル　 */


.csl-text-666666-f80 {
	padding-left: 8px;
	text-align: left;
	font-size: 80%;
	background: url(http://4travel.jp/img/common/csl_10_666666.gif) no-repeat 0px 0px;
}

.csl-up-text-666666-f80 {
	padding-left: 12px;
	text-align: left;
	font-size: 80%;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_up_10_666666.gif) no-repeat 0px 3px;
}


.csl-up-text-666666-f100-b {
	padding-left: 12px;
	font-size: 100%;
	font-weight: bold;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_up_10_666666.gif) no-repeat 0px 5px;
}


.csl-dw-text-666666-f80 {
	padding-left: 8px;
	text-align: left;
	font-size: 80%;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_dw_10_666666.gif) no-repeat 0px 0px;
}

/* 共通に移す */
/* 位置 */
.align-center {
	width: auto;
	text-align: center;
}

.align-left {
	width: auto;
	text-align: left;
}

.align-right {
	width: auto;
	text-align: right;
}

.margin-0 {
	margin: 0;
}

.margin-2 {
	margin: 2px;
}
.margin-5 {
	margin: 5px;
}


.margin-10 {
	margin: 10px;
}

.margin-5-0-5-0 {
	margin: 5px 0;
}

.margin-10-0-10-0 {
	margin: 10px 0;
}

.margin-10-0-5-0 {
	margin: 10px 0 5px 0;
}

.margin-5-0-10-0 {
	margin: 5px 0 10px 0;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-2{ margin-bottom: 2px;}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-left-15{
	margin-left:15px;
}

.margin-left-30{
	margin-left:30px;
}

.abs-middle{
	vertical-align: middle;
}

/* ページのTOPへ */

/* 点線タイプ */
.goto-page-top-dot {
	width: auto;
	margin: 20px 0;
	padding: 5px 0 0 0;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
}

.goto-page-top-dot span {
	padding: 5px 0 0 12px;
	text-align: left;
	font-size: 80%;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_up_10_666666.gif) no-repeat 0px 10px;
}

/* 点線タイプ 小型 */
.goto-page-top-dot-mini {
	margin: 5px 0 10px 0;
	width: auto;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
}

.goto-page-top-dot-mini span {
	padding: 0 0 0 12px;
	text-align: left;
	font-size: 70%;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_up_10_666666.gif) no-repeat 0px 4px;
}

/* 青線タイプ */
.goto-page-top-blue {
	margin: 5px 0 10px 0;
	width: auto;
	text-align: right;
	border-top: 2px solid #6699cc;
}

.goto-page-top-blue span {
	padding: 0 0 0 12px;
	text-align: left;
	font-size: 70%;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_up_10_666666.gif) no-repeat 0px 4px;
}




.goto-page-top {
	width: auto;
	margin-top: 10px;
	text-align: right;
}



/* 文字 ％指定 */
.f-120 {
	font-size: 120%;
}


.f-120-b {
	font-size: 120%;
	font-weight: bold;
}

.f-100 {
	font-size: 100%;
}

.f-100-b {
	font-size: 100%;
	font-weight: bold;
}

.f-90 {
	font-size: 90%;
}

.f-90-b {
	font-size: 90%;
	font-weight: bold;
}

.f-weight-normal {
	font-weight: normal;
}


.csl-text-10px-666666 {
	padding: 0 0 0 8px;
	text-align: left;
	background: url(http://cdn.4travel.jp//img/public/csl/csl_10_666666.gif) no-repeat 0 2px;
}

/* -------------------------------------------------------
ページナビ
------------------------------------------------------- */
.common-page-list-master {
	width: 100%;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.common-page-list-master-bottom {
	width: 100%;
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #6d9dce;
}
.common-page-list-left {
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
.common-page-list-right {
	width: 20%;
	margin: 0;
	padding: 0;
	text-align:right;
	float: right;
}
.common-page-list-mid {
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}


/* 汎用ボックス（XXX px）
   hanyou-box hanyou-box2 hanyou-boxXXXセットで
   hanyou-box3でサブライン
*/
.hanyou-box{
	font-size: 100%;
	min-height: 23px;
	_height: 23px;
	line-height: 23px;
	padding: 0 10px;
	text-align: left;
}
.hanyou-box2{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}
.hanyou-box3{
	background: #f0ebe5;
	font-size: 100%;
	padding: 4px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
}
.hanyou-box170{
	background: #cccccc url(http://cdn.4travel.jp/img/common_area/menu/menu_top_grd_gry_170.gif) no-repeat top left;
}
.hanyou-box160{
	background: #cccccc url(http://cdn.4travel.jp/img/common/box_hdr_160g.gif) no-repeat top left;
}
.hanyou-box210{
	background: #cccccc url(http://cdn.4travel.jp/img/common_area/menu/menu_top_grd_gry_210.gif) no-repeat top left;
}
.hanyou-box290{
	background: #cccccc url(http://cdn.4travel.jp/img/common/box_hdr_290g.gif) no-repeat top left;
}

/* 汎用ボックスアイコン hanyou-boxと組み合わせでアイコン */
.hanyou-search{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_theme.gif) no-repeat left center;
}
.hanyou-other{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_sponsor.gif) no-repeat left center;
}
.hanyou-hotel{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_hotel.gif) no-repeat left center;
}
.hanyou-flag{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_flag_red.gif) no-repeat left center;
}
.hanyou-air{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_flight.gif) no-repeat left center;
}
.hanyou-heart{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_hoken.gif) no-repeat left center;
}
.hanyou-car{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_car.gif) no-repeat left center;
}
.hanyou-arrow{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/csl/csl_arw_left_13_ffcc00.gif) no-repeat left center;
}
.hanyou-mail{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_mail.gif) no-repeat left center;
}
.hanyou-check{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_vote.gif) no-repeat left center;
}
.hanyou-bus{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_bus.gif) no-repeat left center;
}
.hanyou-tag{
	padding: 1px 0 1px 20px;
	background: url(http://cdn.4travel.jp/img/public/icon/icon_16_tag_green.gif) no-repeat left center;
}


/* 汎用ボックス2 */
.hanyou-wrap315-1{
	width: 315px;
	background: url(http://cdn.4travel.jp/img/os_tips/bg_tips_master_score_top.gif) no-repeat center top;
	padding-top: 5px;
}
.hanyou-wrap315-2{
	background: url(http://cdn.4travel.jp/img/os_tips/bg_tips_master_score_mid.gif) repeat-y center top;
	padding: 0 10px;
}
.hanyou-wrap315-3{
	background: url(http://cdn.4travel.jp/img/os_tips/bg_tips_master_score_bottom.gif) no-repeat center bottom;
	padding-bottom: 5px;
}

/* 汎用ボックス3 */
.hbta1-550{
	background: url(http://cdn.4travel.jp/img/public/box/box_htba_550.gif) no-repeat left top;
}
.hbta1-550-nomore{
	background: url(http://cdn.4travel.jp/img/public/box/box_htba_550_nomore.gif) no-repeat left top;
}
.hbta2{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}
.hbta1-270{
	background: url(http://cdn.4travel.jp/img/public/box/box_htba_270.gif) no-repeat left top;
}
.hbta1-ttl-nomore{
	padding: 7px 10px;
	font-size: 100%;
}
.hbta1-ttl{
	font-size: 100%;
}
.hbta1-ttl a{
	padding: 7px 10px;
	display: block;
}
.hbta2-inner{
	border-top: 2px solid #6699cc;
	padding: 10px;
}


/* 汎用フォーム部品 */
input.common-submit{
	background: #fff url(http://cdn.4travel.jp/img/common/submit_bg.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 0 5px;
}
input.common-submit2{
	background: #fff url(http://cdn.4travel.jp/img/common/submit_bg.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 5px 20px 4px 20px;
	margin-top: 10px;
}
input.common-input100{
	width: 100px;
}
input.common-input130{
	width: 130px;
}
input.common-input160{
	width: 160px;
}
input.common-input200{
	width: 200px;
}
input.common-input300{
	width: 300px;
}
textarea.common-textarea400{
	width: 400px;
}

/* 汎用帯小 
   色などは各CSSで指定してください
   imgはボタン用
 */
.hanyou-title{
	border-bottom: 2px solid #c9c9c9;
	margin-bottom: 10px;
}
.hanyou-title h3,
.hanyou-title h4{
	position: relative;
	color: #fff;
	font-size: 120%;
	padding: 3px 80px 1px 30px;
	_padding: 4px 80px 2px 30px;
	_height: 24px;
	min-height: 18px;
}
.hanyou-title h3 img,
.hanyou-title h4 img{
	position: absolute;
	margin: 0 3px;
	_margin-top: 0;
	right: 0;
	top: 5px;
}
.hanyou-title a:link,
.hanyou-title a:visited{
	color: #fff;
	text-decoration: none;
}
.hanyou-title a:action,
.hanyou-title a:hover{
	color: #ccc;
	text-decoration: none;
}
h3.hanyou-title-no-icon,
h4.hanyou-title-no-icon{
	padding-left: 10px;
}
h3.hanyou-title-no-more,
h4.hanyou-title-no-more{
	padding-right: 10px;
}
.hanyou-title h4 span{
	font-weight: normal;
	padding-left: 5px;
	font-size: 80%;
}
.hanyou-org-title{
	background: url(http://cdn.4travel.jp/img/public/box/bg_org_header.gif) repeat-x top left;
}
.hanyou-org-title h3,
.hanyou-org-title h4{
	border-bottom: 1px solid #e48600;
	border-right: 1px solid #e48600;
}

/* 汎用見出し */
.common-title{
	font-size: 100%;
	margin-bottom: 10px;
	background: #eeeeee url(http://cdn.4travel.jp/img/traveler/icon2.gif) no-repeat 5px center;
	padding: 4px 10px 4px 25px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.common-title2{
	border-left: 5px solid #6c9ccd;
	padding-left: 5px;
	font-size: 100%;
}

/* その他 */
.common-disclaimer{
	color: red;
	font-size: 80%;
	line-height: 120%;
}
.common-disclaimer-g{
	color: #666;
	font-size: 80%;
	line-height: 120%;
}
.common-image-left{
	float: left;
	margin: 0 5px 5px 0;
}
.common-csl-up{
	background: url(http://cdn.4travel.jp/img/upper_yajirushi.gif) no-repeat left top;
	padding-left: 20px;
	margin-right: 20px;
}
.common-csl-up2{
	background: url(http://cdn.4travel.jp/img/upper_yajirushi.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 20px;
}
.common-csl-up3{
	background: url(http://cdn.4travel.jp/img/upper_yajirushi.gif) no-repeat left top;
	padding-left: 20px;
}
.common-csl-g{
	background: url(http://cdn.4travel.jp/img/public/csl/csl_10_cccccc.gif) no-repeat left center;
	padding-left: 10px;
}
.common-pagetop{
	text-align: right;
	margin: 10px 0;
}
.common-pagetop a{
	background: url(http://cdn.4travel.jp/img/os_area_new/csl_10_666666_top.gif) no-repeat left center;
	padding-left: 15px;
}
.common-small-g{
	font-size: 80%;
	color: #999999;
}
.common-more{
	text-align: right;
	margin: 10px 0;
}
.common-more2{
	text-align: right;
	margin-top: 10px;
}
.common-more3{
	padding-left: 10px;
	background: url(http://cdn.4travel.jp/img/public/csl/csl_10_cccccc.gif) no-repeat left 2px;
	text-align: right;
	margin-top: 10px;
}

/* クチコミアイコン */
.ico-hotel{
	background: url(http://cdn.4travel.jp/img/tr/icon_hotel_14.gif) no-repeat left top;
	padding-left: 18px;
}
.ico-restaurant{
	background: url(http://cdn.4travel.jp/img/tr/icon_restaurant_14.gif) no-repeat left top;
	padding-left: 18px;
}
.ico-shopping{
	background: url(http://cdn.4travel.jp/img/tr/icon_shopping_14.gif) no-repeat left top;
	padding-left: 18px;
}
.ico-other{
	background: url(http://cdn.4travel.jp/img/tr/icon_other_14.gif) no-repeat left top;
	padding-left: 18px;
}
.ico-transport{
	background: url(http://cdn.4travel.jp/img/tr/icon_transport_14.gif) no-repeat left top;
	padding-left: 18px;
}
.ico-kankospot{
	background: url(http://cdn.4travel.jp/img/tr/icon_kankospot_14.gif) no-repeat left top;
	padding-left: 18px;
}
