@charset "UTF-8";
/* CSS Document */

#box_notice{
	width:300px;
	color:#ffffff;
}
#box_notice h3{
	background:url(/images/titles/box_titles.gif) 0px -270px no-repeat;
	width: 300px;
	height: 30px;
	margin:0; padding:0;
}
#box_notice h3 span{
	display:none;
}

/* used for both the main notice board listing and the sidebar */
.notices .notice {
  color:#fff;
  padding:5px 10px;
  border-top:1px solid #ccc;
}
.notices .origin {
  font-size:.8em;
  color:#c1c1c1;
}

#notice_board {
  margin-top:10px;
}

.single_notice {
  color:#fff;
}

