@charset "UTF-8";
/* CSS Document */
#topics .title-topics {
	background-image: url(../topics/image/title.gif);
	display: block;
	height: 38px;
	width: 680px;
}
#topics p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#topics-detail {
	padding-top: 10px;
	padding-bottom: 30px;
}
#topics-detail p.area {
	font-size: 20px;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	color: #569D9B;
	font-weight: bold;
}
#topics-detail .body {
}
#topics-detail p a:hover {
	color: #09F;
}
#topics-detail .body p {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	padding-bottom: 15px;
}
#topics-detail .titleArea {
	background-color: #F7F7F7;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin-bottom: 20px;
	border: 2px solid #4CBEA1;
}
#topics-detail p.detail-title, 
#topics-detail h1 {
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#topics-detail p.day {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topics-detail p.pdf {
}
#topics-detail p.pdf a {
	background-image: url(../image/icon-pdf.gif);
	background-position: left center;
	padding-left: 18px;
}
#topics-detail .photoArea {
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
#topics-detail .photoArea .box {
	text-align: center;
	float: left;
	width: 370px;
	display: block;
	height: 300px;
	overflow: hidden;
}
#topics-detail .photoArea .box a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#topics-detail .photoArea .box .photo {
	display: block;
	height: 225px;
	width: 300px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topics-detail .photoArea .box p.cap {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
	height: 30px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainbody p.back {
	font-size: 13px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#mainbody p.back a {
	background-image: url(../image/arrow-back.png);
	background-position: left center;
	padding-left: 9px;
	color: #066;
}
#mainbody p.back a:hover {
}
