@charset "UTF-8";

/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #484848;
	line-height: 1.5em;
}

* html body{
/* for WInIE6 */
	font-size: 75%;
	font-family: Verdana,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5em;
	height:100%;
 }

*;first-child+html body{
/* for WInIE7 */
	font-size: 75%;
	font-family: "メイリオ",Meiryo,sans-serif;
	line-height: 1.5em;
 }

/* ---------------------------------------------------------
文字リンク設定
--------------------------------------------------------- */

/*リンク色（青）*/
a:link {color:#0047a7;}
a:visited {color:#0047a7;}
a:hover {color:#666666;}


/* 格安航空券　1行広告 */

div.ad_air {
	display: block;
	width: 745px;
	height: 35px;
	position: relative;
	clear: both;
}
.w580 div.ad_air {
	display: block;
	width: 562px;
	height: 35px;
	position: relative;
	clear: both;
}

div.ad_air_tt {
	display: block;
	float:left;
	width: 130px;
}

div.ad_air_tx {
	display: block;
	float:left;
	width: 615px;
	background: url(/addin/images/ad_airTx_bg.gif) no-repeat;
}

.w580 div.ad_air_tx {
	display: block;
	float:left;
	width: 432px;
	background: url(/addin/images/ad_airTx_bg.gif) no-repeat right 0;
}

div.ad_air_tx p {
	display: block;
	margin: 3px 0 0 0;
	line-height: 2.6em;
	font-size: 13px;
	padding-left:6px;
	font-weight: bold;
	overflow: hidden;
	width: 510px;
	height: 32px;
}

div.ad_air img.btn {
	position: absolute;
	top: 5px;
	right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
