@charset "UTF-8";
/* CSS Document */

body {
margin:0;
background-image:url(../images/bg.gif);
background-repeat:repeat;
font-family:HiraKakuPro-W3, "Osaka－等幅", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
color:#857c56;
}

p {
font-size: 10px;
}

img {
border:none;
}

a {
color:#59a0b8;
text-decoration:none;
}

a:hover {
color:#ff0066;
}

.clearboth {
clear: both;
line-height:1px;
}

div#wrap {
text-align:center;
background-image:url(../images/bg_wrap.gif);
background-repeat:repeat-x;
width: 100%;
}

div#contents {
margin:0 auto;
width:600px;
text-align:left;
}

/*header*/

div#header {
width:600px;
height:81px;
background-image:url(../images/bg_header.gif);
background-repeat:no-repeat;
}

h1 {
margin:0;
padding:0;
width:200px;
height:80px;
float:left;
}

h1 span {
display:none;
}

h1 img {
border:none;
}

h2 {
padding: 0 0 0 15px;
margin: 20px 0 20px 0;
display: block;
}

h3 {
font-size: 12px;
padding: 0 0 0 15px;
margin: 0 0 20px 0;
display: block;
}



