@charset "utf-8";

body {
	font-size: 12px;
	background-color: #00cc00;
	color: #000000;
	text-align: center; 
}
table { font-size: 12px }
p.copyright { font-size: 12px }
p.title { font-size: 15px; font-weight:bold }
a {
	color: #009000;
	text-decoration: underline;
}
a:active {
	color: #00ff00;
}
a:visited {
	color: #003300;
}
a:hover {
	background-color: #ccffcc;
	text-decoration: none;
}
table.update { width:720px }
table.main { width:700px; margin:10px }
td.main { vertical-align:top; width:720px; background-color:#ffffff }
td.title { font-weight:bold }
td.date { width:150px; text-align:center }
td.update { width:590px; text-align:left; padding-right:10px }
td.left { width:120px }
td.left2 { width:50px }
td.version { width:30 }
td.menu { width:100 }
hr { height:1px; color:#009900 }
b.caution { color: #0000ff }
