@charset "UTF-8";

#container{
	background-color: #fff6db;
	line-height: 1.6;
}

/* section */
.section {
	font-size: 12px;
	color: #2c2c2c;
}
.section a {
	color: #262626;
}
.main_area .section h2 {
	margin: 0 0 20px; padding: 0;
	height: auto;
	border-bottom: 3px solid #ce442b;
}
.main_area .section h2 img {
	display: block;
}
.main_area .section .detail {
	overflow: hidden;
}
.main_area .section .detail h3 {
	margin: 0 0 20px; padding: 0;
}
.main_area .section .detail h3 img {
	display: block;
}
.main_area .section .detail p {
	margin-bottom: 1em;
	font-size: 14px;
}
.main_area .section .detail strong {
	font-weight: bold;
}
.main_area .section .detail .brown {
	color: #574203;
}
.main_area .section .detail .text_area {
	overflow: hidden;
}
.main_area .section .detail .border-btm {
	border-bottom: 1px solid #d2c6a2;
}
	
/* OPACITY
##################################### */
a.opa:hover img {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	zoom:1;
}	

.taikenki-box a.opa:hover{
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	zoom:1;
}