@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(/contest/200903/images/back.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
}
a { color:#ED1C24;}
p {
	margin-top:5px;
	margin-bottom:10px;
}
h1, h2, h3 {
	color:#ED1C24;
}
h1 {
	margin-top:4px;
	margin-bottom:6px;
}
#container {
	height: 600px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#footer {
	position:relative;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	text-align: center;
	margin-top: 20px;
}
.back1 {
	background-image: url(images/main.jpg);
}
.back2 {
	background-image: url(images/bu_container.jpg);
}
.back3 {
	background-image: url(images/bu_l_container.jpg);
}
.back4 {
	background-image: url(images/cr_container.jpg);
}
.back1 #content {
	position:absolute;
	width:380px;
	height:580px;
	top:10px;
	left:410px;
}
.back2 #content, .back3 #content, .back4 #content {
	position:absolute;
	top:105px;
	height:390px;
}
.back2 #content {
	left:82px;
	width:669px;
}
.back3 #content {
	left:193px;
	width:444px;
}
.back4 #content {
	left:10px;
	width:780px;
}
.back2 #content form {
}
.back2 #content .done {
	float:left;
	width:194px;
	text-align:center;
	height: 180px;
}
.back2 .thumb, .back3 .thumb {
	float:left;
	width:111px;
	text-align:center;
	height: 100%;
}
.back4 .thumb {
	float:left;
	width:78px;
	text-align:center;
	height: 100%;
}
.back2 .thumb img, .back3 .thumb img{
	width:94px;
	height: 360px;
}
.back4 .thumb img {
	width:75px;
	height: 287px;
	padding-top: 36px;
}
.back1 .thumb {
	float:left;
	width:125px;
	text-align:center;
	height: 100%;
}
.back1 .thumb img {
	width:94px;
	height: 360px;
}