/* ============================================================ 
	CSS READING

============================================================ */

@import url("menu.css");
@import url("box.css");
@import url("table.css");
@import url("chara.css");

body,div,span,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,img,object,param,embed{
    margin: 0;
    padding: 0;
    line-height:130%;
}


body {
	font-size: 80%; 
 	margin: 0px auto; 
	padding: 0px; 
	background: url(../img/background_body_grey.gif) top center repeat-y; 
 	font-family		:  arial, sans-serif, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN";
	text-align:center;
width : 770px ;
	}

img {border:0;}

fieldset{
 margin: 10px;
 padding: 10px;
 text-align:left;
 line-height:150%;
}

legend{
    font-weight:bold;
}

#outline {
width : 770px ;
text-align : left ;
background : white ;
	text-align:left;


}
.header {
}
.main {
 width: 590px;
 float: right;
 padding:0;
}
.left_side {
width : 180px ;
float : left ;
background : #F1F1F1 ;
}
.main2 {
 width: 410px;
 float: left;
 padding:10px 20px 10px 20px;
}
.right_side {
 width: 180px;
 float: right;
}
.c-both {
clear : both ;
}
.footer {
    background: #ebebeb;
    text-align: center;
    font-size: 90%;
    color:#666666;
}

.nav1-container {
 float:right;
}

.contents_box{
 width: 590px;
 float: left;

}

