@charset "utf-8";

/* ---------------------------------------------
   基本設定
--------------------------------------------- */
*{ margin:0;padding:0; }

html {
	height:100%;
    }
body {
    margin:0 auto;
    padding:0;
	text-align:left;
    background-color:#FFF;
	background-image:none;
    color:#333;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
    line-height:1.5em;
	font-size:1em;
	/*\*/
	letter-spacing:0.05em;
	/**/
    }

/* 見出し ----------------------------------*/
h1 {
    display:none;
	}
h2 {
    font-size:1.1em;
	color:#F90;
	font-weight:bold;
	padding:20px 0 5px 10px;
	border-left:10px solid #F90;
	border-bottom:1px dashed #F90;
	margin:0 0 20px 0;
	}
h3 {
    font-size:1em;
	color:#369;
	font-weight:bold;
	padding:0 0 0 5px;
	border-left:15px groove #69C;
	margin:0 0 20px 10px;
	line-height:1em;
	clear:both;
	}
h4 {
    font-size:0.9em;
	color:#369;
	font-weight:bold;
	padding:2px 0 2px 5px;
	border-left:10px solid #369;
	border-bottom:1px solid #369;
	margin:20px 0 10px 15px;
	line-height:1.2em;
	}
h5 {
    font-size:0.8em;
	color:#333;
	border-left:10px solid #69C;
	padding:2px 0 2px 5px;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	margin:10px 0 10px 20px;
	}
h6 {
    font-size:0.75em;
	color:#369;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	margin:10px 0 10px 20px;
	border-left:5px double #999;
	padding:0 0 0 5px;
	}
/* 段落・文章----------------------------------*/
#contents p {
    font-size:0.8em;
	text-align:left;
	/*\*/
	letter-spacing:0.05em;
	/**/
	line-height:1.5em;
	margin:10px 0 30px 20px;
	}

/* リンク ----------------------------------*/
a:link {
	color:#36C;
	text-decoration:none;
	overflow:hidden;
    }
a:visited {
	color:#36C;
	text-decoration:none;
	overflow:hidden;
    }
a:hover {
	color:#F90;
	text-decoration:none;
	overflow:hidden;
    }
	
/* リスト・画像 ----------------------------------*/

ul li { list-style-type:none; }

img {
    vertical-align:text-bottom;
	border:0;
	}

img.top {
	float:left;
	padding-bottom:50px;
	}
/* 予約手配のチャート図 */
#main img.chart {
    margin-left:0px;
	margin-bottom:20px;
	}
/* オプション------------------------------------- */
	
/* 右寄せ*/
.alignright{
  float : right;
}
	
/* 左寄せ */
.alignleft {
    float: left;
    }
	
/* クリア */
.clear {
    clear: both;
    }
	
/* 赤文字 */
.point {
	color:#C00;
	}
/* ---------------------------------------------
　全体の囲い
--------------------------------------------- */
#wrapper {
    width:640px;
	background-color:#FFF;
	margin:auto;
	}
	
/* ---------------------------------------------
   ヘッダ
--------------------------------------------- */
#head {
    width:640px;
	height:176px;
	background-image:url(../images/head_bg_print.jpg);
	overflow:hidden;
	}
	#head p {
	display:none;
	}

/* ---------------------------------------------
  コンテンツ部分
--------------------------------------------- */	
#main {
    clear:both;
	width:640px;
	background-color:#FFF;
	padding:0;
	background-image:none;
	}
#contents {
    float:left;
	width:620px;
	padding:0 10px 10px 10px;
	}
/* 燃油サーチャージ0円 */
#contents p.fuel_free {
    background-image:url(../images/fuel_free.jpg);
	width:357px;
	height:138px;
	text-align:center;
	margin:5px auto -5px auto;
	text-indent:-9999px;
	overflow:hidden;
	}
/* 世界63都市から */
#sekai {
    width:489px;
	margin:10px 0;
	}
	#sekai h2 {
    background-image:url(../images/title/sekai.gif);
	width:489px;
	height:51px;
	border:0;
	padding:0;
	margin-bottom:10px;
	text-indent:-9999px;
	}
	#sekai p {
	margin:0 0 10px 5px;
	}
