@charset "UTF-8";

body{
	background: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
}

#Wrapper{
	width:800px;
	height:auto;
	margin: 0px auto;
	text-align: left; 
	background-color: #000;
}

h1{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
        margin:6px 0;
	color: #999;
	text-align:left;
	letter-spacing: 1px;
}

h2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
        margin:6px 0;
	color: #999;
	text-align:left;
	letter-spacing: 1px;
}

h3{
	font-size: 12px;
        margin:6px 0;
	color: #999;
	text-align:left;
	letter-spacing: 1px;
}

img {
	border: none;
}

p{
	text-align:left;
	font-style: inherit;
	line-height: 180%;
	font-weight: normal;
}

a{
	text-align:left;
	color: #FFF;
	font-style: inherit;
	font-weight: normal;
}

p.footer{
	text-align:center;
	font-size: 10px;
	font-style: inherit;
	font-weight: normal;
}
