@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	height:100%;
	color:#CCCCCC;
}

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	line-height: 16pt;
	font-weight: normal;
}


a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #C00;
}
.date {
	font-size: 16pt;
	color: #b50a14;
	font-weight: bold;
}


p{
	font-size:11px;
	padding:0 0 10px;
	margin:0;
}