/* 4000名 */
#researcher4000 {
    width:300px;
	margin:10px 0;
	float:left;
	}
	#researcher4000 h2 {
    background-image:url(../images/title/4000.gif);
	width:229px;
	height:84px;
	border:0;
	padding:0;
	margin-bottom:10px;
	text-indent:-9999px;
	}
	#researcher4000 p {
	margin:0 0 10px 5px;
	width:300px;
	}
/* 航空券 */
#ticket {
    width:300px;
	margin:10px 0;
	float:right;
	}
	#ticket h2 {
    background-image:url(../images/title/ticket.gif);
	width:230px;
	height:54px;
	border:0;
	padding:0;
	margin-bottom:40px;
	text-indent:-9999px;
	}
	#ticket p {
	margin:0 0 10px 5px;
	width:300px;
	}
/* No Mistake */
#contents p.eng {
	font-size:1em;
	background-color:#F90;
	clear:both;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	margin:30px 20px 20px 20px;
	width:500px;
	}	
/* ページトップへ */
p.to_top a {
	display:none;
	}
/* 表組み -------------------------------------------*/
table {
	border-collapse:collapse;
	font-size:0.8em;
	margin:0 10px 30px 10px;
	clear:both;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:610px;
	}
table caption {
	color:#369;
	text-align:left;
	line-height:1em;
	font-weight:bold;
	border-left:5px double #999;
	padding:0px;
	padding-left:5px;
	margin-bottom:3px;
	}
	/* indexの料金表 */
	table.top {
	width:610px;
	margin:0 10px 10px 10px;
	line-height:1.2em;
	}
	table.top caption {
	color:#036;
	text-align:right;
	line-height:1.2em;
	margin:0;
	border:0;
	padding:0;
	font-weight:normal;
	}
	table.top th {
	padding:4px 10px;
	}
	table.top td {
	vertical-align:middle;
	padding:4px 10px;
	}
	/* TDの色違い設定 */
	table tr.blue td {
	background-image:url(../images/table/td2.jpg);
	background-repeat:repeat-x;
	background-color:#D9E7FF;
	border-right:1px solid #9AB;
	border-bottom:1px solid #89A;
	}
	table td.blue {
	background-image:url(../images/table/td2.jpg);
	background-repeat:repeat-x;
	background-color:#D9E7FF;
	border-right:1px solid #9AB;
	border-bottom:1px solid #89A;
	}
	/* 業務取扱料金表ページ用 */
	table.price {
	font-size:0.75em;
	/*\*/
	letter-spacing:0.03em;
	/**/
	}
	table.price th {
	padding:5px;
	}
	/* 入れ子テーブル */
	table table {
	margin:5px;
	width:90%;
	}
table th {
	padding:5px;
	border:0;
	background-image:url(../images/table/th.jpg);
	vertical-align:top;
	text-align:left;
	color:#FFF;
	background-color:#6aa8e1;
	background-repeat:no-repeat;
	border-right:1px solid #036;
	border-bottom:1px solid #036;
	}
table th.top {
	background-image:url(../images/table/th_top.jpg);
	}
table th a {
	color:#FFF;
	text-decoration:underline;
	}
	table th a:visited {
	color:#FFF;
	text-decoration:underline;
	}
	table th a:hover {
	color:#F90;
	text-decoration:underline;
	}
