@charset "utf-8";
/* CSS Document */
body{ font-size:12px; margin-top:0px; margin-bottom:0px; text-align:center;}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ba2636;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.wall{ width:760px; height:auto; text-align:left; margin-left:auto; margin-right:auto;}
.top{ width:760px; height:auto; float:left;}
.top1{ width:760px; height:auto; text-align:center;}
.top_l{width:400px; height:auto; float:left;}
.top_r{width:315px; height:auto; float:right; margin-top:8px;}
.content{ width:760px; height:auto; float:left;}
.bottom{ width:760px; height:auto; float:left;}



