@charset "utf-8";

body {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
table {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.TableBGheder {
	background-repeat: repeat-x;
	background-position: top;
}

.TableBGfooter {
	background-repeat: repeat-x;
	background-position: bottom;
}

.TableBGbody {

	background-repeat: no-repeat;
	background-position: right top;
}

.FontBig {
	font-size: 14px;
	line-height: 150%;
}

#DiaryBody{
	line-height: 150%;
	width: 90%;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
.FontMini {
	font-size: 10px;
}
.DotlineUnder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
.infotable a:link,
.infotable a:visited {
	line-height: 150%;
	text-decoration: none;
}
.infotable a:hover,
.infotable a:active {
	text-decoration: underline;
}
