body {
	margin:10px 0px 0px 0px;
	text-align:left;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
table {
	line-height:150%;
}
td {
	padding: 0px;
	margin: 0px;
}
/* 全体　*/
.comment {
	color: #333333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.topics {
	letter-spacing: 5px;
	color: #990000;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.moji {
	color: #333333;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.mojis {
	color: #333333;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#tosatopbg {
	background-image: url(yama.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* リンク　*/
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #669900;
	background: #ffffcc; color: #669900;
	text-decoration: underline;
	position:relative; top:1px; left:1px;
}
a:active {
	background: #669900; color: #fff;
	text-decoration: underline;
}
