@charset "Shift_JIS";
/* 初期設定 */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}

/* 全体構造 */

body {
	text-align: center;
	color: #666666;
	font-size: 11px;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#topics {
	width: 760px;
	height: 70px;
	background: #999999;
}

#characteristic {
	float: left;
	width: 375px;
	height: 54px;

}

#pay_way {
	float: left;
	width: 375px;
	height: 54px;
	margin-left: 10px;
}

#left_contents {
	float: left;
	width: 375px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#right_contents {
	float: right;
	width: 375px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 760px;
}

/* 全体設定 */

option { /*ffではこれがないと潰れる。*/
   padding-right:5px;
}

a:link, a:visited, a:hover, a:active {
	color: #139ce2;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

hr {
	width: 345px;
	border-color: #aaaaaa;
	border-width: 1px 0px;
	height: 1px;
	margin: 5px 0px 0px 0px;
}

/* ヘッダ */
#logo {
	float: left;
	vertical-align: bottom;/* 画像下の隙間を無くす */
}
#navigation {
	float: right;
}
#navigation li {
	display: inline;
}

/* タブ */
/* topics */
/* 特徴 */



/* 左右コンテンツ内 */
.content_box {
	width: 375px;
	margin-top:10px;
	background: #ffffff;
}

/* コンテンツヘッダ(HELPとかが入っている部分) */
.content_box_head {
	color: #ffffff;
	height: 29px;
	background-image: url(/images/top/head_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 7px 0px 7px;
	background-color:#36b2f2;
}
.content_box_head img.help{
	float: left;
	margin-top:5px;
	width:50px;
}
.content_box_head h3 {
	line-height:29px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	padding-left:23px;
}
.content_box_head h3.air {
	background:url(/images/top/searchbox/icon_air.gif) no-repeat left center;
}

.content_box_head a:link, .content_box_head a:visited, .content_box_head a:hover, .content_box_head a:active {
	float: right;
	color: #ffffff;
	text-decoration: underline;
}
.content_box_head img.kousin {
	float: right;
	margin-top:5px;
}

/* コンテンツ本体 */

.content_box_body {
	color: #666666;
	background-color: #ffffff;
	border-color: #999999;
	border-style:solid; 
	border-width: 0px 1px 1px 1px;
	padding: 14px;
}

/* 右コンテンツ内、画像＋文章部分 */
.content_node {
	width: 345px;
	padding: 0px;
}
.content_node_half_left {
	float: left;
	width: 167px;
}
.content_node_half_right {
	float: right;
	width: 167px;
}


/* 各ボックス */

/* 海外航空券検索 */
#search .content_box_head {
	color: #000000;
	background-image: url('../images/box_head_orange.jpg');
	background-color:#fdac03;
}
#search .content_box_body {
	background-color: #fee09a;
	border-color: #ffae00;
	font-size: 13px;
	padding-top: 7px;
	padding-right: 0px;
	overflow: visible;
}

#search .content_box_body img {
	vertical-align: bottom;
}

#search .content_box_body a:link, #search .content_box_body a:visited, #search .content_box_body a:hover, #search .content_box_body a:active {
	font-size: 11px;
}

#search fieldset {
	float: left;
	border: none;
	width: 160px;
	color: #000000;
	margin-bottom:8px;
}

#search legend {
	font-weight: bold;
	color: #000000;
	margin-bottom:0px;
	margin-left:-5px;
}

#search hr {
	border-style: solid none;
	border-color: #ffffff #ffffff #ffae00 #ffffff;
	border-width: 1px 0px;
	height: 2px;
	padding: 0px;
	margin-bottom:8px;
}

#search button {
	width: 132px;
	height: 31px;
	background: url(/images/top/searchbox/button.gif) no-repeat;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

#search .button {
	width: 345px;
	text-align: center;
}

#search .round_or_one {
	font-weight: bold;
	margin-bottom:0;
}

#search .round_or_one legend {
	display: none;
}

#search .start_day,
#search .return_day{
	width: 200px;
}

#search .num_of_people{
	width: 340px;
}

#search .num_of_people .child{
	padding-left:3px;
}


#search .start_place,
#search .target_place {
	width: 140px;
}

#search .target_place {
	overflow: visible;
}

#search .target_place input{
	width: 140px;
}

#search .seat, #search .ticket {
	width: 160px;
}


#search .used_air_company {
	width: 320px;
}

#search .used_air_company .left_radio, #search .used_air_company .right_radio {
	float: left;
	width: 160px;
}

#search .start_time_zone, #search .purpose {
	width: 320px;
}

#search .only_direct {
	font-weight: bold;
}

#search .only_direct legend {
	display: none;
}

#search .default_search_condition {
	float: left;
	width: 343px;
	margin-bottom:5px;
}
#add_img {
	float: left;
}

#search .added_search_condition {
	float: left;
	width: 333px;
}

#search .added_search_condition {
	background-color: #ffffff;
	border-style:solid; 
	border-width: 0px 1px 1px 1px;
	border-color: #ffae00;
	padding: 5px 0px 5px 10px;
	margin-top:0px;
}

