/* 基礎 */
body			{ color: #008080;
				  background-color: #00d0ff; }
div				{ text-align: center; }

/* リンク関連 */
a:link			{ color: #008080; }
a:active		{ color: #ff0000; }
a:visited		{ color: #008800; }
.motoneta		{ text-decoration: none; 
				  color: #008080; }

/* テーブル */
table			{ empty-cells: hide;
				  width: 90%; }
table.corpus	{ empty-cells: hide;
				  width: auto; }
table.notice	{ empty-cells: hide;
				  width: 600px; }
table.history	{ width: auto; }
tr				{ background-color: #00ffff; }
tr.new			{ background-color: #0dffff; }
tr.border		{ background-color: #00d0ff; }
tr.notice		{ background-color: #40ffff; }
tr.comment		{ text-align: left; }
tr.history		{ text-align: left;
				  font-size: small;
				  background-color: #00ffff; }
th				{ padding: 5px; }
td				{ padding: 5px; 
				  line-height: 150%; }
td.banner		{ width: 200px; 
				  padding: 0px; }
td.copyright	{ width: 400px; }
td.upddate		{ width: auto;
				  padding: 3px; }
th.title		{ background-color: #d0ffff;
				  width: auto;
				  padding: 3px;
				  text-align: left; }
td.sample		{ background-color: #ffffff;
				  font-size: small;
				  text-align: left; }
div.sample		{ width: 60%;
				  padding: 3px;
				  background-color: #ffffff;
				  font-size: small;
				  line-height: 150%;
				  text-align: left; }
