/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#result-wrap {
	width: 630px;
	background-color: #FFFFF0;
	margin: 15px auto 10px;
	padding: 15px 17px 10px;
	text-align: left;
	border: #525252 1px solid;
	font-size: 116.7%;
	line-height: 140%;
}

#result-wrap h1 {
	text-align: center;
	margin-bottom: 20px;
}

#result-wrap #result-lead {
	background: url(../image/result_line.gif) left bottom no-repeat;
	padding: 0 3px 15px;
}

#result-wrap .result-cnt {
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	padding: 0 60px 0 100px;
}

#result-wrap .result-box-l {
	float: left;
	width: 199px;
}

#result-wrap .result-box-r {
	float: right;
	width: 199px;
}

#result-wrap h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

#result-wrap h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0 0 0;
	
}

#result-wrap h3.grandprix {
	color: #CC0000;
}

#result-wrap h3.award {
	color: #3333FF;
}

#result-wrap .result-caption {
	text-align: right;
	font-size: 85.7%;
	margin-top: 10px;
}

