@charset="UTF-8";

html{

}

body {
    text-align:center;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	font-size:12px;
	line-height:1.3em;
    -webkit-text-size-adjust: none;
	background:url(img/back.gif) #000000;
}

#wrapper{
  margin:0;
  padding:0;
  width:100%;
  background-position:bottom;
}

header{
text-align:center;
color:#FFFFFF;
line-height:28px;
background: url(img/headerback.gif) repeat-x #996633;
}

#ftimg{
clear:both;
}

footer{
text-align:center;
color:#FFFFFF;
line-height:28px;
clear:both;
}

nav a{
	text-decoration:none;
	display:block;

	font-weight:bold;
    text-decoration:none;
}