@charset "euc-jp";

/* ##################################################################

00.[Reset]......................reset.css
01.[Text].......................common.css
02.[Text Link]..................common.css
03.[Layout Base]................common.css
04.[Wrapper]....................common.css
05.[Globalnavigation]...........common.css
06.[Content]...............style.css


################################################################## */





/*----------------------------
01.		[Text]
------------------------------*/


#tc .price{
	color: #FF0000;
	font-weight: bold;
}

#tc .mile{
	color: #FF6600;
	font-weight: bold;
}



/*----------------------------
02.		[Text Link]
------------------------------*/

#tc a:link{
	color: #0066CC;
	text-decoration: none;
}

#tc a:visited{
	color: #5A8DFF;
	text-decoration: none;
}

#tc a:hover{
	text-decoration: underline;

}

#tc a:active{

}

/*----------------------------
03.		[Layout Base]
------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	background-color: transparent;
    font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,sans-serif;
}

/*---------------------------
04.		[ #tc (Wrapper) ]
------------------------------*/

#tc {
	margin: 15px auto;
	width: 740px;

}

/*----------------------------
05.		[Globalnavigation]
------------------------------*/


#tc #navi{
	width: 740px;
    margin-bottom:15px;
    text-indent:-9999px;
}
#tc #navi ul{
    border-bottom:3px solid #268918;
	height: 38px;
	overflow: hidden;
}
#tc #navi ul li{
	width: 211px;
	height: 40px;
	float: left;
}
#tc #navi ul li#navi_domestic{
	background-image: url(/travel2/common/images/navi_domestic.gif);
	margin-right: 5px;
}
#tc #navi ul li#navi_abroad{
	background-image: url(/travel2/common/images/navi_abroad.gif);
}
#tc #navi ul li a{
	display: block;
	width: 211px;
	height: 40px;
}

/*---------------------------------------------------
  delete content 
---------------------------------------------------*/
/*#tc #domestic_air,
#tc #domestic_tour,
#tc #domestic_hotel,
#tc #domestic_bus, 
#tc #abroad_hotel,
#tc #abroad_air,
/*#tc #abroad_tour 
{

}