@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


html {
	overflow-y: scroll;
}
a:hover {
	color: #F60;
}
.newsRelease {
 background: #F7F7F7;
}
.newsRelease th {
	width: 39%;
}
.newsRelease th,
.newsRelease td {
	font-size: 75%;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
	text-align: left;
	color: #333333;
	line-height: 1.2;
}
.newsRelease p {
	margin: 0;
	padding: 0;
}

