@charset "utf-8";

@import "common.css";
@import "top.css";
@import "service.css";

/*--- base ---*/

body {
background:none;
}  


/*--- gnavi ---*/

#gnavi{
width:805px;
height:42px;
background:url(../images/gnavi_bg.gif) no-repeat;
padding:0 15px 0 16px;
}

#gnavi li {
display:inline;
}


/*--- sideL ---*/

#sideL{
width:184px;
float:left;
margin:0 -184px 0 4px;
}


/*--- sideR ---*/

#sideR{
width:590px;
display:inline;
margin:0 0 20px 218px;
}

#sideR #gototop{
display:none;
}

/*--- footer ---*/

#footer{
clear:both;
background:#53a4d8;
margin-top:20px;
text-align:center;
height:30px;
}

/*--- copyright ---*/

#copyright{
display:none;
}

