* {
margin: 0;
padding: 0;
font-size: 100%;
line-height: 1.8em;
text-align: left;
box-sizing :border-box;
-moz-box-sizing : border-box;
}

body{
margin:10px auto;
color: #282828;
font: 80%/1.8em "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
text-align:center;
}

a{text-decoration:underline;line-height:140%;}
a:link{color:#696969;}
a:visited{color:#696969;}
a:hover{color:#0000cd;}
a:active{color:#0000cd;}

img{border:0;}

#container{
margin:auto;
width:770px;
text-align:center;
}

#header{
margin:0 auto;
width:750px;
height:55px;
}

#top_img{
float:left;
margin:auto;
width:250px;
height:55px;
}

#menu_tr{
float:right;
font-family:Arial,Helvetica;
font-weight:bold;
color:#191970;
height:55px;
}

#menu_tr img{margin-top:37px;}

#menu{
width:770px;
padding:5px 10px;
background-color:#efefef;
font-family:Arial,Helvetica;
font-weight:bold;
color:#191970;
}

#main_box{
width:750px;
margin:20px auto 0;
background-image:url("../share_images/back.gif");
background-repeat:repeat-y;
background-position:0% 0%;
}

#side_menu{
float:left;
width:147px;
background-color:#efefef;
}

#main{
float:right;
width:584px;
}

#footer{
margin:0 auto;
padding-bottom:2px;
width:770px;
border-bottom:2px solid #003366;
}

#copy{
float:left;
width:560px;
padding-top:30px;
text-align:right;
font-size:94%;
color:#808080;
background-image:url("../share_images/back.gif");
background-repeat:repeat-y;
background-position:9px 0%;
}

#pagetop{float:right;padding-top:30px;}

#pagetop img{margin-top:8px;}

.textm{font-size:88%;line-height:120%;}

.cl{clear:both;}