h1 {
	text-align: center;
	font-size: 6px;
	font-weight: normal;
	color: #ffffff;
}
h2 {
	text-align: center;
	font-size: 6px;
	font-weight: normal;
	color: #ffffff;
}
img{border:0px;}
/* 全体の設定*/
BODY{
    font-style:normal;/*文字のスタイル*/
    font-weight:normal;/*文字の太さ*/
    font-size:small;/*文字の大きさ*/
    text-align:center;/*文字の寄せ方*/
    color:#000000;/*文字の色*/
    background-color:#ffffff;/* 背景の色 */
 }

/*枠用ID*/
table#structure{
    background-color:#FFFFFF;
    width:1000px;
    border-width:1px;
    border-color:#FFFFFF;
    border-style:solid;
    text-align:left;
    margin:0px auto;
}

td#head{
    width:1000px;
}

div#banner img{
    width:468px;
    height:60px;
}

td#main-left{
    text-align : center;
    width:200px;
}
div#ranking img{
    width:100px;
    height:100px;
}

td#main-right{
    width:800px;
}
td#foot{
    width:1000px;
}
