body	{
	background-position : 50% 0%;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-color:black;
	color: #ffffff;
	margin: 0% 10%;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";



	}
hr	{
	color: #ffffff; /* 線の色(IE用) */
	background-color: #ffffff; /* 線の色(NN用) */
	border: 1px; /* 枠の太さ */
	height: 1px;
	}
img 	{
	border-style:none;
	}

h1	{
	font-size:25px;
	}

h2	{
	font-size:43px;
	}
p	{
	font-family:"ＭＳゴシック"; 
	font-size:small;
	}

a		{text-decoration: none;} 
a:link		{ color:#ffffff; } 
a:visited	{ color:#f5f5f5; }
a:hover		{ color: #696969; }
