@charset "Shift_JIS";

/*
--------------------------------------------------------------------------------
 reset_area
--------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	font-family:
		"Hiragino Kaku Gothic Pro",
		"ƒqƒ‰ƒMƒmŠpƒS Pro W3",
		Osaka,
		"MS P Gothic",
		"‚l‚r ‚oƒSƒVƒbƒN",
		sans-serif;
	line-height: 150%;
	outline: none;
	font-size: 9pt;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
img {
	border: 0px;
	margin: 0;
	padding: 0;
}
hr {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
ol,ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
h1,h2,h3,legend {
	font-size:100%;
	font-weight:normal;
}

p
{
	margin:0 0 0 0;
}

*:first-child+html #menu li {
	list-style-position: inside;
	text-indent: -16px;
}
* html #menu li {
	list-style-position: inside;
	text-indent: -16px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#header {
	height: 210px;
	width: 950px;
	margin-bottom: 10px;
}
#menu {
	width: 950px;
	height: 57px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../image/base/footer01.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 80px;
	background-position: center bottom;
}
.footer_menu {
	top: 60px;
	position: relative;
}


#copy {
	background-image: url(../image/base/footer02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	height: 35px;
	width: 950px;
	letter-spacing: 1px;
	padding-top: 13px;
	margin: 0px;
}
.font8 {
	font-size: 8pt;
	letter-spacing: 1pt;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
