@charset "UTF-8";

/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */

body {
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	background: #FFFFFF;
}

* html body{
/* for WInIE6 */
	font-size:75%;
	font-family:Verdana, "ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5em;
 }

*;first-child+html body{
/* for WInIE7 */
	font-size:75%;
	font-family:"メイリオ",Meiryo,sans-serif;
	line-height:1.5em;
 }

h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	}
	
h2,h3,h4 { font-size:12px; }

p {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

img.left { float:left; }
em { font-style:normal; }

hr{
	display: none;
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------
文字リンク設定
--------------------------------------------------------- */

/*リンク色*/
a:link {color:#666666;}
a:visited{color:#9e414d;}
a:hover {color:#801f3a;}

/*リンク色（青）*/
a.blue:link {color:#0063CE;}
a.blue:visited{color:#0063CE;}
a.blue:hover {color:#45A2FF;}

/*リンク色（黒）*/
a.black:link{color:#000000;}
a.black:visited{color:#000000;}
a.black:hover{color:#666666;}

/*リンク色（赤）*/
a.red:link{color:#9e414d;}
a.red:visited{color:#9e414d;}
a.red:hover{color:#801f3a;}

/*リンク色（灰色線なし）*/
a.gray:link{color:#666666; text-decoration:none;}
a.gray:visited{color:#666666; text-decoration:none;}
a.gray:hover{color:#000000; text-decoration:none;}

/* ---------------------------------------------------------
レイアウト外枠定義
--------------------------------------------------------- */
#layout {
	display:block;
	margin:0px auto;
	width:1002px;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	font-size:12px;
	}
	
/* ---------------------------------------------------------
ヘッダー定義
--------------------------------------------------------- */

#header {
	display:block;
	margin:0;
	padding:0;
	background:url(/com-img/tabiplaza/header/header-bg.jpg) no-repeat;
	height:142px;
	width:1002px;
	}
	
#header-left {
	display:block;
	float:left;
	width:552px;
	margin:0;
	padding:0;
	text-align: left;
	}

#header-right {
	display:block;
	float:right;
	width: 450px;
	height:97px;
	}
	
#header-left .logo{
	display:block;
	float:left;
	width:74px;
	height:74px;
	margin:12px 0 0 0;
	padding:0 0 0 13px;
	}
	
#header-left .ttl_top{
	display:block;
	float:left;
	width:460px;
	height:74px;
	margin:12px 0 0 0;
	padding:0;
	}
	
#header-left p.comment {
	display:block;
	font-size:12px;
	color:#666666;
	line-height:35px;
	font-weight: normal;
	padding:0 0 0 10px;
	margin-top:10px;
	float: left;
	width:450px;
	}
	
#header-right p.sitemap {
	background: url(/com-img/tabiplaza/header/ico_y10.gif) no-repeat;
	font-size: 10px;
	float: right;
	line-height: 11px;
	padding:0 15px 0 13px;
	margin: 6px 0px 8px 0;
	height: 11px;
	color:#666666;
}

#header-right img {
	display:block;
	float:right;
	margin:0;
	padding-right: 0;
	}
	
#header-right img.email {
	margin: 2px 0 3px 0;
	padding-left:60px;
	}

#header-tab_g {
	display:block;
	float:left;
	margin-left:11px;
	}

#header-tab_s {
	display:block;
	float:left;
	margin: 0px;
	height: 42px;
	padding: 0px;
	}

#header-tab_s img {
	margin-top:9px;
	}

/* ---------------------------------------------------------
サイト内リンク
--------------------------------------------------------- */
#footer-site {
	display:block;
	padding:12px;
	width:970px;
	margin:24px 0 24px 6px;
	color:#999999;
	background:#f5f5f5;
	font-size:10px;
	line-height:1.1em;
	border-top:1px solid #e1e0d5;
	border-bottom:1px solid #e1e0d5;
	}
	
#footer-site a,#footer-site a:visited{
	text-decoration:none;
	color:#999999;	
	}
#footer-site a:hover{
	text-decoration: underline;
	color:#999999;	
	}
	
#footer-site ul{
	display:block;
	padding:0 0 0 6px;
	margin:0;
	width:215px;
	float:left;
	border-right:2px #cccccc dotted;
	}
	
