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

body{
	background-image:url(../img/top_bg.jpg);
	background-repeat:repeat-y;
}



.imgArea{
	float:left;
	width:395px;
	height:760px;
	background-image:url(../img/top_img.jpg);
	background-repeat:no-repeat;
/*background-attachment:fixed;
	background-position:220px 0;*/
}

.contentsArea{
	float:left;
	width:365px;	
}