.noticeBox { padding-bottom:5px; overflow:hidden; }

.noticeBox h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#9A101B; }

.noticeBox .listTable { width:100%; table-layout:fixed; border:none;}

.noticeBox .titleBox {
	margin-top:8px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-style: none;
}
.noticeBox .titleBox .title { }
.noticeBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#9A101B; }
.noticeBox .titleBox .title a {
	font-weight:bold;
	font-size:1.1em;
	color:#9A101B;
	text-decoration:none;
	
}
.noticeBox .titleBox .title a:hover { font-weight:bold; font-size:1.1em; text-decoration:underline;color:#9A101B; }
.noticeBox .titleBox .title a:visited { font-weight:bold; font-size:1.1em; text-decoration:none;color:#9A101B; }
.noticeBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.noticeBox .contentbox { line-height:150%; }
.noticeBox .contentbox img.thumbnail { padding:4px; border:1px solid #DEDEDE; margin:0 10px 10px 0;}
.noticeBox .contentbox img.thumbnail:hover { border:1px solid #54564b; }