#footer-site ul.side{
	display:block;
	padding:0 0 0 6px;
	margin:0;
	width:215px;
	float:left;
	border:none;
	}
	
#footer-site ul li,#footer-site ul.side li{
	margin:2px 0;
	padding:0;
	width:215px;
	list-style:inside square;
	}
	
/* ---------------------------------------------------------
ツアーリンク
--------------------------------------------------------- */
#tour-link {
	display:block;
	padding:10px;
	width:748px;
	margin:36px 0 0 0;
	color:#333333;
	font-size:12px;
	border:1px solid #9e414d;
	}
	
#tour-link a,#tour-link a:visited{
	text-decoration:none;
	color:#9e414d;	
	}
#tour-link a:hover{
	text-decoration: underline;
	color:#801f3a;	
	}
	
#tour-link ul{
	margin:0;
	padding:0;
	clear:both;
	}
	
#tour-link ul.end{
	padding:0 0 10px 0;
	}
	
#tour-link li{
	margin:2px 15px 3px 0;
	padding:0 0 0 8px;
	list-style:none;
	background:url(/com-img/tabiplaza/tour/ico-r10.jpg) no-repeat 0 2px;
	line-height:13px;
	float:left;
	white-space:no-wrap;	
	}
	
#photocopy{
	margin-top:15px;
	padding:10px;
	border:none;
	width:750px;
	text-align:center;
	background-color:#E1E1E1;
	font-size:10px;
}

/* ---------------------------------------------------------
フッターリンク
--------------------------------------------------------- */
#footer {
	display:block;
	padding:0px;
	width:1002px;
	margin: 0px;
	}
	
/*バナーリンク*/
#footer-link {
	display:block;
	margin:0px;
	border-top:#999999 solid 1px;
	padding: 12px 0px 0px 10px;
	}
	
#footer-link ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#footer-link li {
	float:left;
	width:150px;
	margin:0px;
	font-size: 10px;
	line-height: 12px;
	padding: 0px 10px 12px 0px;
	}

#footer-link li.top {
	float:left;
	width:180px;
	}
	
#footer-link li a {
	color:#666666;
	}
	
#footer-link li a img {
	display:block;
	text-decoration:none;
	}
	
/*テキストリンク*/
#footer-dena {
	display:block;
	clear:both;
	margin:0px;
	padding:5px;
	border-top:#999999 solid 1px;
	}
	
/* ---------------------------------------------------------
フッターグローバル
--------------------------------------------------------- */
#footer-global {
	display:block;
	padding:12px 10px;
	background: url(/com-img/footer-new/foot_bg.jpg) repeat-x;
	width: 982px;
	}
	
#footer-global ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#footer-global li {
	display:inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}
	
#footer-global li.arrow {
	display:block;
	background:url(/com-img/tabiplaza/arrow_b.gif) no-repeat 0px 0.2em;
	width: 80px;
	padding-left: 15px;
	float: left;
	}
	
#footer-global li.arrow2 {
	display:block;
	background:url(/com-img/tabiplaza/arrow_b.gif) no-repeat 0px 0.2em;
	width: 150px;
	padding-left: 15px;
	float: left;
	}

#footer-global li.arrow3 {
	display:block;
	background:url(/com-img/tabiplaza/arrow_b.gif) no-repeat 0px 0.2em;
	width: 150px;
	padding-left: 15px;
	float: left;
	}
	
.left {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	}
	
.right {
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	}

.copyright {
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:10px;
	clear:both;
	}

/* ---------------------------------------------------------
パンくず
--------------------------------------------------------- */
#pan {
	display:block;
	background-color:#d9d9d9;
	padding:0px 0px 0px 10px;
	margin-top:1px;
	margin-bottom:12px;
	color: #666666;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	}
	
#pan h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}


#advert {
	margin:15px auto;
	padding:0;
	}	

/* ---------------------------------------------------------
右カラム 200px幅
--------------------------------------------------------- */
#right200 {
	display:block;
	float:right;
	width:200px;
	margin: 0px;
	padding-right: 6px;
	}
	
#right200 h3{
	background:url(/com-img/tabiplaza/sttl200.jpg) no-repeat;
	height: 37px;
	width: 200px;
	text-indent: 22px;
	line-height: 37px;
	margin-top: 12px;
	margin-bottom:10px;
	color:#333333;
}

