@import url("reset.css");

BODY {
	font-size:12px;
	background-color:#000;
	background-repeat: repeat;
	background-position: 50% 0%;
}
.LEFT {
	width:459px;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.RIGHT {
	width:459px;
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#FB{
	line-height: 30px;
	position: absolute;
	margin:20px 0 0 60px;
	z-index:10;
}

.font_01{
	font-size:12px;
	line-height:16px;
	color:#FC0;
	}
	
.font_02{
	font-size:12px;
	line-height:22px;
	color:#000;
	letter-spacing:1px;
	}

.font_03{
	font-size:12px;
	line-height:22px;
	color:#C00;
	letter-spacing:1px;
	}
	
.font_04{
	font-size:12px;
	line-height:22px;
	color:#000;
	letter-spacing:1px;
	padding:0 0 0 15px ;
	}

.index_03{
	height:358px;
	background-image: url(images/index_03.jpg);
	}


