/* N?fUCpCSS*/

.contents {
	width: 900px;
	left: 0px;
	background-color: #cccccc;
}
.title {
	width: 900px;
	height: 80px;
	font-size: 12px;
	position: absolute;
	left: 0px;
	background-color: #0000ff;
}
.menu {
	width: 900px;
	height: 25px;
	position: absolute;
	left: 0px;
	background-color: #0000ff;
	margin-top:80px;
}
.main {
	margin-top: 105px;
	width: 700px;
	position: absolute;
	left: 0px;
}
.side {
	padding-top: 105px;
	padding-left: 700px;
	width: 200px;
	background-repeat: repeat-y;
}
