@charset "utf-8";
/*formatting style 
サイト全体の基本フォントのスタイル(特に定義しない場合このフォマットとなる)
--------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #666;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link styles　
サイト全体の基本リンクスタイル(特に定義しない場合このスタイルとなる)
--------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/* basic layout
サイトの全体のレイアウト定義、各テンプレートから参照
--------------------------------------*/
#wrapper {
	background-color: #FFF;
	width: 960px;
	border-right: 2px solid #6db92b;
	border-left: 2px solid #6db92b;
	margin: 0px auto;
}
#main {
	margin-bottom: 5px;
	clear: both;
	padding: 0px;
	height: auto;
}
#content{
	padding: 12px;
	float: right;
	width: 720px;
	margin-bottom: 20px;
	display:inline;
}
#sidebar {
	padding: 6px;
	float: left;
	width: 204px;
	margin-bottom: 20px;
	display:inline;
	margin-top: 36px;
}
#footer {
	padding: 15px;
	clear: both;
	background-color: #333;
	color: #FFF;
	height: 40px;
}
#sitemap{
	margin-bottom: 5px;
	clear: both;
	padding: 30px;
	height: auto;
}
/* header styles
ヘッダのスタイル(ロゴの位置、リンクスタイルの定義等)
--------------------------------------*/
#header {
	height: 380px;
	position: relative;
}
#header #logo {
	position: absolute;
}
#header ul {
	background-color: #FFFFFF;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 66px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 160px;
	background-color: #6db92b;
	border-top: none;
	border-bottom: 1px solid #6db92b;
	border-left: none;
	text-align: center;
	display: block;
	border-right-style: none;
}
#header ul li a:hover {
	color: #FFFF00;
	border-bottom: 1px solid #FFFF00;
}
#header #topimg {
	position: absolute;
	left: 0px;
	top: 90px;
}
#header #h2title {
	position: absolute;
	left: 0px;
	top: 330px;
	width: 480px;
}
#header #topintro {
	right: 0px;
	top: 0px;
	position: absolute;
}
#header p {
	float: right;
	bottom: 7px;
	position: absolute;
	height: auto;
	left: 490px;
	width: 441px;
	text-align: right;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 6px;
}
#whiinfo #header #n_whiinfo a,
#news #header #n_news a, 
#service #header #n_service a, 
#summeropt #header #n_summeropt a, 
#winteropt #header #n_winteropt a, 
#faq #header #n_faq a {
	color: #FFFFFF;
	background-color: #007542;
	border-bottom: 1px solid #006600;
}
/* top page header styles
トップページのヘッダスタイル(トップページだけ基本レイアウトと異なる)
--------------------------------------*/
#top_header {
	height: 204px;
	position: relative;
}
#top_header ul {
	background-color: #FFFFFF;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 180px;
}
#top_header ul li {
	float: left;
	list-style: none;
}
#top_header ul li a {
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 160px;
	background-color: #6db92b;
	border-top: none;
	border-bottom: 1px solid #6db92b;
	border-left: none;
	text-align: center;
	display: block;
	border-right-style: none;
}
#top_header ul li a:hover {
	color: #FFF;
	background-color: #007542;
}
#top_header #topimg {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*　top page layout
トップページのレイアウト
--------------------------------------*/
#top_main{
	padding: 6px;
	float: left;
	width: 660px;
	margin-bottom: 6px;
	display:inline;
	margin-top: 12px;
	display:inline;
}
#top_side {
	padding: 12px;
	float: right;
	width: 264px;
	margin-bottom: 20px;
	display:inline;
	margin-top: 12px;
}
/*　top page main service div styles
トップページのジャパナダサービスメニューのスタイル
--------------------------------------*/
.top_servicemenu {
	float: left;
	margin-top: 12px;
	width: 192px;
	height: 256px;
	background-image: url(../image/toppage/top_servicemenu_bg.gif);
	margin-left: 12px;
}
/*　top page time div styles
時間を表示するdivのスタイル
--------------------------------------*/
#time {
	float: left;
	margin-top: 0px;
	width: 45%;
	margin-left: 6px;
}
#time img {
	float: left;
	margin-right: 12px;
}
#Japan div input {
	width: 180px;
	text-align: center;
	border: 1px solid #666;
	margin-right: 12px;
}
#Whistler div input {
	width: 180px;
	text-align: center;
	border: 1px solid #666;
}
/*　top page main news table style 
トップページのニュース用テーブルスタイル
--------------------------------------*/
.table09 {
	width: 95%;
	font-size: 100%;
	margin-bottom: 12px;
}
.table09 th {
	padding-top: 3px;
}
.table09 td {
	border-bottom: 1px dotted #999;
	padding-top: 3px;
	padding-left: 6px;
}
.table09 td a {
	text-decoration: none;
}
.table09 td a:visited {
	text-decoration: none;
	color: #333;
}
.table09 td a:hover {
	color: #F00;	
}
/*　top page main service table style
トップページの「ジャパナダの主なサービス」用テーブルスタイル
--------------------------------------*/
.table10 {
	float: left;
	clear: both;
	width: 97%;
	border-collapse:collapse;
	margin-bottom: 6px;
}
/*　top page main service button styles
トップページの「ジャパナダの主なサービス」の詳細ボタンスタイル
--------------------------------------*/
.btn {
	font-size: 12px;
	text-align: right;
}
.btn a {
	background-image: url(../image/arrow3.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px top;
	text-decoration: none;
	padding-top: 2px;
}
.btn a:visited {
	text-decoration: none;
}
.btn a:active {
	background-image: url(../image/arrow3_hover.gif);
	text-decoration: none;
}
.btn a:hover {
	color: #F00;
}
/*　top page main fomat styles
トップページの基本フォントスタイル
--------------------------------------*/
#top_main h1 {
	background-position: 3px center;
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	margin-right: 6px;
	margin-left: 6px;
	font-size: 16px;
	border-bottom: 1px solid #6DB92B;
	margin-bottom: 6px;
	padding-left: 12px;
	clear: both;
	
}
#top_main h2 {
	font-size: 14px;
	padding-left: 12px;
	padding-top: 3px;
}
#top_main p {
	font-size: 12px;
	clear: both;
	padding: 6px;
}

