@charset "utf-8";

@import url("../abroad.css");

/* ページ内容 */

#main #comment {
	width: 750px;
	height: 340px;
	background: #ECF4D9;
	padding: 0;
	margin: 0;
}

#main #comment p {
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 120px 0 0 10px;
}



#main #photo {
	height: 140px;
	background: #D2B9AB;
	width: 750px;
	clear: both;
}

#main .left {
	float: left;
	height: 140px;
	width: 600px;
	background: #FEEBBF;
	text-align: right;
}

#main .right {
	float: right;
	width: 300px;
}


