@charset "utf-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	background-color: #EBF2F5;
	padding: 10px;
}
a:link,
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #C14A28;
	text-decoration: underline;
}
#news{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news td,
#news th{
	vertical-align: top;
	display: table-cell;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8FB1C0;
	background-color: #EBF2F5;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}