@charset "UTF-8";

/* Basic Elements --------------------------------------- */
body{
margin:0px;
padding:0px;
background:#F3F5F5 url(../images/bg_body.gif) repeat-x;
text-align: center;
color: #666;
font-family:/* "メイリオ", */"ＭＳ Ｐゴシック";
}

h1,h2,h3,h4,p,ul{
margin: 0px;
padding: 0px;
}

img{ 
border: 0px; 
vertical-align: top;
}

a{ color:#666; }
a:hover{ text-decoration: none; color:#3ac;}

/* Escape Error in Floating Block ----------------------- */

.esc:after{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0px;
}
* html .esc { display: inline-block; }
/* no ie mac \*/
* html .esc { height: 1%; }
.esc { display: block; }
/* */


/* Layout ----------------------------------------------- */

#container{
width: 818px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#pagebody{
background: url(../images/bg_pagebody.gif) repeat-y;
width: 800px;
padding: 20px 9px 0px 9px;
}

#pagebody-inner{
background: url(../images/bg_pagebody_inner.gif) repeat-y;
width: 800px;
}


#pagetop-footer{
padding: 25px 20px 5px 0px;
text-align: right;
}

#pagetop-footer img{
vertical-align: bottom;
}

#footer{
background: url(../images/bg_footer.gif) no-repeat;
height: 62px;
}

#privacy{
text-align: right;
font-size: 12px;
padding: 10px 20px 0px 0px;
}

#privacy a{
color: #fff;
text-decoration:none;
}

#copyright{
padding: 9px 0px 0px 24px;
}

