/*  ------テーブル_透明------ */

table.table0 {
    font-size:100%;
	font-size: 100%;
	font-size/**/:/**/100%;
	line-height: 150%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
	border-style:none;
	
	}
table.table0 td {
	border-style:none;
	padding:1px;
	cell-padding:1px;
	vertical-align:top;
	}
	
	

/* ------テーブル_パープル------ */

table.table1 {
font-size:100%;
line-hight:150%;
	border-style:none;
	background-color:#999999;
	
	}
table.table1 td {
font-size:100%;
line-hight:150%;
	border-style:none;
	
	padding:3px;
	cell-padding:1px;
	background-color:#eeeeee;
	}
table.table1 th {
font-size:100%;
line-hight:150%;
text-align:left;
	color:#333399;
	font-weight:bold;
	border-style:none;
	background-color:#CFCFEA;
	padding:3px;
	}
/* テーブル align */		
#aRight{
	text-align:right;
	}
#aLeft{
	text-align:left;
	}
	
#aCenter{
	text-align:center;
	}
/* テーブル セルカラー */	
	
table.table1 td.bg_eeeeee{
	background-color:#eeeeee;
	}
	
table.table1 td.bg_F9E6BC{
	background-color:#F9E6BC;
	}
	
table.table1 td.bg_E0E0FA{
	background-color:#E0E0FA;
	}	
	
table.table1 th.bg_333399{
	background-color:#333399;
	font-color:#ffffff;
	}		
	
/* ------テーブル指定 グレー------ */

table.gray{
font-size:100%;
line-height: 150%;   
border-style:none;
background-color:#999999;

}

table.gray th
{
font-size:100%;
background-color:#dddddd;
color:333333;
padding:4px;
}

table.gray th#aLeft{
text-align:left;
}

table.gray td
{
font-size:100%;
line-height: 150%;   
border-style:none;
background-color:#ffffff;
vertical-align:top;
padding:4px;
cell-padding:1px;
vertical-align:top;
}

table.gray td#aCenter
{
text-align:center;
}

