@charset "utf-8";
/* CSS Document */

div#contentsTwoColumn div.notificationTable h2 {
	position: relative;
	background-color: #FFFFFF;
	border: none;
	font-size: 120.1%;
	border-bottom: 3px solid #D6D8DA;
	padding: 0;
}

div#contentsTwoColumn div.notificationTable h2 span {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	border-bottom: 3px solid #CC0000;
	padding:  0 5px;
	margin-bottom: -3px;
}

div#contentsTwoColumn div.notificationTable h2 span.important { color: #CC0000; }