/*　ナビゲーションレイアウト
----------------------------------------------- */
@charset "shift_jis";

#navi{
	margin:3px 0 9px 182px;
	padding:0;	
}
#navi ul{
	margin:0;
	width:;
	height:72px;
	list-style-type:none;
}
#navi li{
	float:left;
	margin-right:4px;
}
/*　ナビボタン設定
----------------------------------------------- */
#navi a{
	overflow:hidden; 
	text-indent:-9999em;
	display:block;
	width:77px;
	height:72px;
	background-image:url(../images/navi_btn.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	outline:none;
}
/*　ホームボタン設定
----------------------------------------------- */
.hom a{
	background-position:0px 0px;
}
.hom a:hover{
	background-position:0 -72px;
}
/*　国内旅行ボタン設定
----------------------------------------------- */
.dom a{
	background-position:-77px 0;
}
.dom a:hover{
	background-position:-77px -72px;
}
/*　海外旅行ボタン設定
----------------------------------------------- */
.abr a{
	background-position:-154px 0;
}
.abr a:hover{
	background-position:-154px -72px;
}
/*　支店情報ボタン設定
----------------------------------------------- */
.bra a{
	background-position:-231px 0;
}
.bra a:hover{
	background-position:-231px -72px;
}
/*　会社案内ボタン設定
----------------------------------------------- */
.com a{
	background-position:-308px 0;
}
.com a:hover{
	background-position:-308px -72px;
}
/*　サイトマップボタン設定
----------------------------------------------- */
.sit a{
	width:153px!important;
	height:72px!important;
	background-position:-385px 0;
}
.sit a:hover{
	background-position:-385px -72px;
}
/*　ボタン選択状態 index,domestic,abroad
----------------------------------------------- */
.hom_opn a{
	background-position:0 -72px;
}
.hom_opn a:hover{
	background-position:0 -72px;
}
.dom_opn a{
	background-position:-77px -72px;
}
.dom_opn a:hover{
	background-position:-77px -72px;
}
.abr_opn a{
	background-position:-154px -72px;
}
.abr_opn a:hover{
	background-position:-154px -72px;
}
/* ヘッダー背景
----------------------------------------------- */
.tb01 {
	background-image : url(../images/header1024/header02.jpg);
	background-repeat:no-repeat;
	background-position:0;
}
.header_info{		/*	採用ーお問い合わせ枠	*/
	float:right;
	text-align:left;
	width:850px;
	color:#CCC;
	font-size:12px;
	margin:0 0 0 0px;
	padding:0 0 0 27px;
	background-color:#4D4D4D;
	background-image : url(../images/header1024/header_info_edge.gif);
	background-repeat:no-repeat;
}
