@charset "utf-8";

#contentsArea{
	height:6300px; /* ページ高：45の倍数を使用してください */
}

h1{
	position: relative;
	top:30px;
	background-image:url(../img/contestMidashi.png); 
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 482px;
	height: 31px;
	margin-bottom: 50px;
}

h2{
	font-size:18px;
	display: inline;
}



h3{
	font-size:16px;
	clear: both;
}

h3.copy{
	margin-top: 10px;
	color: #14a73c;
}

p{
	margin-bottom: 20px;
}

.top{
	margin-top: 20px;
}

.medalArea01{
	width: 580px;
	height: 104px;
	background-image: url(../img/medal1.png);
	background-repeat: no-repeat;
	padding:10px 0 0 110px;
}

.medalArea02{
	width: 580px;
	height: 104px;
	background-image: url(../img/medal2.png);
	background-repeat: no-repeat;
	padding:10px 0 0 110px;
}

.prize {
	color: #ff3300;
}

#contents img{
	margin-bottom: 10px;
}

.imgLeft{
	float: left;
}

.imgRight{
	float: right;
}

.border{
	padding-bottom: 10px;
}

div.happyoButton{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin:30px auto;
}


