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

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


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

.titleArea{
	float:left;
	width:92px;
}

.contentsArea{
	float:left;
	text-align:left;
	width:450px;
	padding:0 39px;
}

h3{
	margin:50px 0 30px;	
}