@charset "utf-8";
/* ---------------------------------------------------------

__main

--------------------------------------------------------- */

#main {
	width:980px;
	float:left;
	margin-bottom:10px;
}
#main .contents {
	width:960px;
	float:left;
	margin:0px;
	padding:10px;
	background-color: #FFFFFF;
	background-image: url(../image/bg_bbs_01.gif);
	background-repeat: no-repeat;
}
#main .contents .news{
	margin: 0px 20px 0px 20px;
}
#main .contents h3 {
	margin-bottom:10px;
	font-size:130%;
	text-align:center;
}
#main .contents hr {
	margin: 5px 10px 5px 10px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #99CC33;
	height: 1px;
}
#main .bg_bottom {
	float:left;
	width:980px;
	height:5px;
	background-image: url(../image/bg_bbs_02.gif);
	background-repeat: no-repeat;	
}

