@charset "UTF-8";
/* CSS Document */

#main {
	width : 655px;
	background-color : #ffffff;
	}

.left {
	float : left;
	width : 140px;
	}

.right {
	float : right;
	width : 500px;
	font-size : 15px;
	line-height : 23px;
	text-align : left;
	}


