<!--テーブル表示用スタイルシート-->

<head>
  <style type="text/css">
  
.main {  
	width: 100%;  
	border: 1px solid #000;
	text-align: left;
	}  

.main div   {  
	width: 80%;  
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	}  

p.h1{font-size: 25px;}

p.h2{font-size: 15px;}

table{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
th{
    table-layout:auto;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
td{
    table-layout:auto;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
    text-align:left;
}

th.em{
	border: 1px #FFFFFF solid;
	table-layout:auto;
    color:#330000;
    background-color:#FFFFFF;
    background-position:left top;
    padding:0.3em 1em;
    text-align:left;
}

th.m{
	border: 1px #FFFFFF solid;
	table-layout:auto;
    color:#330000;
    background-color:#FFFFFF;
    background-position:left top;
    padding:0.5em 0 ;
    text-align:left;
}



</style>
</head>

 