@charset "utf-8";
/*formatting style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
%background-color:#F2F2F2;
%background-image:url("img/bg_sea.jpg");
background-position:left top;
background-repeat:repeat-x;
height:100%;
}
span.red{
	color:#CC0000;
	font-weight: bold;
}
span.blue{
	color:#0066CC;
	font-weight: bold;
}

a img {
	border-style: none;
}

/* link styles
-----------------------------------*/
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* basic layout
-----------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}
#header {
	width: 950px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
#left {
	float: left;
	width: 200px;
	margin-top: 10px;
	height: 43px;
}

#logo {
float:left;
width:239;
height:43;
margin-top:2px;
margin-left:1px;
}
#right {
	float: left;
	width: 230px;
	margin-top: 30px;
	margin-left: 170px;
	height: 17x;
	font-size: 9px;
}
#mg {
	float: left;
	width: 304px;
	margin-top: 1px;
	margin-left: 5px;
	height: 49x;
	}
#right ul li {
	display: inline;
	list-style: none;
	float: left;
}
#right ul li a {
	text-align: center;
	display: block;
	color: #663300;
	text-indent: 10px;
}
#navi {
	width: 950px;
}





#menu {
	width: 950px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu ul li {
	list-style: none;
	float: left;
}
#menu ul li a {
	line-height: 1.8em;
	height: 1.8em;
	width: 66.42px;
	background-color: #FFFFFF;
	border-bottom: 3px double #999999;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	display: block;
}
#menu ul li a:hover {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}

#menu ul li#nTop a {
	border-left-style: none;
}
#top #menu #nTop a {
	color: #FFFFFF;
	background-color: #003399;
}









#footer {
	clear: both;
	color: #999999;
}

#footer ul  {
	float:left;
}

#footer ul li {
	display: block;
	float:left;
	list-style: none;
	width:150px;
	margin:0;
	padding:0 0 2px 10px;
	background:url("http://www.orion-tour.co.jp/renewalimg/footlinkicon.gif") no-repeat scroll left top transparent;
}

#footer ul li a {
	color: #999999;
}

#footer div#copyright {
	width:950px;
	text-align:center;
}
