#container{
width:800px;
margin-left:auto;/*自動*/
margin-right:auto;
padding: 5px 5px 5px 5px; /*上、右、下、左の順の設定*/
}

table#table-01 {
    width: 600px;
    margin-left: 100px;
    border: 5px #999966 solid;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

table#table-01 th {
	color: #c71585;
	font-family: fantasy;
    padding: 20px;
    border: 0px solid;
    border-width: 0 0 0 0;
    background: #ffffff;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

table#table-01 td {
	color: #00008b;
    padding: 20px;
    border: 5px  #003333 solid;
    border-width: 5px 0 5px 0;
    line-height: 120%;
    text-align: left;
}

table#table-01 td  a{
	display:block;
	height:20px;
	line-height:20px;
	color:#990000;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
}
 
table#table-01 td a:hover{
color:#fff;
background:orange
;}


#foot{
clear:both;/*回り込みの解除*/
text-align:right;
font-size:10px;
width:800px;
height:10px;}

