BODY{	background-image	: url("gazou/moonbg0.jpg") ; 
	color			: MediumBlue ; 
	margin-top		: 8% ; 
	margin-bottom		: 8% ; 
	font-famiry		: monospace ; }

TABLE
{	border			: solid 1 Blue ; }
TH{	background-color	: LightBlue ; 
	vertical-align		: middle ; 
	border			: solid 1 Blue ; }
TD{	vertical-align		: top ; 
	border			: solid 1 Blue ; }

A:link{		color 		: Teal ; }
A:visited{	color 		: Cyan ; }
A:active{	color 		: Teal ; }
A:hover{	color 		: Orange ; 
		font-weight	: bold ; }


#cen /* センタリング */
{	text-align		: center ; }
#lef /* 左寄せ */
{	text-align		: left ; }
#ri /* 右寄せ */
{	text-align		: right ; }


#backt /* TDカラー */
{	background-color	: LightCyan ; }

.tbody /* ボディテーブル */
{	background-color	: SkyBlue ; 
	border-width		: 0 ; }
#ttabl /* 一般表罫線あり */
{	border			: solid 1px Blue ; }
#ttablc /* 一般表罫線あり:センタリング */
{	border			: solid 1px Blue ; 
	text-align		: center ; }
#backt /* 一般表罫線あり:背景色あり */
{	border			: solid 1px Blue ; 
	background-color	: LightCyan ; }

#an /* 更新情報表示 */
{	color			: HotPink ; 
	font			: bold monospace ; }

#time /* 更新日表示 */
{	color			: HotPink ; 
	font			: bold small monospace ; 
	text-align		: right ; }

#tyu /* 商標表示 */
{	color			: HotPink ; 
	font			: bold xx-small monospace ; 
	text-align		: center ; }

#atop /* トップページのリンク枠線 */
{	border			: 0 ;}

#mojiss
{	font-size		: x-small ; }