@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', Verdana, sans-serif;
	font-size: 12px;
}
/* リンク */
a {
	color:0000ff;
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
}
a:link {
	color:#000099
}
a:visited {}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
h1{
	font-weight: bold;
	font-size: 13px;
	padding-top: 35px;
	padding-left: 5px;
	float: left;
}
/*/////////// ラッパー ///////////*/
#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper .clearboth{
	clear: both;
}
#TopixFeed{
	height: 20px;
	clear: both;
}
#pan{
	margin-bottom: 10px;
	clear: both;
}
#pan li{
	display:inline;
}

/*サイドカラム*/
#sidecolumn{
	float: left;
	width: 205px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	background-color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#sidecolumn h2{
	background-color: #003;
	padding: 5px;
	color: #FFF;
	font-size: 15px;
}
	
/*簡単検索*/
#search{
	background-color: #999;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*方面別で探す*/
#s_area{
	margin-bottom: 20px;
	margin-top: 10px;
}
#s_area li{
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	list-style-type: none;
	background-image: url(../images/arrow_collapse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* ピックアップ */
#pickupbanners{
}
#pickupbanners h3,
#s_area h3{
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(../../naha/common/images/naha_top/back_bottom-side-h3.png);
	background-repeat: repeat;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #004EA2;
	padding: 5px;
}
#pickupbanners p{
	width: 195px;
	padding: 5px;
}
#pickupbanners ul{
}
#pickupbanners li{

	background-image: url(../../naha/common/images/bullet_26.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#pickupbanners a{
	text-decoration:underline;
}
#pickupbanners .pickupbanners_inner{
}
#pickupbanners .pickup_box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#pickupbanners .pickupimg{
}
#banners{
	margin-top: 20px;
}
#banners ul{
}
#banners li{
	margin-bottom: 5px;
}
	
/*メインコンテンツ*/
#main_contents{
	float: left;
	width: 690px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	border-radius: 5px;
	margin-bottom: 10px;
	background-color:#ffffff;
	}
#main_contents h2{
	font-weight: bolder;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
#main_contents .page_nation{
	margin-top: 8px;
	margin-bottom: 8px;
}
#main_contents .page_nation ul{
}
#main_contents .page_nation li{
	line-height: 1em;
	padding: 3px;
	border: 1px solid #999999;
	float: left;
	margin-right: 5px;
	display: inline;
}
#main_contents .current_page{
}

/* 海外旅行説明会開 */
#movie{
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
#movie strong{
	font-weight: bold;
	font-size: 15px;
	color: #990000;
}
#movie p{
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	padding-bottom: 10px;
}
#notice{
}
#notice a:link,
#notice a:visited,
#notice a:hover,
#notice a:active {
	font-weight: bold;
	text-decoration: underline;
}

#notice table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	width: 100%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 10px;
}
#notice tr{
}
#notice td{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#notice th{
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	width: 8em;
}
#notice .ttl{
}
#notice .gr{
	background-color: #EDEDED;
}
/* 海外プランリスト */
#tours{
	padding: 10px;
	margin-bottom: 100px;
}
#tours a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}
#tours h2{
	color:#FFFFFF;
	padding-left: 23px;
}
#tours h3{
	padding-left: 0px;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 8px;
}
#tours h4{
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
	color: #0000FF;
}
#tours .tour_casset_wrapper{
	margin-left: -8px;
	overflow-y: scroll;
	height: 465px;
	position:relative;
}
#tours .tourh2back{
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 13px;
	height: 20px;
	color: #FFFFFF;
	padding-left: 25px;
	background-image: url(../../naha/common/images/naha_top/h2_kaigai_tours.png);
}

#tours .plan_box{
	overflow:hidden;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 655px;
}
#tours .plan_image{
	float: left;
	border: 1px solid #CCCCCC;
}
#tours .read{
	margin-left: 90px;
}
#tours .price{
	font-weight: bolder;
	background-color: #E6E0D4;
	font-size: 16px;
	background-image: url(../../naha/common/images/naha_top/bt/price.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 50px;
	height: 22px;
	color: #9F1B2A;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#tours .bt{
	text-align: right;
	margin-top: -30px;
	margin-right: 5px;
	margin-bottom: 9px;
}
/* 海外プランリスト　タブ */
#plan_asia,
#plan_euro,
#plan_america,
#plan_mid-east,
#plan_africa{
	margin-left: 8px;
	padding: 5px;
	background-image: url(../../naha/common/images/naha_top/back_bottom-tour.png);
	background-repeat: repeat-x;
	background-position: left top;
	width:661px;
}
/*新聞広告リスト*/
#newspaper{
	font-size: 14px;
}
#newspaper h3{
}
#newspaper ul{
}
#newspaper li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*新聞広告記事*/
#np_entry{
	font-size: 14px;
}
#np_entry h3{
	font-weight: bold;
	font-size: 15px;
}
#np_entry ul{
}
#np_entry li{
}
#np_entry .date{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#np_entry .ns_tours{
	margin-bottom: 10px;
}
#np_entry .box{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#np_entry .sub_titile{
}
#np_entry .pdf{
	text-align: center;
	padding: 5px;
}
#np_entry .check{
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding: 5px;
}
#np_entry .adobereader{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*	海外旅行商品リスト　ページング	*/
#contents #tours .page_nation{
	margin-bottom: 5px;
	float: right;
}
#contents #tours .page_nation ul{
}
#contents #tours .page_nation li{
	display: inline;
	float: left;
	padding: 5px;
	border: 3px solid #CCCCCC;
	font-size:120%;
	line-height: 1em;
	margin-right: 3px;
	background:lightcyan;
}
#contents #tours .page_nation li a:link {
text-decoration: underline;
}

.okinawa_hatsu_social_banners {
	margin: 1rem 0 3rem;
}

.okinawa_hatsu_social_banners p {
margin-top: 1rem;
}

.okinawa_hatsu_social_banners p img.width_fix {
width: 195px;
}

/*	タイ　乃木坂動画設置	*/

#thai_prmovie_cont {
	background-image:url(../../naha/common/images/thai_movie/thai_ngzk_bg.jpg);
	background-repeat:no-repeat;
	height:406px;
	width:685px;
	margin:20px 10px;
	float:left;
}

#thai_prmovie_cont p {
	font-size:16px;
	color:#89361A;
	padding-top:85px;
	padding-left:30px;
}

#thai_movie {
	margin:15px 0px 15px 30px;
}

#thai_movie li {
	float:left;
	padding-right:10px;
}

#thai_sitelinks {
	padding-top:10px;
	padding-left:33px;
	float:left;
}


#thai_sitelinks li {
	float:left;
	padding-right:10px;
}