@charset "utf-8";
/* CSS Document */

#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	line-height: 160%;
	font-size: 90%;
	padding-top: 20px;
}
.contbox {
	clear: both;
	padding-top: 20px;
}
.contbox .imgbox01 {
	margin-right: 20px;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
.contbox .textbox01 {
	width: 430px;
	float: right;
	margin-bottom: 10px;
}
.contbox #add {
	width: 430px;
	background-image: url(../img/introbg01.gif);
	float: right;
	margin-bottom: 10px;
}
.contbox #add #pad {
	padding-top: 28px;
	padding-left: 18px;
	padding-bottom: 10px;
}

.contbox #info {
	background-image: url(../img/introinfomid.gif);
	background-repeat: repeat;
}
.contbox  #info  #infopad {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.contbox #infotop {
	background-image: url(../img/introinfotop.gif);
	height: 24px;
	clear: both;
}
.contbox #infobottom {
	background-image: url(../img/introinfobottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.contbox #scenetop {
	background-image: url(../img/infoscenetop.gif);
	background-repeat: no-repeat;
	height: 19px;
}
.contbox  .sceneleft {
	width: 325px;
	float: left;
}
.contbox .sceneleft .scleftpad {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

.contbox  .sceneright {
	width: 325px;
	float: right;
}
.contbox .sceneright .scrightpad {
	padding-top: 5px;
	padding-left: 10px;
}

.contbox #scenebottom {
	height: 10px;
	clear: both;
}
.contbox #relax {
	background-image: url(../img/introbg02.gif);
	background-repeat: repeat;
	padding-bottom: 40px;
	padding-top: 20px;
}
