@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------- 
Notice Title
--------------------------------------------------------- */
div#notice_tit {
	background: url(../../img/common/contents_tit_s04.gif) no-repeat;
	height: 83px;
	width: 550px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

div.notice_sub_tit {
	background: url(../../img/common/subTitBack.gif) no-repeat;
	height: 40px;
	width: 500px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #300;
	padding-left: 50px;
	font-weight: bold;
}

/*--------------------------------------------------------- 
Notice style
--------------------------------------------------------- */
div.flow_img {
	width: 550px;
	margin-bottom: 10px;
}
div.notice_body {
	padding: 10px;
	width: 528px;
	border: 1px solid #FC0;
}

