/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
        background:#ffffff url(bg6.gif) repeat-y;
	background-position:center;
}

/* テーブル・段落 */
td { font-size:13px; color: #008000;}
p  { margin:3px 5px; color: #008000;}

/* リンク */
a       { color:#008000; text-decoration:none; }
a:hover { color:#008000; text-decoration:underline;}
a.blue:link { color:#0000ff; text-decoration:none; }
a.blue:visited { color:#0000ff; text-decoration:none; }
a.blue:active { color:#0000ff; text-decoration:none; }
a.blue:hover { color:#0000ff; text-decoration:underline;}

/* コンテンツ */
h1 { color:white;  font-size:6pt;}
h2 { color:white;  font-size:11pt; margin:0px 0px;}
h3 { color:#008000; font-size:11pt; margin:0px 0px;}

.text {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #008000;
	padding: 5px;
}

.contents { bgcolor="#3eb370"; }