body{
	margin:0px;
	padding:0px;
	background-image:url(img/back.gif);
}
p{
	margin:15px 0px;
	padding:0;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
a{
	color:#00950a;
}

.ml5{margin-left:5px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

#wrapper{
	text-align:center;
	margin-top:15px;
}
#wrapper #main{
	width:836px;
	margin:0 auto;
}
#wrapper #main #contents{
	margin:0 18px;
	
	padding:0 20px;
	text-align:left;
	background-color: #FFFFFF;
}
#wrapper #main #contents #prize{
	padding:11px 54px 28px 54px;
	text-align:center;
}
#wrapper #main #contents #toparea{
	width:670px;
	margin:0 45px 20px 45px;
}
#wrapper #main #contents #toparea #toparealeft{
	width:286px;
	float:left;
}
#wrapper #main #contents #toparea #toparearight{
	width:353px;
	float:right;
}
#wrapper #main #contents #exhibition{
	padding:0 40px;
	border-right: 2px solid #00950a;
	border-left: 2px solid #00950a;
}
#wrapper #main #contents #exhibition #exhibitionleft{
	width:330px;
	margin-right:46px;
	float:left;
}
#wrapper #main #contents #exhibition #exhibitionright{
	width:300px;
	float:right;
}
#wrapper #main #contents #pagetop{
	width:760px;
	padding:12px 0px;
	text-align:right;
}
#wrapper #footer{
	width:800px;
	margin:auto;
	padding-top:5px;
	font-size:10px;
	color:#666666;
	text-align:right;
}

/*------------------------------------- clearfix --------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
