/* CSS Document */
body{
 background-color: #EEEEEE;
 margin: 0px;
 padding: 0px;
 font-size: 14px;
 line-height: 150%;
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

#header{
 height: 78px;
 border-top: 3px solid #3D8DC3;
 line-height: 130%;
}

#header a{
 color: #626262;
 text-decoration: none;
}

.header_left{
 width: 563px;
 padding: 7px 0px 5px 13px;
 float: left;
}

.header_right{
 width: 180px;
 padding: 7px 18px 9px 17px;
 text-align: right;
 float: right;

}

a.small{
 background-image: url(images/head_mozi_s.gif);
}

a:hover.small{
 background-position: 0px -24px;
}

a.middle{
 background-image: url(images/head_mozi_m.gif);
 background-position: 0px 0px;
}

a:hover.middle{
 background-position: 0px -24px;
}

a.large{
 background-image: url(images/head_mozi_l.gif);
 background-position: 0px -24px;
}

a:hover.large{
}

#login_Box a{
 display: block;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
}

#logout_Box {
 font-size: 12px;
}

#logout_Box a{
 display: block;
}

#footer{
 height: 66px;
 margin: 0px 5px 0px 5px;
 background-image: url(images/footer_bg.gif);
 background-repeat: no-repeat;
 font-size: 12px;
 line-height: 130%;
}

.footer_left{
 width: 450px;
 float: left;
 padding: 27px 0px 0px 14px;
}

.footer_right{
 width: 310px;
 float: right;
 padding: 3px 14px 0px 0px;
 font-weight: bold;
}