#search .added_search_condition hr {
	width: 320px;
	clear:both;
}

#search .added_search_condition select {
	width: 120px;
}


#search .more {
	font-size: 10px;
	background: url(/images/top/icon/arrow/allow_orange.gif) no-repeat right top;
	padding-right: 18px;
	padding-top:2px;
	float:right;
	position:relative;
	top:2px;
}



/* 本日開催中キャンペーン */
#campaign .content_box_head {
	background-image: none;
	background-color: #129be1;
}
#campaign .content_box_head h3{
	padding-left:0;
}

#campaign .content_box_body {
	padding: 7px 15px;
	border:1px solid #129be1;
	border-top:0;
}

#campaign .more {
	display: inline;
	font-size:10px;
	height:18px;
	background: url(/images/top/icon/arrow/allow_blue.gif) no-repeat;
	background-position: right;
	padding-right:18px;
}

/* 行き先別・最安値カレンダー */
#calendar h3 {
	background:url(/images/top/searchbox/calendar_icon.gif) no-repeat 0px 7px;
}
#calendar table {
	width: 345px;
	background: #a1d7f3;
	border-width: 3px;
	border-style: solid;
	border-color: #a1d7f3;
	border-collapse: collapse;
	margin: 10px 0px;
}

#calendar thead {
	height: 13px;
	font-weight: bold;
}

#calendar tr {
	font-size: 13px;
	height: 24px;
}

#calendar th {
	padding-left: 10px;
}

#calendar .odd_low { /* 偶数行目 */
	background: #ffffff;
}

#calendar .even_low { /* 奇数行目 */
	background: #d0ebf9;
}

#calendar .destination {
	text-align: left;
}


#calendar .price a:link, #calendar .price a:visited, #calendar .price a:hover, #calendar .price a:active {
	color: #025bb9;
	text-decoration: underline;
}

/* おすすめ特集 */
#recommend h3 {
	background:url(/images/top/icon/recommend.gif) no-repeat 2px 5px;
}
#recommend .content_box_body {
	padding-bottom: 10px;
}

/* PICK-UP　いちおし航空券 */

#pickup h3.pickup {
	background:url(/images/top/icon/pickup.gif) no-repeat 3px 4px;
}

#pickup .content_node {
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	clear:both;
}

#pickup .content_node img {
	float:left;
	padding-right:5px;
	margin-bottom:10px;
	margin-right:3px;
}
#pickup .content_node p.gray_thin{
	margin-left:113px;
}
#pickup a:link, #pickup a:visited, #pickup a:hover, #pickup a:active {/* 目的地リンク用 */
	font-size: 11px;
}
#pickup .blue_thin a:link, #pickup .blue_thin a:visited, #pickup .blue_thin a:hover, #pickup .blue_thin a:active {
	color: #139ce0;
	display: inline;
	font-size:12px;
	
}
/* 旅のサポート */
#support .content_node {
	color: #0000ff;
	font-weight: bold;
	margin-bottom:10px;
	clear:both;
}
#support .content_box_head h3{
	background:url(/images/top/icon/support.gif) no-repeat 1px 5px;
}
#support .content_node img{
	float:left;
	width:105px;
	margin-bottom:5px;
}
#support .content_node p{
	margin-left:115px;
}
#support ul {
	list-style-type: none;
	clear:both;
}

/* お知らせ */
#notice h3{
	background:url(/images/top/icon/notice.gif) no-repeat 2px 6px;
}

#notice .blue_thin a:link, #notice .blue_thin a:visited, #notice .blue_thin a:hover, #notice .blue_thin a:active {
	color: #139ce0;
	margin-top: 10px;
	margin-bottom: 0px;
}

#notice hr {
	border-style: none none dotted none;
}

/* 旅行の準備 */
#prepare h3{
	background: url(/images/top/icon/prepare.gif) no-repeat 0 6px;
}


/* その他 */

.left_mini_allow {
	background: url(/images/top/icon/arrow/mini_allow.gif) no-repeat 0% 50%;
	display: inline;
	padding-left:13px;
}

.left_allow {
	font-size: 14px;
	background: url(/images/top/icon/arrow/allow.gif) no-repeat 0% 50%;
	padding-left:18px;
}

.left_mini_calendar {
	background: url(/images/top/searchbox/calender.gif) no-repeat 2px 0;
	padding:1px 0 1px 21px;
}

.more { /* もっと見る */
	display: block;
	font-size:12px;
	text-align:right;
	height:20px;
	background: url(/images/top/icon/arrow/allow.gif) no-repeat 0% 50%;
	background-position: right;
	padding-right:18px;
}

.blue_bold a:link, .blue_bold a:visited, .blue_bold a:hover, .blue_bold a:active {
	color: #005bb6;
	font-weight: bold;
}

.blue_thin a:link, .blue_thin a:visited, .blue_thin a:hover, .blue_thin a:active {
	color: #139ce0;
}

.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}