/* マージン初期化 
form {
margin:0px;
padding:0px;
}
*/
/* BODYの定義 
body {
background-position:center;
background-color:#FFFFFF;

}
*/
/* 基本書体（フォントファミリー・フォントカラー定義） 
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input, select {
font-family: "ＭＳ Ｐゴシック", Osaka, sanserif;
color:#4C4C4C;
}
*/
/* 文字サイズ  
body, td, strong, em {
font-size: 12px;
line-height: 14px;
font-weight: normal;
}
*/
/* フォーム要素 
form, input, select {
font-size: 11px;
}
*/


img{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


/* add 071110 画像リンクロールオーバー  */
a:hover img.btn2 {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* ────────────────────────── */

/* ━━━━━CHサーチボックス━━━━━ */
#ch_searchbox {
display:block;
width:758px;
height:35px;
background:url(../img/search_box_h.gif);
background-repeat:no-repeat;
text-align:right;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

/* 検索テーブル */
table#tdb_table-01 {
    width: 758px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
		margin:0 0 10px 0;
}

table#tdb_table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
#searchbox table#tdb_table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}


table#tdb_table-01 table th {
    border: none;
}
table#tdb_table-01 table td {
    border: none;
}

table#tdb_table-01 select#hotel_id {
    width: 600px;
}

table#tdb_table-01 select#airline {
    width: 600px;
}


/* ボックス内部のテーブル */
table.tdb_inbox {
    width: 98%;
    border: none !important;
    border-collapse: collapse;
    border-spacing: 0;
		margin:5px 0 0 5px;
}
table.tdb_inbox th {
    padding: 3px;
    border: none !important;
    background: #FFFFFF;
    font-weight: normal;
    line-height: 110%;
    text-align: center;
    white-space: nowrap;
		font-size:11px; 
}
table.tdb_inbox td {
    padding: 3px;
    border: none;
    white-space: nowrap;
		font-size:11px;
}

/* 項目スタイル */
.ch {
font-weight:bold;
margin:0px 5px 0px 5px;
line-height:15px;
}

/* フィールドセット */
fieldset {
border:none;
}

#tdb_codebk {
background:url(../img/codebk.gif) no-repeat;
height:30px;
padding:5px;
}


/* カレンダー */
#calendar-container {
  display:  none; 
  position: absolute;
  z-index:  1;
}

