/* g01_06 airlines CSS */


/* h2タイトル -------------- */
.underline {
 width:524px;
 margin:10px 10px 0 10px;
 padding-bottom:5px;
 background:url(../../../common/image/img_dot01.gif) repeat-x bottom;
 margin-bottom:10px;
}

h2 {
 font-size:100%;
 font-weight:bold;
}
/* --------------------------- */

div.top {margin:10px 20px 0 20px;}

/* 検索結果テーブル仕様 */
table.search {
	margin-top:5px;
	border-collapse:collapse;
	border-spacing:0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table.search th {
	padding:5px;
	font-weight:normal;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.search td {
	padding:5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

th.col {color:#000000;background:#F2F2F2;text-align:center;}
th.col2 {color:#000000;background:#F2F2F2;text-align:left;}
th.row {text-align:left;}
.t_center {text-align:center;}


