@charset "UTF-8";
/* CSS Document */
html{
height:100%;
margin:0px;
padding:0px;
}
body{
height:100%;
margin:0px;
padding:0px;
background-position:top left;
background-image:url(../images/flamebg.jpg);
	background-repeat:repeat-y;
	background-color:#f8f8f6;
}


body,td,th {
	font-size: 11px;
	line-height:11px;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}



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;
}

