﻿@charset "utf-8";

@import "default.css";
@import "elements.css";
@import "multi-column.css";
@import "header.css";
@import "footer.css";
@import "navigation.css";
@import "contents.css";


html {
background-color: white;
}

body {
background: none;
}

* html div#listnavigation {
position: absolute;
}

div#wrapper{
clear: both;
padding-top: 6px;
}

div#menubox {
float: left;
background-image: none;
}

div#min-contents {
width: 508px;
float: left;
padding: 0 27px 0 22px;
}

* html div.news-box {
position: absolute !important;
float: none;
}

* html ul.top-bunner {
float: right;
margin-right: -72px;
}

* html div.first-box {
float: left;
}

* html div.end-box {
float: right;
margin-right: -41px;
}












