@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	letter-spacing:0px;
}
body {
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 0;
	overflow-y: scroll;
	background-color: #000;
	background-image:url(../images/bg/bg01.gif);
	background-repeat:repeat;
	background-position:left top;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

a {
	color:#0718fe;
	text-decoration:underline;
}
a:hover {
	color:#820041;
}
p{
	text-align:justify; 
	text-justify:inter-ideograph;
	padding:0;
	margin:0;
	letter-spacing:1px;
}
ul {
	padding:0;
	margin:0;
}
oi {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style-position: outside;
	list-style-type: none;
}
img {
	border-width:0px;
	vertical-align: bottom;
	display:block;
}
br {
	letter-spacing:0;
}
h1,h2,h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
.clear {
	clear:both;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
}
