@charset "utf-8";

body {
	background: url(../images/bg.gif) top left;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
}

#container {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
}

ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	margin-top: 38px;
}

#footer {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) bottom left no-repeat;
	background-color: #FFFFFF;
}

#footer p {
	margin: 0 0 0 0;
	padding: 90px 30px 0 0;
	text-align: right;
}

#footer hr.footer_hr {
	background-color: #3AB9CB;
	border: none;
	height: 1px;
	margin: 14px 0 0 0;
	padding: 0;
}

#footer p.btn {
	text-align: center;
	margin: 30px auto;
	padding: 0;
}

#footer p.copyright {
	text-align: center;
	margin: 70px auto 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6A7΍*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x΍*/
	height: auto;
	overflow: hidden;
	/**/
}

a:hover img {
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}