@charset "UTF-8";

@import "base.css";
@import "structure.css";
@import "top.css";


body{
background-color:#FFF;
background-image:none;
font-size:9pt;
}
#wrapper{
width:90%;
margin:0;
text-align:left;
}
#mainContainer{
width:100%;
background-image:none;
}
#leftContents,
#rightContents{
width:100%;
}

#header{
height:auto;
background-image:none;
}
#header h1{
width:357px;
height:48px;
position:absolute;
left:0px;
top:0px;
}
