BODY {	COLOR: #FFFFFF; 
        background-color: #FFFFFF; 
        TEXT-ALIGN: center;
}

TABLE {	background-color: #000000
}

IMG {	BORDER: none
}

A {	TEXT-DECORATION: none
}

A:hover {
	COLOR: red; TEXT-DECORATION: none
}

pt    { font-size: 7pt;
}

py    { font-size: 20pt;
}

DIV#format {
	MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; TEXT-ALIGN: center; ALIGN: center;
}

DIV#WRAPPER {
	width: 85%;
        margin: 0 auto;
        text-align: center;
}

.center    { TEXT-ALIGN: center
}

A{/*リンクされた文字*/
    color: #FFFFFF;
    font-style:normal;
}

A:link {/*未訪問のリンク*/
    color: #FFFFFF;
    font-style:normal;
}
A:visited {/*訪問後のリンク*/
    color: #FFFFFF;
}

DIV#OVER {
    position: absolute; 
    top: 120px; 
    center: 100%; 
    width: 450px; 
    font-size: 25pt;
}
HR  {
     border: none;
     border-top: dotted 1px #FFFFFF;
     height: 1px;
     color: #FFFFFF;
     WIDTH: 990px;
}
