/* CSS Document */
body {
margin:0;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:10px;
background-color:#76b6cf;
}

img {border:none;}

.hidden {display:none;}

#content {
	position:relative;
	width: 705px;
	margin:0 auto;
	padding:0;
}

#box01 {
	position:relative;
	width:705px;
	height:242px;
	background-image: url(img/01.jpg);
}

#box02 {
	position:relative;
	width:330px;
	height:300px;
	background-image: url(img/02.jpg);
}

#boxSbook {
	position:absolute;
	width:375px;
	height:150px;
	padding:0;
	margin:0;
	left: 330px;
	top: 392px;
}

#boxTrial {
	position:absolute;
	width: 375px;
	height:150px;
	padding:0;
	margin:0;
	left: 330px;
	top: 242px;
}

#box03 {
	position:relative;
	width:705px;
	height:230px;
}

#copy {
	float:none;
	padding-top:10px;
	text-align:center;
	line-height: 14px;
	width: 705px;
	height:53px;
	background-color:#333333;
	background-image: url(img/copy.jpg);
}

