@charset  "utf-8";

#interestingArea a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


#interestingArea h2 {
	background:none;
	height:auto;
	text-align:center;
	margin-top:15px;
}

#interestingArea .column2Box {
	margin:0 -25px 0 0;
	
}

#interestingArea .column2Box .column {
	width: 280px;
	float: left;
	border: #805C31 1px solid;
	height: 385px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0;
}

#detailArea {
	border:#805C31 1px solid;
	padding:25px;
}

#detailArea h2 {
	background:none;
	height:auto;
	margin:0;
}

#detailArea p {
	margin:0 0 24px 24px;
}

#detailArea h2 strong {
	font-size:150%;
}

#detailArea h3 {
	color:#000;
	border:none;
	margin:10px 0;
}

#detailArea .face {
	float:right;
	margin:0 0 15px 15px;
	text-align:center;
	font-size:77%;
}

#detailArea .face img {
	margin:0 0 10px;
}



.back {
	text-align:center;
	margin:30px 0;
}