#right200 h3 a:link{
	color:#333333;
	text-decoration:none;
	}
#right200 h3 a:visited{
	color:#996666;
	text-decoration:none;
	}
#right200 h3 a:hover{
	color:#801f3a;
	text-decoration:none;
	}

#right200 h3.ttl_sp200{
	background: url(/com-img/tabiplaza/ttl_special200.gif) no-repeat;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding-left: 30px;
}

#right200 .box_ex{
	padding-top: 12px;
}

#right200 h3.parts01{
	background: url(/com-img/tabiplaza/parts/ttl_parts200_01.gif) no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	line-height: 30px;
	margin-top: 12px;
}

#right200 h3.parts02{
	background: url(/com-img/tabiplaza/parts/ttl_parts200_02.gif);
	height: 30px;
	width: 200px;
	text-indent: 20px;
	line-height: 30px;
	margin-top: 12px;
}

#right200 .box_ex img{
	padding-bottom: 2px;
}

#right200 .bg_yel {
	background:url(/com-img/tabiplaza/yel_bg200.gif) no-repeat;
	line-height:30px;
	height:30px;
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: none;
	margin-top: 12px;
	}

.right_box {
	display:block;
	border:1px solid #CCCCCC;
	width:278px;
	margin-bottom:12px;
	margin-top: 1px;
	padding: 12px 10px;
	}

.right_box dl.parts{
	float: right;
}

#right200 .box_border{
	background: url(/img/countrytrip/bg-link_c.jpg) repeat-x bottom;
	width: 198px;
	border:1px solid #CCCCCC;
	margin:12px 0 0 0;
	padding:0;
	height:156px;
	color:#666666;
	font-size:10px;
}

#right200 .box_border h3{
	background: url(/com-img/tabiplaza/ico_ralow.jpg) no-repeat 0 3px;
	height: auto;
	width: 190px;
	font-size:12px;
	line-height:1.5em;
	text-indent:10px;
	margin:6px 0 0 6px;
	padding:0;
}

#right200 .box_border .qrcode{
	margin:0 6px 6px 6px;
	padding:0;
	float:left;
}

#right200 .box_border p{
	margin:0;
	padding:6px 6px 0 0;
	float:left;
	width:88px;
}

#right200 ul.link{
	padding: 6px 0px 0px;
	list-style: none;
	margin: 0px;
}

#right200 ul.link li{
	background:url(/com-img/tabiplaza/arrow_b.gif) no-repeat;
	margin:0px 0px 6px;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
}

#right200 #bookmark{
	padding-top: 18px;
}

#right200 #bookmark img{
	padding-right: 2px;
}

/* ---------------------------------------------------------
※  検索窓  ※
--------------------------------------------------------- */

.kensaku270{
	width:178px;
	background:url(/com-img/tabiplaza/kensaku/bg-kensaku.jpg) repeat-x bottom;
	color:#828c74;
	font-size:10px;
	padding:5px 10px 10px 10px;
	border:1px solid #d4dccb;
	}
	
.kensaku270 dl{
	margin:10px 0 6px 0;
	padding:0 0 6px 0;
	width:158px;
	border-bottom: 1px solid #d6ddcd;
	overflow:hidden;
	}
	
.kensaku270 dt{
	margin:0;
	padding:0 0 3px 13px;
	float:left;
	width:90px;
	background:url(/com-img/tabiplaza/ico_ralow.jpg) no-repeat;
	line-height:10px;
	overflow: hidden;
	}
	
.kensaku270 dd{
	margin:0;
	padding:0 0 3px 0;
	float:left;
	width:47px;
	}
	
.kensaku270 .kensaku_btn{
	width:65px;
	height:25px;
	display:block;
	float:right;
	margin-top:5px;
	}
	
/* ---------------------------------------------------------
※  SSIツアー  ※
--------------------------------------------------------- */

.tour_new{
	width:200px;
	font-size:10px;
	background:url(/com-img/tabiplaza/tour/tour-bg.jpg) no-repeat bottom;
	margin-bottom:15px;
	padding-bottom:15px;
	}
	
.tour_new p.tourname{
	margin:0 0 5px 0;
	padding:0;
	background:url(/com-img/tabiplaza/tour/ico-r10.jpg) no-repeat 0 2px;
	line-height:13px;
	text-indent:8px;
	}
	
