@charset "utf-8";

div#main
h2 {
	background-image: url(../images/h2_bgimg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0.6em;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div#main
h2
span.inner {
	display: block;
	background-image: url(../images/h2_bgimg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0.6em;
	color: #FF6600;
}

div#main
h2
span.inner
span.num {
	color: #663300;
	margin-right: 1em;
}

div.contestResult {
	clear: both;
}

div.contestResult
p.photo {
	width: 235px;
	float: left;
}

div.contestResult
div.text {
	width: 350px;
	float: right;
	margin-top: 5px;
}

div.contestResult
p.data {
	font-weight: bold;
	font-size: 1em;
	color: #663300;
	text-align: right;
	margin: 0.5em 0;
	padding-right: 10px;
}

div.contestResult
p.data
.num {
	color: #FF6600;
}

div.contestResult
ul.links
li {
	margin: 3px 0;
}



div#backnumber {
	background-image: url(../images/side_backnum_allow.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	margin-bottom: 10px;
}

div#backnumber
h2,
div#backnumber
ul {
	width: 213px;
	margin-left: 20px;	
}

div#backnumber
ul {
	width: 213px;
	background-image: url(../images/side_backnum_bgimg.gif);
	background-repeat: repeat-y;	
}

div#backnumber
ul
li {
	padding: 15px 10px;
	margin: 0 9px;
	font-weight: bold;
	background-image: url(../images/side_backnum_li_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#backnumber
ul
li.lastChild {
	background-image: none;
}