/* CSS Document */
#contents {
		width:800px;
		height:900px;
		margin:auto;
		position:relative;
		border:solid 1px #999999;
}

#main {
		float:right;
		width:580px;
		padding-right:10px;
}

#side{
		width: 174px;
		position: absolute;
		left: 0px;
		border:0px;
}



