@charset "utf-8";

#header,
#container,
#footer {
width:100%;
padding:0 5px;
margin:0;
position:relative;
}

body{
background-color:#FFFFFF;
background-image:none;
}

#content #topicpath,
#footer,
.pagetop,
.case_top,
.voice {
display:none;
}

* html #header,
* html #container {
width:100%;
position:relative;
}

#container {
margin:0 0 20px 0;
}

#container #content {
width:500px;
margin:0 15px 0 0;
padding:20px 10px 0 10px;
}
* html #container #content {
width:500px;
float:none;
position:absolute; top:0px; left:130px;
}

#container #side {
width:130px;
margin:0 0 0 15px;
padding:0 0 0 0;
}
* html #container #side {
width:120px;
margin:0 0 0 0;
padding:0 0 0 0;
}


#container #content table {
width:100%;
}
