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

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

.staff {
	text-align : left;
	}

.waku {
	width : 455px;
	height : 150px;
	background-color : #ffffff;
	margin-bottom : 20px;
	margin-left : 30px;
	clear : both;
	}

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

.right {
	float : right;
	width : 280px;
	font-size : 12px;
	line-height : 23px;
	text-align : left;
	padding-left : 20px;
	}