/* top page side fomat styles
トップページの右サイドのフォント、リンクスタイル
--------------------------------------*/
#top_side h1 {
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 6px;
	border-bottom: 1px solid #6DB92B;
	background-position: 6px;
	padding-left: 24px;
}
#top_side p {
	padding-right: 6px;
	padding-left: 6px;
	clear: both;
	font-size: 12px;
}
#top_side p a {
	text-decoration: none;
}
#top_side p a:visited {
	color: #333;
}
#top_side p a:hover {
	text-decoration: underline;
}
#top_side img {
	float: left;
	clear: both;
}
/* top page side google serch styles
トップページ右サイドのGoogle検索スタイル
--------------------------------------*/
#top_side .googlebox {
	background-color: #FFF;
	border: 1px solid #6DB92B;
	height: 18px;
	width: 150px;
	float: left;
}
#top_side .googleboxbt {
	color: #333;
	font-weight: normal;
	background-position: center center;
	border: 1px solid #6DB92B;
	background-color: #FFF;
	height: 20px;
}

/* content format styles
content divのフォントフォーマットスタイル
--------------------------------------*/
#content h3 {
	height: 18px;
	width: 95%;
	background-image: url(../image/h3/h3.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin: 12px 6px 6px 0px;
}
#content h4 {
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	background-position: 6px top;
	font-size: 14px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left: 16px;
	padding-right: 12px;
}
#content h5 {
	font-size: 12px;
	background-image: url(../image/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 12px;
}
#content h5 a {
	color: #e42122;
	text-decoration: none;
}
#content h5 a:hover {
	text-decoration: underline;
}
#content p {
	line-height: 1.8;
	padding-right: 30px;
	padding-left: 12px;
	clear: both;
	font-size: 120%;
	margin-bottom: 6px;
}
#content p.bold {
	line-height: 1.8;
	padding-right: 30px;
	padding-left: 12px;
	clear: both;
	font-size: 120%;
	margin-bottom: 6px;
	font-weight: bold;
}
/* p align right(move top) 
「このページのトップに戻る」のスタイル
--------------------------------------*/
#content p.right {
	float: right;
	margin-right: 12px;
	font-size: 100%;
}
/* voice letter title style
お客様の声のタイトルスタイル
--------------------------------------*/
#content p.voicetitle {
	font-size: 120%;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 25px;
	background-image: url(../voice/image/voice.gif);
	background-repeat: no-repeat;
	clear: both;
	border-top: 2px solid #6DB92B;
	margin-right: 36px;
	margin-left: 12px;
	background-position: left;
}
/* voice 100day Q&A style
--------------------------------------*/
#content dl dt.voice_q{
	background-image: url(../voice/image/people/01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
	padding-left: 24px;
	margin-left: 6px;
	margin-top: 12px;
}
#content dl dd.voice_a1 {
	background-image: url(../voice/image/people/02.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	background-position: 6px 3px;
	margin-top: 6px;
	padding-left: 30px;
	margin-right: 24px;
	line-height: 1.8em;
	font-size: 120%;
}
#content dl dd.voice_a2 {
	background-image: url(../voice/image/people/03.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	background-position: 6px 3px;
	margin-top: 6px;
	padding-left: 30px;
	margin-right: 24px;
	line-height: 1.8em;
	font-size: 120%;
}
#content dl dd.voice_a3 {
	background-image: url(../voice/image/people/04.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	background-position: 6px 3px;
	margin-top: 6px;
	padding-left: 30px;
	margin-right: 24px;
	line-height: 1.8em;
	font-size: 120%;
}
/* title green underbar style
タイトルにグリーンのアンダーバーが付くスタイル(テーブル内用)
--------------------------------------*/
.title_ul {
	background-position: 6px center;
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	text-indent: 3px;
	margin-right: 6px;
	margin-left: 6px;
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	margin-bottom: 6px;
}
/* title green underbar style
タイトルにグリーンのアンダーバーが付くスタイル(幅指定)
--------------------------------------*/
.title_ul2 {
	width: 89%;
	background-position: 6px center;
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	text-indent: 3px;
	margin-left: 6px;
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	margin-bottom: 6px;
}

