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

body {
margin:0;
padding:0;
font-size:13px;
line-height:20px;
color:#444444;
background-color:#F2DDEA;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body a:link {color:#9a2929;text-decoration:underline;}
body a:visited {color:#9a2929;text-decoration:underline;}
body a:hover {color:#FF0000;text-decoration:underline;}
body a:active {color:#FF0000;text-decoration:underline;}

img{border:0;}

.small {font-size:11px;}
.big {font-size:14px;}

div#header {
width:100%;
height:80px;
background:url(images/header_bg.gif) repeat-x;
text-align:center;
margin:0px;
padding:0px;
}

div#header span {
width:800px;
height:78px;
background:#fff;
margin-bottom:10px;
}

#wrap {
margin:0px;
padding:0px;
width:840px;
text-align:center;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
}

#container{
width:800px;
text-align:center;
margin:0px;
padding:0px;
background-color:#FFFFFF;
}

div#side {
width:180px;
text-align:left;
background:#fff;
float:left;
margin:10px 0px;
padding:8px 12px 25px 8px;
}

div#main {
width:590px;
text-align:left;
background:#fff;
float:left;
margin:10px 0px;
padding:8px 10px 25px 0px;
}

div#footer {
clear:both;
width:100%;
height:50px;
background-color:#333333;
text-align:center;
margin:0px;
padding:0px;
}

div#footer div {
width:788px;
margin:0px;
padding:10px 5px;
text-align:right;
font-size:11px;
color:#fff;
}

.pagetop {
width:588px;
text-align:right;
margin-top:18px;
clear:both;
}
