@charset "utf-8";



div.news {
	
	}

div.news h2 {
	margin-bottom: 50px;
	text-align: center;
	}

div.news div.section {
	zoom: 1;
	margin-bottom: 30px;
	}

div.news div.section:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.news div.section h3 {
	margin: 0;
	padding: 5px;
	border: 1px solid #ebc83f;
	border-bottom: 0;
	border-left: 5px solid #ebc83f;
	color: #963;
	font-weight: bold;
	font-size: 116%;
	}

div.news div.section p.update {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #B36D0B;
	border-top: 0;
	border-left: 5px solid #B36D0B;
	display: block;
	background: #f0f0f0;
	font-size: 85%;
	text-align: right;
	}

div.news div.section ul {
	}

div.news div.section ul li {
	margin-left: 2em;
	list-style: disc;
	}

div.news div.section table {
	margin-bottom: 1em;
	border: 1px solid #d2af25;
	font-size: 85%;
	}

div.news div.section th {
	padding: 3px;
	border-right: 1px solid #d2af25;
	border-bottom: 1px solid #d2af25;
	color: #963;
	background: #fbe281;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	}

div.news div.section td {
	padding: 3px;
	border-right: 1px solid #d2af25;
	border-bottom: 1px solid #d2af25;
	text-align: left;
	}

div.news div.section table.minimum {
	margin: 0 0 10px 10px;
	float: right;
	}



