/* CSS Document */

body{
	background:#000;
	margin:0px;
	padding:0px;
	}
	
table.A{
	width:100%;
	height:100%;
	}
	
	td.H48{height:48px;background:url(../img/header_bg.gif);}
	td.H32{height:32px;background:url(../img/main_bg.gif);}
	td.H16{height:16px;}
	td.H8{height:8px;}
	td.Hnone{background:url(../img/main_bg.gif);}
	td.HR{height:8px; background:url(../img/hr.gif);}
	td.W8{width:8px;}
	td.W220{width:220px;}
	

table.E{
	width:760px;
	background:url(../img/footer_bg.gif) no-repeat top center;
	}
	
th{
	text-align:left;
	background:#dedede;
	border-left:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	}

th.head{
	text-align:left;
	background:#dedede;
	border-top:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	}
	
td.toku{
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	}
	td.tokuhead{
	border-top:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	}
	

img.icon{
	margin:4px;
	float:left;
	display:block;
	}