@charset "shift_jis";
body {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	color: #333333;
	line-height: 130%;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
	text-decoration: none;
	color: #069;
}
a:hover,a:active {
	color: #09F;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	height: 0px;
}
#header_area {
	background-image: url(../img/headre_bg.gif);
	background-repeat: repeat-x;
}

#header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 80px;
}
#main_area {
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.button {
	margin-top: 5px;
}

.left_banner {
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
}
.right_banner {
	float: right;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
p {
	margin-left: 10px;
}
#copyright_area {
	background-image: url(../img/address_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}
.address {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#copyright {
	width: 950px;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#copyright p {
	font-size: 12px;
	color: #999;
}
