@charset "utf-8";
 /* sichou
------------------------------*/
.news
 {
	margin-left: 20px;
	border-bottom: 1px solid #999999;
}
.news h3 {
	margin-left: -20px;
}
.news p
 {
	margin-right: 3em;
	margin-left: 1em;
	line-height: 1.5em;
	font-size: 0.9em;
}
.news table#table-01 {
	border: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
.news table#table-01 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	border-top: 0 solid #666666;
	border-right: 0 solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #CCCCCC;
}
.news table#table-01 td {
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	border-top: 0 solid #666666;
	border-right: 0 solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
