@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg_application.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #43352c;
}

#wrap {
	width:700px;
	height:700px;
	position:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#top_right {
	float:left;
	border: 0;
	margin-top:21px;
	}

#top_left {
	float:right;
	margin-top:53px;
	}
	
#contents {
	background: bottom left no-repeat url(images/bg_contents.gif);
	background-color: #f2f1ee;
	border: 1px solid #f2ead7;
	margin-top:82px;
	padding:10px 10px;
	}
	
#title {
	margin-top: 13px;
	margin-left: 19px;
	float:left;
	}
	
#number {
	margin-top: 13px;
	margin-right: 19px;
	float:right;
	}
	
#form {
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#bt {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#bt_pre {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#bt_next {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	}