@charset "UTF-8";

/* IMPORT CSS */

@import url(header.css);
@import url(main_top.css);
@import url(footer.css);
@import url(rightsidebar.css);
@import url(leftsidebar.css);

/******************* Reset *******************/

body,h1,h2,h3,h4,h5,h6,div,li,ul,dl,dt,dd,form{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
li{list-style:none;}
p,ul{margin:0px;padding:0px;}
img{border:0px;}

*{margin:0px;padding:0px;}

*{
    margin: 0px;
    padding: 0px;
}

/******************* BODY *******************/

html{
    height:100%;
}

BODY{
    text-align:center;
    height:100%;

    background-image : url(img/bg.gif);
    background-position : left top;
    background-repeat : repeat;

    font-family : Verdana,Arial,sans-serif;
}

/******************* Hyper link *******************/

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #303cc7;
}

/******************* HEADER BACKGROUND *******************/


#belt{
    padding: 0px 0px 0px 0px;
    border-bottom-width:10px;
    border-bottom-style:solid;
    border-bottom-color:#171c60;
    background:#ffffff;
}

/******************* CONTENTS - AREA *******************/

#contents{
    width: 1000px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;

    background:#ffffff;
    height: auto;
}

#contentleft{
    float:left;
    width:810px;
    overflow: hidden;
}

#leftsidebar{
    float:left;
    width:190px;
}

#rightsidebar{
    float:right;
    width:190px;
    text-align: left;
}