@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#outbox {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0064B0;
	padding-bottom: 3px;
	padding-top: 5px;
}
#news a {
	text-decoration: none;
	color: #000000;
}
#news a:visited {
	color: #333333;
	text-decoration: none;
}
#news a:hover {
	color: #333333;
	background-color: #B8E7FF;
	text-decoration: none;
}
#news a:active {
color: #333333;
	background-color: #B8E7FF;
}
