﻿@charset "UTF-8";

body {
margin:0;
padding:0;
width: 100%;
height: 100%;
background: url(../img/bg.gif) #FFFFFF; 
text-decoration: none;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 0.8em;
line-height: 1.3em;
text-indent: 0.8em;
color: #333333;
}
a {
text-decoration: none;
}
img {
border: none;
}
#wrapper {
position: absolute; 
left: 50%; 
margin-left: -375px;  
padding: 0;
width: 700px;
height: auto;
background: #FFFFFF;
}

#header {
margin-top: 10px;
padding: 0;
width: 700px;
height: 100px;
background: url(../img/head.jpg) no-repeat transparent;
}
h1 {
margin-left: -400px;
padding: 0;
text-indent: -999px;
width: 170px;
height: 50px;
background: url(../img/logo.gif) no-repeat transparent;
}


