@charset "utf-8";

/* formatting style
-------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

body {
	color: #666666;
	background-color: #000000;
	font-size: 75%;
	line-height: 160%;
	font-family: sans-serif;
}


/* link styles
-------------------------*/


a img {
	border-style: none;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/* basic layout
-------------------------*/


#wrapper {
	width: 862px;
	background-color: #000000;
	margin: 0px auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#main {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-top: 20px;
	position: relative;
}
#footer {
	clear: both;
	width: 862px;
	border-top: 1px solid #4b0d0e;
}


/* header styles
-------------------------*/


#header {
	background-image: url(../image/haikei_btn/sirenen_hedaer_back_862.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #4B0D0E;
	height: 185px;
	position: relative;
}
#header h1 {
	font-size: 0.9em;
	text-align: center;
}
#header #logo {
	position: relative;
	left: 2px;
}
#header ul {
	width: 862px;
	left: 0px;
	top: 158px;
	position: absolute;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	height: 27px;
	width: 142px;
	display: block;
	text-align: center;
	background-image: url(../image/haikei_btn/header_glovelnavi_btn_142.gif);
	background-repeat: no-repeat;
	border-top: 2px solid #4b0d0e;
	border-left: 2px solid #4b0d0e;
	text-decoration: none;
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background-position: center center;
	line-height: 1.5;
}
#header ul li#nTop a {
	border-left-style: none;
}
#header ul li a:hover {
	background-image: url(../image/haikei_btn/glovelnavi_btn_orande_2.gif);
	background-repeat: no-repeat;
}




/* footer styles
-------------------------*/

#footer ul {
	text-align: center;
	margin-top: 25px;
}

#footer  ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer address {
	text-align: center;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 10px;
}
