*{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
	/*background: url(/images_main/bg_vol2.jpg) no-repeat center top;*/
	font-family:sans-serif;
	font-size: 14px;
}

#wrapper{
	width: 1000px;
	height: 880px;
	margin: 0 auto;
	text-align: center;
	/*position: relative;*/
	/*background-color: aqua;*/
}

#bg{
	width: 1000px;
	height: 840px;
	margin: 0 auto;
	position: relative;
	/*position: absolute;*/
	background: url(/images_main/bg_vol2.jpg) no-repeat center top;
}

#book{
	width: 277px;
	height: 241px;
	top: 392px;
	left: 0;
	position: absolute;	
}

#text{
	width: 1000px;
	height: 50px;
	top: 640px;
	left: 0px;
	color: #A6A6A6;
	font-family: serif;
	line-height: 1.3em;
	font-size: 90%;
	text-align: left;
	/*background-color: aqua;*/
	position: absolute;
}

#content{
	width: 1000px;
	height: 184px;
	top: 706px;
	left: 0;
	position: absolute;
	/*background-color: aqua;*/
}

#sample_1{
	width: 200px;
	height: 142px;
	float: left;
	/*background-color: green;*/
}

.sample_2{
	width: 200px;
	height: 142px;
	margin-left: 66px;
	float: left;
	/*background-color: red;*/
}

#link{
	width: 165px;
	height: 18px;
	float: right;
}

#bnr{
	width: 1000px;
	margin: 18px auto 15px auto;
	text-align: center;
}

#bnr img{
	margin: 0 20px;
}

#copy{
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
	color: #BA7A7E;
	bottom: 2px;
}
