body {
	background-image:  url(http://speedmaster-st.com/gazou/001.JPG);
	background-attachment:fixed;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

table#table_01 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	width:600px;
	background-color:#000000;
}

table#table_01 td {text-align:center}

	
table#table_02 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:550px;
	background-color:#333333;
}

table#table_02 td {text-align:center;}

table#copylight_01 {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	width:606px;
	background-color:#000000;	
}

table#copylight_02 {
	margin-left:auto;
	margin-right:1px;
	width:450px;
}

.font_white {
	 font-size:12px; color:#FFFFFF;
	 font-weight:normal;
 }
 
.font_st {
	 font-size:14px; color:#FFFF00;
	 font-weight:bold;
 }

.font_st_link {
	 font-size:14px; color:#FFFF00;
	 font-weight:bold;
	 text-decoration:underline;
 }
 
.font_part {
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	}

a img {border:none}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}


div#subContents {   
    width: 30px;
	text-align:right;  
    padding: 10px;   
    position: fixed; right:80px;   
    top: 20px;   
    z-index: 20;   
} 
  
* html div#subContents    {
	position: absolute;
    top: expression(eval(document.documentElement.scrollTop));      
	left: 10px;
	height: 6px;
}