/*ブラウザの設定をクリア*/

* { margin:0; border:0; }



/*背景*/

body{ background:#ffffff ; }

body.top{ background:#333333 url(./images/bg.jpg) repeat-x }







/*テーブル*/

table.body{ margin:auto ;background:white }

table.top{ margin:auto ; background:transparent }

table.top2{ background:transparent }

td.wt{ background:white }







/*テキスト*/

p.index1{ color:#f014aa ; font-size:18pt ; font-family:serif }

p.index2{ color:#f014aa ; font-size:10pt ; }

p.small{ color:#333333 ; font-size:9pt ; }

p.normal{ color:#333333 ; font-size:10pt ; }





/*更新履歴表示領域*/

div.updatelog {

	border: solid 1px #80c7ff;

	width: 300px;

	height: 100px;

	padding: 0.5em;

	overflow: auto;

}

