@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 h3 {
	margin: 30px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #F79646;
	border-style: none;
}

#interestingArea p span {
	color: #F79646;
}

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



#interestingArea .column2Box .column {
	width:280px;
	float:left;
	border:#4F81BD 1px solid;
	margin:0 25px 20px 0;
}

#contents .detailArea {
	border: 1px solid #41719C;
	padding: 25px;
	margin-bottom: 30px;
}


#contents .detailArea dt {
	float:left;
	margin:0 15px 0 0;
}

#contents .detailArea dd {
	overflow:hidden;
}

#contents .detailArea .section {
	margin:0;
}

#contents .detailArea .section+.section {
	margin:15px 0 0;
	border-top:1px #999 dotted;
	padding:15px 0 0;
}


#contents .detailArea dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#contents .detailArea dl {zoom:1;}

#interestingArea ul.koshi {
	margin-left: 20px;
}
#interestingArea ul.koshi li {
	margin-right: 10px;
	font-weight: normal;
	font-size: 13px;
	float: left;
	list-style-type: none;
	text-align: center;
}
#interestingArea ul.koshi li img {
	margin-bottom: 5px;
}
