@charset "utf-8";

#main a{
	font-size: 90%;
}

#main h3{
	padding-top: 23px;
	margin-bottom: 5px;
	border-bottom: 1px solid #331500;
}

#main h4{
	color: #AE8566;
	margin-bottom: 0.3em;
}

#main p{
	line-height: 1.3em;
	/* text-align: justify; */
}

div.photo{
	width: 240px;
	height: 188px;
	float: left;
	color: #9C8F9C;
	font-size: 90%;
}

.photo_l div{
	margin: 0.6em 1em 0.6em 0;
}

.photo_r{
	width: 240px;
	float: right; 
	padding-left: 18px;
}
.photo_r div{
	margin: 0 0 0.6em 0;
}



