body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	text-decoration: underline;
}
a:link {
	color: #990000;
}

a:active {
	color: #990000;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #660000;
}

td,th {
	font-size: 0.8em;
}

#sitetitle {
	color: #9D1D11;
	font-weight: bold;
}

#sitetitle a:link,#sitetitle a:active,#sitetitle a:hover,#sitetitle a:visited {
	text-decoration: none;
	color: #9D1D11;
}

h1,h2,h3{
	margin:0;
	padding:0;
}
