@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	font-family: sans-serif;
	background-color: #000000;
}


/* link style
--------------------------*/

a img {
	border-style: 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: 800px;
	margin: 40px auto 0px;
	border-right: 1px solid #4b0d0e;
	border-left: 1px solid #4b0d0e;
	border-top: 1px solid #4b0d0e;
	border-bottom: 1px solid #4b0d0e;
}
#main {
	height: 360px;
	border-bottom: 1px solid #4b0d0e;
}
#header {
	background-image: url(../image/haikei_btn/header_back.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#header h1 {
	font-size: 1em;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4b0d0e;
}
#header ul {
	width: 800px;
	height: 38px;
	border-top: 1px solid #4b0d0e;
	border-bottom: 1px solid #4b0d0e;
	text-align: center;
	margin-top: 70px;
	padding-top: 10px;
}
#header ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../image/haikei_btn/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#header ul li a:hover {
	color: #FFFFFF;
}
#header ul li#nHome {
	background-image: none;
}

#header   ul   li#nHome  a {
	color: #FFFFFF;
	list-style: none;
}
#main h2 {
	margin-top: 5px;
}
#footer {
	position: relative;
}


#footer ul {
	text-align: center;
	margin-top: 15px;
}
#footer ul li {
	display: inline;
	padding-right: 25px;
	list-style: none;
	font-size: 0.9em;
}
#footer ul li a {
	text-decoration: underline;
	color: #333333;
	font-size: 0.8em;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer address {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#footer p {
	float: left;
	padding-right: 5px;
}
#footer .w3c {
	position: absolute;
	right: 35px;
	top: 0px;
}
