@charset "UTF-8";#wrapper .main .left_contents {
	width: 300px;
	float: left;
	text-align: left;
}
#wrapper .main .right_contents {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#wrapper .main {
	clear: both;
	margin-bottom: 9px;
}

