/* ページの基本デザイン用CSS */
body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
}

a { color: #0000FF; font-weight: bold; text-decoration: none }
a:hover { color: #FF4500; text-decoration: underline }
a:vlink { color: #0000FF; text-decoration: none }

td {
	text-align: left;
	padding: 4px 2px;
	border-bottom: dashed 1px #000000;
}

td.r {
	text-align: right;
	text-valign: top;
	padding: 4px 2px;
	border-bottom: dashed 1px #000000;
}

p {
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}

p.red {
	color: #FF0000;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}

p.grn {
	color: #008000;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}
	