/* diarly staff name
スタッフのひとこと日記でスタッフの名前のスタイル
--------------------------------------*/
.name {
	border-bottom: 1px solid #6DB92B;
	margin-right: 12px;
	margin-left: 12px;
	text-align: right;
	font-style: italic;
	margin-bottom: 24px;
}
/* tour menu div style
夏のツアー、冬のツアートップメニューのスタイル
--------------------------------------*/
.tourmenudiv {
	width: 330px;
	float: left;
	margin-right: 12px;
	height: 150px;
	margin-bottom: 12px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(../image/tourmenudivbg.gif);
	background-repeat: repeat-y;
}
.tourmenudiv img {
	padding: 3px;
	border: 1px solid #6db92b;
	float: left;
	margin-right: 6px;
}
.tourmenudiv .menutext {
	font-size: 12px;
}
.tourmenudiv .menutext a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
.tourmenudiv .menutext a:hover {
	text-decoration: underline;
}
.tourmenudiv .menutext a:visited {
	text-decoration: #333;
}
/* tour menu dl style
夏のツアー、冬のツアーサブメニューのスタイル
--------------------------------------*/
#content dl {
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 24px;
}
#content dl dt {
	clear: both;
	padding-top: 3px;
}
#content dl dt a {
	padding: 3px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 6px;
}
#content dl dt a:hover {
	border: 1px solid #6db92b;
}
#content dl dd {
	margin-bottom: 6px;
}
#content dl dd h5 {
	margin-left: 84px;
}
#content dl .ddtextarea {
	margin-left: 84px;
	line-height: 1.4em;
	margin-right: 24px;
}
#content dl .levelicon {
	margin-left: 84px;
}
#content dl .levelicon img {
	margin-right: 3px;
}
/* content faq dl styles
よくある質問のQ&Aスタイル
--------------------------------------*/
#content dl dt#faq_q1,
#content dl dt#faq_q2,
#content dl dt#faq_q3,
#content dl dt#faq_q4,
#content dl dt#faq_q5,
#content dl dt#faq_q6,
#content dl dt#faq_q7,
#content dl dt#faq_q8,
#content dl dt#faq_q9,
#content dl dt#faq_q10,
#content dl dt#faq_q11,
#content dl dt#faq_q12,
#content dl dt#faq_q13,
#content dl dt#faq_q14,
#content dl dt#faq_q15,
#content dl dt#faq_q16,
#content dl dt#faq_q17,
#content dl dt#faq_q18,
#content dl dt#faq_q19,
#content dl dt#faq_q20,
#content dl dt#faq_q21,
#content dl dt#faq_q22{
	background-image: url(../faq/image/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
	padding-left: 24px;
	margin-left: 6px;
}
#content dl dd.faq_a {
	background-image: url(../faq/image/a.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	background-position: left 3px;
	margin-top: 6px;
	line-height: 1.8em;
	padding-left: 24px;
	margin-right: 24px;
	font-size: 120%;
}
/* content list styles
content divのリストスタイル(リストの基本スタイル)
--------------------------------------*/
#content ul{
	margin-top: 6px;
	font-size: 120%;
	margin-left: 12px;
}
#content ul li {
	background-image: url(../faq/image/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 24px;
	background-position: 9px 6px;
	margin-bottom: 6px;
	margin-right: 30px;
}
#content ul li a{
	color: #333;
	text-decoration: none;
}
#content ul li a:hover{
	color: #000;
	text-decoration: underline;
	
}
#content dd.top {
	float: right;
	margin-right: 12px;
}
/* content tourdetail table styles
各ツアーの詳細ページにて「ツアー内容」テーブルスタイル
--------------------------------------*/
.table02 {
	margin-bottom: 6px;
	border-collapse:collapse;
	margin-top: 6px;
	margin-left: 12px;
	width: 90%;
}
.table02 th {
	text-align: left;
	padding: 5px 15px;
	color: #333;
	font-size: 12px;
	vertical-align: top;
	width: 120px;
	background-color: #CCC;
}
.table02 td {
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}
/*.table02 td img {
	margin-right: 6px;
	float: left;
}*/
.table02 td img {
	margin-left: 6px;
}