table td {
	padding:5px;
	border:0;
	background-image:url(../images/table/td.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
	background-color:#FFF;
	border-right:1px solid #BDF;
	border-bottom:1px solid #9BA;
	}
table td li{
    list-style-type:disc;
	margin:0 0 10px 15px;
	line-height:1.4em;
	}
/* Form設定 -----------------------------------*/
textarea {
    font-size:1em;
	color:#036;
	}
input.button {
	color:#036;
	float:right;
	margin-right:20px;
	}
/* UL OLリスト -----------------------------------*/

#contents ul, ol {
    margin:10px 0 20px 40px;
	font-size:0.8em;
	text-align:left;
	list-style-type:disc;
	line-height:1.5em;
	}
	#contents ol ol {
    margin-top:10px;
	}
	#contents ul li {
	list-style-type:disc;
	margin-bottom:10px;
	}
	#contents ol li {
	list-style-type:decimal;
	margin-bottom:30px;
	}
	#contents ol ol li {
    margin-top:0px;
	margin-bottom:10px;
	}
	#contents ol li ul li {
	list-style-type:disc;
	}
	#contents ol li ul li ol li {
	list-style-type:decimal;
	}
	#contents li li {
	font-size:1.25em;
	}

/* リスト内の段落 */
#contents li p {
    margin:10px;
	font-size:1em;
	}
/* DLリスト -----------------------------------*/
dl {
    margin:0 0 10px 10px;
	font-size:0.8em;
	text-align:left;
	border-bottom:1px dashed #CCC;
	border-left:5px double #CCC;
	line-height:1.5em;
	}
dt {
	float:left;
	padding-left:10px;
	font-weight:bold;
	}
dd {
    margin-left:150px;
	}

#contents dl.link {
    margin:0 0 10px 10px;
	font-size:0.8em;
	text-align:left;
	border-bottom:1px dashed #CCC;
	border-left:0;
	line-height:1.5em;
	}
	#contents dl.link dt {
	margin-left:0px;
	border-left:5px double #999;
	}
	#contents dl dd {
    margin-left:200px;
	}
/* リンク集の色分け */
#yobiyose {
    border:1px solid #ABC;
	border-left:10px solid #ABC;
	background-color:#F0F9FF;
	padding:5px 5px 5px 0;
	width:590px;
	margin:0 0 20px 20px;
	}
	#yobiyose p {
    margin:0 10px 0 500px;
	}
#qm {
    border:1px solid #CCA;
	border-left:10px solid #CCA;
	background-color:#FFFFF0;
	padding:5px 5px 5px 0;
	width:590px;
	margin:0 0 20px 20px;
	}
	#qm p {
    margin:0 10px 0 500px;
	}
#swc {
    border:1px solid #ACA;
	border-left:10px solid #ACA;
	background-color:#F0FFF0;
	padding:5px 5px 5px 0;
	width:590px;
	margin:0 0 20px 20px;
	}
	#swc p {
    margin:0 10px 0 500px;
	}
/* ---------------------------------------------
  フッター
--------------------------------------------- */
#foot {
    clear:both;
    width:640px;
	height:52px;
	background-image:url(../images/foot_bg_print.gif);
	padding:128px 0 0 0px;
	}
#foot p {
	color:#06F;
	font-size:0.75em;
	/*\*/
	letter-spacing:0em;
	/**/
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:145px;
	}
/* ---------------------------------------------
  メニュー
--------------------------------------------- */	
#menu {
    width:640px;
	}
	#menu ul {
    display:none;
	}
	
	/* ロゴ ----------------------------------------*/
    #menu ul.logo {
	display:block;
    float:right;
	margin:0 5px;
    }
	#menu ul.logo li {
	float:left;
	border:0;
	padding:0;
	margin:0 5px;
	vertical-align:middle;
	}
	#menu ul.logo li a {
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	}
	/*ANTA*/
	#menu ul.logo li a.anta {
    background-image:url(../images/logo/anta.gif);
	width:65px;
	height:39px;
	}
	
	/*WYSET*/
	#menu ul.logo li a.wyset {
    background-image:url(../images/logo/wyset.gif);
	width:82px;
	height:41px;
	}
	
	/*SAJ*/
	#menu ul.logo li a.saj {
    background-image:url(../images/logo/saj.gif);
	width:42px;
	height:34px;
	}
	
/* 噴出し ------------------------------------------*/
#hukidashi {
    display:none;
	}
	
/* SAJリンクコーナー -------------------------------*/
#saj {
	display:none;
	}
