body {
		color: #333333;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
		text-align: left;
    }
		
A:link { text-decoration:none; color:#3333CC }
A:visited { text-decoration:none; color:#000099 }
A:active { color:#CC9900 }
A:hover { color:#CC9900 }

/* 全体の位置指定*/
#center {
  text-align: center;
}
#left {
  text-align: left;
}
#right {
  text-align: right;
}

/* テーブル背景 */
.c00 { background-color: #000000 }
.c01 { background-color: #EEEEEE }
.c02 { background-color: #D5E5F6 }
.c03 { background-color: #FFFFEE }
.c04 { background-color: #AAAAAA }


/* テキスト */
.txt05{
		font-size:16px;
		letter-spacing:1px;
		line-height:18px;
		}

.txt04{
		font-size:14px;
		letter-spacing:1px;
		line-height:16px;
		}

.txt03{
		font-size:13px;
		letter-spacing:1px;
		line-height:14px;
		}
		
.txt02{
		font-size:11px;
		letter-spacing:1px;
		line-height:14px;

		}

.txt01{
		font-size:10px;
        letter-spacing:1px;
		line-height:12px;
		}

.txt00{
		font-size:9px;
        letter-spacing:1px;
		line-height:11px;
		}

