/* rotate*/
div#rotate {
	margin: 0 0 0 10px;
}
div#rotate a:hover{
	text-decoration: none;
}

/* newsbox*/
div#newsbox {
	margin: 0 0 10px 0;
	border-bottom: dotted 2px #eee;
}
div#date {
	font-weight: bold;
	color: #429f27;
	line-height: 180%;
}
div#n_text {
	line-height: 180%;
}

div#maincontents table {
	table-layout:fixed;
	width: 98%;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 10px;
}
div#maincontents table th {
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	line-height: 150%;
	width: 20%;
	padding: 5px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efefef;
}
div#maincontents table td{
	width: 80%px;
	font-size: 0.9em;
	line-height: 150%;
	padding: 5px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}
div#maincontents h4{
	padding: 0 0 0 12px;
	margin: 20px 0 5px 0;
	font-size: 15px;
}
