@charset "Shift_JIS";
body {
	background-image: url(../img/bg_sand.jpg);
	background-position:top left;
	margin: 0px;
}
#header {
	width: auto;
	height: 90px;
	display: block;
	background: url(../img/bg.jpg) repeat-x;
}
#topline {
	width: 700px;
	height: 90px;
}
#flasharea {
	width: 120px;
	height: 90px;
	float: left;
}
#menu {
	width: 576px;
	height: 90px;
	float: right;
}
#menu ul {
	list-style: none;
	padding-top: 70px;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0px 1px 0px 0px;
	text-align: center;
}
#menu li a{
	padding-top: 2px;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 16px;
	display: block;
	border-right: 1px dotted #FFCC00;
}
#menu li a:hover{
	color: #FF6600;
	background: #FFFF66;
}
#footer {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	background: #FFFFFF;
}
#footer address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 4px;
}
#container {
	width: 860px;
	height: 186px;
}
