@charset "UTF-8";
/* CSS Document */

.template {
	position: relative;
	width: 1000px;
	height: 2000px;
	margin: 0 auto;
	background: url("../images/rules/bg_award.png");
	color: #fff;
}

.tagbox {
	position: fixed;
	width: 218px;
}

.btn_rules {
	position: absolute;
	width: 218px;
	height: 103px;
	background: url("../images/rules/btn_terms_unactive.png");
	top: 200px;
	left: 30px;
}

.btn_rules:hover {
	position: absolute;
	width: 218px;
	height: 103px;
	background: url("../images/rules/btn_terms_unactive.png");
	top: 202px;
	left: 30px;
}

.btn_award {
	position: absolute;
	width: 217px;
	height: 76px;
	background: url("../images/rules/btn_winner.png");
	top: 400px;
	left: 30px;
}

.btn_award:hover {
	position: absolute;
	width: 217px;
	height: 76px;
    background: url("../images/rules/btn_winner.png");
	top: 402px;
	left: 30px;
}



.content {
	float: left;	
	width: 800px;
	margin: 120px 0 0 280px;
}

.heading {
	float: left;
}
.gotocreate {
	float: right;
	width: 258px;
	height: 161px;
    margin-right: 120px;
	margin-top: -20px;
}

.award_box {
	display: block;
	height: 230px;
	margin-top: 20px;
	clear: left;
}

.award_pic {
	float: left;
	margin-top: 50px;
}

.award1_text {
	width: 380px;
	float: left;
	text-align: justify;
	margin: 30px 0;
}

.award_text {
	width: 410px;
	float: right;
	margin-right: 150px;
	margin-top: 50px;
	text-align: justify;
}

.award_title {
	width: 170px;
	height: 40px;	
	background: url(../images/rules/btnline.png) left top no-repeat;
	padding: 20px 0 0 30px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 18px;
	margin-left: -30px;
}

.list a {
	color: #fff;
}

.list a:hover {
	position: relative;
	top: 1px;
	color: #ddd;
}

.note {
	font-size: 14px;
	width: 680px;
	line-height: 24px;
	padding: 20px 0;
}
