@charset "utf-8";


#wrap {
	width: 650px;
}

#contents{
	width: 630px;
	*width: 650px;
	clear: both;
	overflow: hidden;
	padding: 10px;
}

#main {
	width: 415px;
	*width: 435px;
	height: auto;
	float: right;
}

#subA {
	width: 200px;
	height: auto;
	float: left;
}

#subB {
	width: 100%;
	height: auto;
	clear: both;
}
