/* 全体
===========================================*/
body {	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	color: #000000;
	margin-top: 6pt;
}
.f1 {
	font-size: 8pt;	
	color: #000000
}
.up {
	font-size: 8pt;	
	color: #cc0000
}
p.hot {
	color: red
}
h1 {
	color: #cc0000
}
h2, h3, h4 {
	color: #000000
}
table {
	color: #FFFFFF
}
td, th {	
	font-family: osaka;
	font-size: 10pt;
	color: #000000
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt
}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	list-style-type: square;	
	list-style-position: outside
}
	
/* リンク
===========================================*/
a {	
	color: #3333ff;	
	text-decoration: underline
}
a:hover {
	text-decoration: none;
}

a .gray {	
	color: #333333;	
	text-decoration: underline
}
a:hover .gray {
	text-decoration: none;
}

/* コピーライト
===========================================*/
.copyright {
	display: none;
}