@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	font-size: 12px;
	color: #666;
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}  
#wrap {
	background-color: #FFF;
	width: 1046px;
	height: 755px;
	position: fixed;
}
#inner_l {
	float: left;
	width: 518px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	height: 750px;
}
#inner_r {
	float: right;
	width: 518px;
	margin-top: 5px;
	margin-bottom: auto;
	margin-left: auto;
	height: 750px;
}
#footer {
	height: 20px;
	width: 1036px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
a {
	color: #06C;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #F63;
	text-decoration: underline;
}
.text {
	text-align: center;
}
.footer {
	font-size: 9px;
}
