body {
	background-color:#000;
	background-repeat: repeat;
	background-position: 50% 0%;
	margin:0;
	padding:0;
}


.LEFT{
	width:459px;
	background-image: url(images/bg_01.jpg);
	background-position: right top;
}
.RIGHT {
	width:459px;
	background-image: url(images/bg_02.jpg);
	background-position: left top;
}



#FB{
	position: absolute;
	margin:10px 0 0 620px;
}

#LOGO{
	position: absolute;
	margin:20px 0 0 725px;
}

.MAIN{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.1;
	letter-spacing:1px;
	padding:0 150px;
	color:#000;
	}


.INDEX_01 {
	width:1002px;
	height:253px;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
}


.INDEX_02 {
	width:1002px;
	height:610px;
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;

}


.PHOTO {
	width:680px;
	padding:10px 0 0 40px;	
	}


/*.................................*/

.font_01{
	color:#C00;
	font-weight:bold;
	}
	
.font_02{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	}
/*.................................*/	
	
.BOX {
	width:297px;
	height:254px;
	background-color:#FFF;
	position:relative;
	overflow:hidden;
	/*border-radius:16px;*/
	float:left;
	margin:12px 12px;
}
.BOX .CONTENT {
	width:297px;
	height:508px;
	position:absolute;
}

.BOX .CONTENT .MEMO {
	width:260px;
	height:280px;
	margin:0 auto;
	background-color:#FFF;
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
}

.BOX .CONTENT .MEMO p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8;
	letter-spacing:1px;
}