.table02 th.odd {
	background-color: #BEBEBE;
}
#content #book {
	float: right;
	margin-right: 12px;
}
#content #booktext {
	clear: left;
	padding: 6px 180px 12px 18px;
}
/* news weather layout div styles
最新情報の天気と写真divの位置とスタイル
--------------------------------------*/
#weatherdiv {
	float: left;
	width: 270px;
	margin-top: 6px;
}
#newsphotodiv {
	float: left;
	width: 384px;
	margin-top: 6px;
	margin-left: 24px;
}
#topicsdiv {
	clear: both;
}
/* news weather table styles
最新情報の天気テーブルスタイル
--------------------------------------*/
.table03 {
	border-style: none;
	width: 260px;
	margin-top: 6px;
	margin-left: 6px;
	border-collapse:collapse;
}	
.table03 th {
	text-align: left;
	padding: 5px 15px;
	color: #333;
	font-size: 12px;
	vertical-align: top;
	background-color: #CCC;
	width: 90px;
}
.table03 td {
	padding: 5px 15px;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.table03 th.odd {
	background-color: #BEBEBE;
}
/* photo frame styles
フォトフレームスタイル(Class)
--------------------------------------*/
.photoframe {
	margin-top: 6px;
	margin-left: 6px;
	padding: 3px;
	border: 1px solid #CCC;
}
/* news photo div p styles
最新情報の写真div内の文字位置
--------------------------------------*/
#newsphotodiv p {
	text-align: center;
}
/*news topics dl style
最新情報のトピックススタイル
--------------------------------------*/
#content dl.topics {
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 24px;
}
#content dl.topics dt {
	clear: both;
	padding-top: 3px;
	font-size: 120%;
	font-weight: bold;
	float: left;
}
#content dl.topics dt a {
	padding: 3px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 6px;
	font-size: 120%;
}
#content dl.topics dt a:hover {
	border: 1px solid #6db92b;
}
#content dl.topics dd {
	margin-bottom: 6px;
	padding-top: 3px;
}
#content dl.topics dd h5 {
	margin-left: 84px;
	font-size: 16px;
}
#content dl.topics .ddtextarea {
	margin-left: 84px;
	line-height: 1.4em;
	margin-right: 24px;
	font-size: 120%;
	margin-bottom: 12px;
}
/* optstatus.html statustable styles
ツアーの催行状況のテーブルスタイル
--------------------------------------*/
.table04 {
	width: 690px;
	margin-left: 3px;
	margin-top: 12px;
	border-collapse:collapse;
}
.table04 .tourlist {
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}
.table04 .tourlist a:link {
	text-decoration: none;
}
.table04 .tourlist a:visited {
	color: #333;
	text-decoration: none;
}
.table04 .tourlist a:hover {
	color: #F00;
}
.table04 th {
	padding: 5px;
	color: #333;
	font-size: 12px;
	background-color: #CCC;
}
.table04 th.odd {
	width: 54px;
	background-color: #BEBEBE;
}
.table04 td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
.table04 td.red {
	color: #F00;
}
.table04 td img {
	float: left;
	margin-right: 6px;
}
/* companyinfo staff layout
スタッフ紹介のプロファイル、写真、資格divスタイル
--------------------------------------*/
#content .staffprofile {
	float: left;
	width: 420px;
}
#content .staffspec {
	float: left;
	width: 690px;
	border-bottom: 2px solid #6DB92B;
	margin-bottom: 12px;
}
#content .staffphoto {
	float: right;
	width: 210px;
	margin-right: 36px;
}
/* service menu styles
ホテル写真スタイル
--------------------------------------*/
#content .hotelphoto {
	float: left;
	width: 228px;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 6px;
}
/* service hotel、traffic table styles
ホテル、交通の価格テーブルスタイル
--------------------------------------*/
.table01 {
	width: 690px;
	margin-left: 3px;
	margin-top: 12px;
	border-collapse:collapse;
	margin-bottom: 12px;
}
.table01 th {
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #999;
	border: 1px solid #666;
}
.table01 th a  {
	text-decoration: none;
	color: #FFF;
}
.table01 th a:visited {
	color: #FFF;
	text-decoration: none;
}
.table01 th a:hover {
	color: #000;
	text-decoration: underline;
}
.table01 td {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
}
.table01 td.blueword {
	color: #00F;
	
}
.table01 td.textarea {
	padding: 5px;
	border: 1px solid #666;
	text-align: left;
}
.table01 .textarea img {
	float: left;
	margin-right: 6px;
}
/*traffic table styles
ウィスラー内の巡回ホテル一覧表テーブル
--------------------------------------*/
.table05 {
	width: 690px;
	margin-left: 3px;
	margin-top: 12px;
	border-collapse:collapse;
	margin-bottom: 12px;
}
.table05 th {
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #999;
	border: 1px solid #666;
}
.table05 td {
	padding: 5px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.table05 td.yellow {
	background-color: #FFC;
	border: 1px solid #666;
}
/*servicemenu table06、07、08 styles
--------------------------------------*/
.table06 {
	width: 690px;
	margin-left: 3px;
	margin-top: 12px;
	border-collapse:collapse;
	margin-bottom: 12px;
}
.table06 img {
	padding: 3px;
	border: 1px solid #6db92b;
	text-align: center;
}
.table06 td {
	width: 33%;
	vertical-align: top;
}
.table06 .textarea {
	font-size: 12px;
}
.table06 .textarea a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
.table06 .textarea a:hover {
	text-decoration: underline;
}
.table06 .textarea a:visited {
	text-decoration: #333;
}
.table06 .textarea #pdf {
	padding: 0px;
	border: 1px solid #FFF;
	vertical-align: text-bottom;
}

