/* CSS Document */
.site{
 width:790px;
 height:600px;
 text-align:left;
 background-color:#FAFAFA;
}

.top{
 width:790px;
 height:106px;
 background-image:url(/templates/images/screendesign/bgr_top.gif);
 background-repeat:repeat-x;
}
.logo{
 z-index:54;
 position:absolute;
 width:402px;
 height:40px;
 margin-top:22px;
 margin-left:260px;
 background-color:#ffffff;
 background-image:url(/templates/images/screendesign/logo_01.gif);
 background-repeat:no-repeat;
}
.logo-link{
 position:absolute;
 z-index:55;
  width:402px;
 height:40px;
 margin-top:22px;
 margin-left:260px;
}



.top-navi{
 z-index:53;
 position:absolute;
 width:300px;
 margin-top:86px;
 margin-left:570px;
}

.middle{
/* z-index:51; */
 float:left;
 width:790px;
 height:100%;;
 background-color:#FAFAFA;
}
.left{
 z-index:50;
 position:absolute;
 width:240px;
 height:75%;
}
.left-navi{
 position:absolute;
 width:240px;
 padding-top:0px;
 background-image:url(/templates/images/screendesign/bgr_navi.gif);
 background-position:top left;
 background-repeat:repeat-y;
}

.slogan{
 z-index:52;
 position:absolute;
 width:550px;
 height:30px;
 margin-left:240px;
 background-color:#FAFAFA;
 background-image:url(/templates/images/screendesign/slogan_01.gif);
 background-position:left;
 background-repeat:no-repeat;
}

.content{
 z-index:51;
 position:absolute;
 width:520px;
 margin-top:10px;
 margin-left:260px;
}

.right{
 position:absolute;
 width:170px;
 height:100%;
 margin-top:17px;
 margin-left:617px;
}

