@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
text-align:center;
font-size:95%;
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,sans-serif;

background-image:url(img/back_image.jpg);
background-repeat:repeat-x;
}
div#wrapper {
width:750px;
height:auto;
padding:5px;
margin:5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}
div#home {
width:50px;
height:10px;
float:right;
margin-right:10px;
}
a:hover,a:visited {
font-size:100%;
color:#FF6600;
}
div#header {
background-image:url(img/header.jpg);
margin-top:25px;
width:750px;
height:50px;
text-indent:-9999px;
} 
div#contents{
padding:10px;
margin:20px auto 20px auto;
width:600px;
height:auto;
} 
p {
text-align:left;
color:#666666;
text-indent:1em;
font-size:105%;
letter-spacing:0.3em;
line-height:1.7;
}
p.next {
padding-top:10px;
}
p#adress {
letter-spacing:0.1em;
font-size:95%;
} 
span.bold {
color:#333333;
}
div#footer {
width:700px;
margin:20px auto 10px auto;
color:#666666;
padding-top:5px;
border-top:2px solid #666666;
}
 

