@charset "UTF-8";
/* CSS Document */

.template {
	position: relative;
	width: 1000px;
	height: 3800px;
	margin: 0 auto;
	background: url("../images/rules/bg.png") ;
}

.tagbox {
	position: fixed;
	width: 218px;
}

.btn_rules {
	position: absolute;
	width: 218px;
	height: 103px;
	background: url("../images/rules/btn_terms.png");
	top: 200px;
	left: 30px;
}

.btn_rules:hover {
	position: absolute;
	width: 218px;
	height: 103px;
	background: url("../images/rules/btn_terms.png");
	top: 202px;
	left: 30px;
}

.btn_award {
	position: absolute;
	width: 217px;
	height: 76px;
	background: url("../images/rules/btn_winner_unactive.png");
	top: 400px;
	left: 30px;
}

.btn_award:hover {
	position: absolute;
	width: 217px;
	height: 76px;
    background: url("../images/rules/btn_winner_unactive.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: -220px;
}
.terms {
	clear: left;
	display: block;
	width: 665px;
	color: rgba(255,255,255,1.00);
	letter-spacing: 3px;
	line-height: 28px;
	margin-left: 25px;
	padding-top: 50px;
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
}
.terms li h1 {
	display: block;
	width: 500px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/rules/triagle.png);
	padding: 0px 0 0 15px;
	background-position: 6px 5px;
	margin-left: -15px;
}

.text {
	display: block;
	margin-bottom: 30px;
}

.terms li span h2 {
	display: inline-block;
	width: 190px; 
	background-repeat: no-repeat;
	background-position: -5px 8px;
	background-image: url(../images/rules/whitetriagle.png);
	letter-spacing: 13px;
	font-size: 15px;
	padding: 20px 10px 20px 20px;
	margin-left: -15px;
}

.date1 {
	font-family: Tahoma;
	display: inline-block;
	letter-spacing: 2px;
	margin-left: -80px;
	font-style: italic;
	font-size: 15px;
}


.date {
	font-family: Tahoma;
	display: inline-block;
	letter-spacing: 2px;
	margin-left: -80px;
	font-style: italic;
	font-size: 15px;
}

#longer {
     letter-spacing: 2px;
}

.note {
	font-size: 13px;
}

.award_box {
	display: block;
	height: 230px;
	margin-top: 20px;
}

.award_pic {
	float: left;
	margin-left: -20px;
	margin-top: 30px;
}

.award1_text {
	width: 370px;
	float: right;
}


.award_text {
	width: 450px;
	float: right;
	margin-top: 25px;
}

.award_title {
	width: 170px;
	height: 40px;	
	background: url(../images/rules/btnline.png) left top no-repeat;
	padding: 20px 0 0 30px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 18px;
	margin-left: -30px;
}

.list a {
	color: #fff;
}

.list a:hover {
	position: relative;
	top: 1px;
	color: #ddd;
}

.attention {
	margin-left: 40px;
	font-size: 14px;
}

.attention li {
	margin-bottom: 10px;
	line-height: 20px;
}

.services {
	color: #fff;
}

.services:hover {
	color: #ddd;
}
