﻿@charset "utf-8";

/* all */
body {
padding:0px;
margin:0px;
font-size:14px;
color:#333333;
font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
line-height:1.4em;
background-image:url("../img/main_back.gif");
background-position:center top;
background-repeat:repeat;
background-attachment:fixed;
}

p {
font-size:14px;
line-height:1.4em;
}

img {
border:0px;
}

a {text-decoration:underline;}
a:link {color:#0000ff;}
a:visited {color:#800080;}
a:hover {color:#ff0000;}
a:active {color:#FF0000;}


/* class */

.clear{
clear:both;
}

.banner{
margin-top:7px;
}

/* div_id */

div#header_top{
padding:0px;
margin:0px;
height:auto;
width:880px;
}

div#header_low{
padding:0px;
margin:0px;
height:auto;
width:880px;
clear:both;
}

div#navi{
padding:0px;
margin:0px;
float:right;
}

div#main{
padding:0px;
margin:5px 0px 0px 0px;
height:2150px;
width:900px;
clear:both;
}

div#body_left{
padding:0px;
margin:0px 0px 0px 70px;
height:2250px;
width:550px;
background-image:url(../img/left_back.png);
background-repeat:repeat;
background-position:center top;
float:left;
}


div#body_right{
padding:0px;
margin:0px 0px 0px 621px;
height:2250px;
width:250px;
background-image:url(../img/right_back.png);
background-repeat:repeat;
}

div#footer{
clear:both;
padding:0px;
height:auto;
width:880px;
margin:0px 0px 0px 0px;
}
