@charset "shift_jis";
body {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	color: #333333;
	line-height: 160%;
	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: #0066CC;
}
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;
	max-width: 100%;
}
a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.clear {
	clear: both;
	height: 0px;
}
#header_area {
	background-repeat: repeat-x;
}
#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 400px;
	width: 96%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#main_area {
	background-image: url(../img/common/main_bg.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 1000px;
}
.left_banner {
	float: left;
	text-align: left;
	margin-top: 2em;
	width: 48%;
}
.right_banner {
	float: right;
	text-align: left;
	margin-top: 2em;
	width: 48%;
}
p {
	margin-left: 10px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 0.5em;
}
#address_area {
	background-image: url(../img/common/address_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 2em;
}
#address {
	width: 96%;
	padding-top: 1em;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	max-width: 1000px;
}
#copyright_area {
	background-color: #666;
}
#copyright {
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#copyright p {
	color: #FFF;
}
@media screen and (max-width: 768px) {
#main {
	font-size: 70%;
}
#address {
	font-size: 70%;
}
#copyright {
	font-size: 70%;
}
}
