@charset "utf-8";

#maincontainer{
	width:750px;
	height:563px;
	background:rgb(255,255,255) no-repeat url(images/topimg.jpg);
	margin-left:50px;
	margin-bottom:5px;
}
#maincontainer #inner1{
	padding:80px 20px 0 550px;
	font-size:110%;
	font-weight:bold;
}
#maincontainer #inner2{
	margin-top:30px;
	padding:0 20px 0 560px;
	font-size:100%;
	font-weight:bold;
	line-height:125%;
}
#notice{
	position:absolute;
	left:210px;
	top:40px;
	width:300px;
	font-weight:bold;
	font-family:Arial,sans-serif;
}