.tour_new p.tourprice{
	color:#996666;
	font-weight:bold;
	line-height:1.2em;
	}
	
.tour_new p.tourperiod{
	color:#7a8073;
	line-height:1.2em;
	}
	
.tour_new img{
	padding:0 0 2px 6px!important;
	width:100px!important;
	height:75px!important;
	}

.tour_new a:link {color:#666666;}
.tour_new a:visited{color:#9e414d;}
.tour_new a:hover {color:#801f3a; text-decoration:none}	
	
/* ---------------------------------------------------------
※  728banner  ※
--------------------------------------------------------- */

#bn728 {
	margin:0 0 0 21px;
	padding:0 0 18px 0;
	width:728px;
	}

/* ---------------------------------------------------------
地球の歩き方・旅のパーツ
--------------------------------------------------------- */

/*旅のパーツ150サイズ*/
.box_parts60{
	padding-top: 6px;
	display: block;
	height: 48px;
}

.box_parts60 img{
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 0px;
}

.box_parts{
	padding-top: 12px;
	display: block;
	height: 30px;
}

.box_parts h4{
	font-size: 12px;
	line-height: 15px;
}

.box_parts img{
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 0px;
}


/* ---------------------------------------------------------
テーマで選ぶ
--------------------------------------------------------- */

.theme{
	width:200px;
	font-size:10px;
	padding-bottom:15px;
	}
	
.theme p.tourname{
	background:url(/com-img/tabiplaza/bg-80_16.jpg) no-repeat;
	width:80px;
	height:16px;
	line-height:16px;
	font-size:10px;
	color:#736d49;
	text-align:center;
	font-weight:normal;
	margin-bottom:5px;
	}
	
.theme p.tourprice{
	color:#996666;
	font-weight:bold;
	line-height:1.2em;
	}
	
.theme p.tourperiod{
	color:#7a8073;
	line-height:1.2em;
	}
	
.theme img{
	padding:0 0 2px 5px;
	}

/* ---------------------------------------------------------
共通パーツ
--------------------------------------------------------- */
/* 矢印アイコン 同ウィンドウ遷移*/
.look_icon{
	background: url(/com-img/tabiplaza/look_icon.gif) no-repeat;
	text-indent: 22px;
	height: 17px;
	float: right;
	margin-top: 6px;
}

/* 矢印アイコン 別ウィンドウ遷移*/

.icon_ar01{	display:block;
	background:url(/com-img/tabiplaza/arrow_r.gif) no-repeat;
	margin:0px 0px 5px;
	padding: 0px 0px 0px 15px;}
	
.icon_ar02{	display:block;
	background:url(/com-img/tabiplaza/arrow_b.gif) no-repeat;
	margin:0px 0px 5px;
	padding: 0px 0px 0px 15px;}

/* 上部へ戻るリンク*/
#foot-link {
	display:block;
	text-align:right;
	margin:20px 6px 15px 0px;
}

/* スペース*/
.space36{	height: 36px;}
.space30{	height: 30px;}
.space24{	height: 24px;}
.space18{	height: 18px;}
.space12{	height: 12px;}
.space6 { height: 6px; }

.dotline01{
	border-bottom: 1px dotted #999999;
}

.dotline{
	border-bottom: 1px dotted #999999;
	padding-top: 6px;
	padding-bottom: 6px;
}

.grayline{
	border-bottom: 1px solid #CCCCCC;
}

.clear {clear:both;}
.center { text-align:center; }
.font-s { font-size:10px;}
.shift-left { float:left;}
.shift-right { float:right;}

span.red{
	color: #FF3300;
}

.h_space2{
	padding-top: 2px;
}

.gray{color: #A0A0A0;}
.bold{ font-weight:bold;}

.gray_box{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.mtop5 {margin-top:5px;}
.mright5 {margin-right:5px;}
.mleft5 {margin-left:5px;}
.mbtm5 {margin-bottom:5px;}
.mbtm10 {margin-bottom:10px;}

/* fade rollover*/
a:hover img.css-hover{
    filter:alpha(opacity=80);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=80)"; /* IE8用 */
    -moz-opacity:0.8; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.8;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}


