@charset "utf-8";
#contentsArea #leftField {
	float: left;
	width: 736px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
}
#leftField #leftBox {
	width: 730px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-bottom-color: #888888;
}
.box {
	float:left;
}
#contentsArea #rightField {
	float: left;
	width: 206px;
	margin-left: 3px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
}
#rightField #rightBox{
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-bottom-color: #888888;
}
.info {
	width: 200px;
	margin-bottom: 10px;
}
#borderBottom #leftFieldBorder{
	float: left;
	width: 736px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
#borderBottom #rightFieldBorder{
	float: left;
	width: 206px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
