@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:#4F81BD 1px solid;
	margin:0 25px 20px 0;
}



#interestingArea .detailArea {
	border: 1px solid #70AD47;
	padding: 25px;
	margin-bottom: 30px;
}

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

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

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

#interestingArea .detailArea h3 {
	color:#00B285;
	border:none;
	margin:10px 0;
}

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

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



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