@charset "utf-8";

h2 {
	width: 730px;
	height: 40px;
	background: url(../img/h2-announce-detail.png) no-repeat;
	text-indent: -9999em;
}

#announce-detail {
	margin-top: 20px;
}

#announce-detail h3 {
	width: 730px;
	height: 28px;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: #132C85;
	border-bottom: 1px solid #132C85;
}

#announce-detail .info {
	margin-top: 20px;
	margin-left: 20px;
}

#announce-detail p {
	font-size: 12px;
	line-height: 1.5;
}

#announce-detail p strong,
#announce-detail p em,
#announce-detail p b {
	font-weight: bold;
}

#announce-detail .attach {
	margin-top: 20px;
}

#announce-detail .image {
	float: right;
	width: 310px;
	height: 235px;
	margin: -2px -6px -6px 8px;
	padding: 7px 11px 11px 7px;
	background: url(../img/frame.png) no-repeat;
}

