@charset "UTF-8";

/*formatting style----------------------*/

* {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}
body {
	font-size: 11px;
	line-height: 1.7;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 590px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
hr {
	display: none;
}


/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}.news {
	padding: 0px 0px 5px;
	width: 560px;
	margin-top: 5px;
	margin-left: 20px;
	background-image: url(../news/580px.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.date {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