/*ランキング,スタッフの体験記テーブルスタイル
--------------------------------------*/
.table07 {
	width: 690px;
	padding: 3px;
}
.table07 td {
	padding: 3px 3px 3px 6px;
	vertical-align: top;
	font-size: 12px;
}
.table07 .ranktitle1 {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/ranking/01.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
}
.table07 .ranktitle2 {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/ranking/02.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
}
.table07 .ranktitle3 {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/ranking/03.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
}
.table07 .ranktitle4 {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/ranking/04.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
}
.table07 .ranktitle5 {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/ranking/05.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
}
.table07 .reptitle {
	font-weight: bold;
	border-bottom: 2px solid #6DB92B;
	background-image: url(../image/report_icon.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	background-position: left center;
}
.table07 .winimg {
	float: left;
	margin-right: 6px;
	padding: 3px;
	border: 1px solid #CCC;
	margin-left: 0px;
}
.table07 .sumimg {
	float: left;
	margin-right: 6px;
	padding: 3px;
	border: 1px solid #6DB92B;
	margin-left: 0px;
}
.table07 .ranktitleimg {
	padding-bottom: 0px;
}
.table07 td a {
	text-decoration: none;
	padding-right: 6px;
	font-size: 12px;
}
.table07 td a:hover {
	color: #F00;
}
.table07 td a:visited {
	text-decoration: none;
}
/*コーディネート履歴テーブル
--------------------------------------*/
.table08  {
	width: 600px;
	margin-left: 3px;
	margin-top: 12px;
	border-collapse:collapse;
	margin-bottom: 12px;
	border-top: 1px dotted #CCC;
}
.table08 th {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCC;
	width: 100px;
	text-align: right;
	padding: 3px 6px 3px 3px;
	vertical-align: text-top;
}

.table08 td {
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}
.table08 td.image {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.table08 img {
	padding: 3px;
	border: 1px solid #6db92b;
	text-align: center;
}
.voicetext {
	background-image: url(../image/voice_txt_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 24px;
	padding: 48px 24px 36px;
	font-size: 120%;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	width: 606px;
}
.voicemenu {
	background-color: #FF9;
	padding: 3px;
	width: 630px;
	margin-left: 24px;
}
.voicemenu td {
	width: 210px;
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
}
.voicemenu td img {
	margin-right: 6px;
	float: left;
	vertical-align: middle;
}
.voicemenu td a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
.voicemenu td a:hover {
	color: #F00;
}
.voicemenu td a:visited {
	text-decoration: none;
}
/* service hotel、traffic table styles
ホテル、交通の価格テーブルスタイル
--------------------------------------*/
.table11 {
	width: 690px;
	margin-left: 3px;
	margin-top: 3px;
	border-collapse:collapse;
	margin-bottom: 12px;
}
.table11 th {
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #999;
	border: 1px solid #666;
	width: 90px;
}
.table11 td {
	padding: 3px;
	border: 1px solid #666;
	text-align: center;
	width: 140px;
}
.table11 td img {
	margin-right: 6px;
}
/*  align of image
写真の位置：中央
--------------------------------------*/
.centerimg {
	text-align: center;
	margin-bottom: 6px;
}
/*  align of image
写真の位置：左(左の写真を文字で囲むことが可能)
--------------------------------------*/
.leftimg {
	margin-bottom: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	float: none;
	clear: both;
}
.leftimg img {
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.leftimg iframe {
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
/*  align of image
写真の位置：右(右の写真を文字で囲むことが可能)
--------------------------------------*/
.rightimg {
	margin-bottom: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	float: none;
	clear: both;
}
.rightimg img {
	float: right;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 12px;
}
.notice_title {
	margin-bottom: 0px;
	margin-left: 12px;
	vertical-align: bottom;

}
.notice_text {
	background-color: #FCC;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 60px;
	padding: 12px;
}


/*　sidebar styles
サイドバーのメニュースタイル
--------------------------------------*/
#sidebar img {
	padding-top: 6px;
}
#sidebar h3 {
	width: 200px;
	margin: 1px 0px 0px;
	line-height:2;
	font-size: 12px;
	background-color: #6DB92B;
	text-indent: 6px;
	border-right: 1px solid #6DB92B;
	border-left: 1px solid #6DB92B;
	color: #FFF;	
}
#sidebar h3 a{
	color: #FFF;
	text-decoration: none;
}
#sidebar h3 a:hover {
	color: #FF0;
}
#sidebar h4 {
	width: 200px;
	margin: 0px;
	line-height:2;
	font-size: 12px;
	background-color: #FFFF79;
	text-indent: 18px;
	border-right: 1px solid #6DB92B;
	border-left: 1px solid #6DB92B;
	background-image: url(../image/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	
}
#sidebar h4 a{
	text-decoration: none;
}
#sidebar h4 a:hover {
	color: #F00;
}
#sidebar ul {
	width: 200px;
	margin: 0;
	line-height:2;
	font-size: 12px;
	border-right: 1px solid #6DB92B;
	border-bottom: 1px solid #6DB92B;
	border-left: 1px solid #6DB92B;	
}
#sidebar ul li{
	list-style: none;
	border-top: 1px dotted #6DB92B;
	text-indent: 18px;
}
#sidebar ul li a {
	text-decoration: none;
	width: 200px;
	display: block;
	background-image: url(../image/arrow.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	background-color: #FFFF79;
	background-image: url(../image/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#sidebar ul li a:visited {
	color: #333;
}
#sidebar ul li.list02{
	list-style: none;
	border-top: 1px dotted #6DB92B;
	text-indent: 27px;
}
#sidebar ul li.list02 a {
	text-decoration: none;
	width: 200px;
	display: block;
	background-image: url(../image/arrow2.gif);
	background-position: 12px center;
	background-repeat: no-repeat;
}
#sidebar ul li.list02 a:hover {
	background-image: url(../image/arrow2_hover.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
/* sitemap main styles
サイトマップのフォント、リンク、リストスタイル
--------------------------------------*/
#sitemap h4 {
	font-size: 14px;
	background-image: url(../image/h4/h4.gif);
	background-repeat: no-repeat;
	background-position: 6px top;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left: 16px;
	padding-right: 12px;
}
#sitemap h4 a {
	text-decoration: underline;
}
#sitemap h4 a:visited {
	color: #000;
}
#sitemap h4 a:hover {
	text-decoration: none;
}
#sitemap h5 {
	font-size: 12px;
	background-image: url(../image/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 12px;
}
#sitemap h5 a {
	text-decoration: underline;
}
#sitemap h5 a:hover {
	text-decoration: none;
}
#sitemap h5 a:visited {
	color: #333;
}
#sitemap ul {
	border: 1px solid #CCC;
	padding: 6px 12px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 12px;
	background-color: #F0F0F0;
}
#sitemap ul li {
	display: inline;
	list-style: none;
	margin-right: 5px;
	font-size: 110%;
}
#sitemap ul li a {
	color: #333;
}
#sitemap ul li a:hover {
	text-decoration: none;
}
#sitemap ul li a:visited {
	color: #333;
}

#content h6 {
	font-size: 12px;
	background-image: url(../image/link_page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 12px;
}
#content h6 a {
	color: #e42122;
	text-decoration: none;
	font-weight: bold;
}
#content h6 a:hover {
	text-decoration: underline;
}
/* footer styles
フッターのリスト、リンク、フォントスタイル
--------------------------------------*/
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	float: right;
	margin: 0px;
}
/*　jump page layout
古いページからのジャップしたときのページのヘッダーのレイアウト
--------------------------------------*/
#jump_header {
	height: 120px;
	position: relative;
}
#jump_main {
	height: 360px;
	padding: 30px;
}
/*　jump page header style
古いページからのジャップしたときのページのヘッダーのスタイル
--------------------------------------*/
#jump_header #logo {
	position: absolute;
}
#jump_header #topintro {
	right: 0px;
	top: 0px;
	position: absolute;
}

