@charset "UTF-8";
/* CSS Document */
html {
	scrollbar-track-color: #d1cedf;
	scrollbar-face-color: #959ec3;
	scrollbar-arrow-color:#959ec3;
	scrollbar-3dlight-color: #959ec3;
	scrollbar-darkshadow-color: #959ec3;
	scrollbar-highlight-color:#d1cedf;
	scrollbar-shadow-color: #d1cedf;
}
a {color:#0000CC;}

h2{color:#0066CC;
font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size:12px;}
	
body {
    margin:0px;
    padding:0px;
	background-color:#000000;
	background-position:center;
	}
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
#main {
	position:absolute;
	top:50%;
	left:50%;
	width: 850px;
	height: 563px;
	margin:-282px 0 0 -425px;
}
.flame {
width:850px;
height:563px;
background-image:url(../images/top_bg.jpg);
background-repeat:no-repeat;
margin-top:0;
margin-left:0px;
color:#FFFFFF;
}
.topics{
margin-top:406px;
}
.menu{
margin-top:5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
h1 {
	font-size: 11px;
	color: #000;
     position: relative;
     }
h1 span {
     color: #fff;
     display: block;
     position: absolute;
     top: -1px;
     left: -1px;
     }

h2 {
	font-size: 10px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
.text {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	font-size: 18px;
}
