@import url(common.css);
/* position settings */
body{
    width : 902px;
    padding-right : 0;
}
ul#HEADER{
    margin-right   : 0;
}
div#NOTICE, div#MAIN {
    float : right;
}
div#NOTICE{
    margin     : 0 -2px 2px 0;
    padding    : 0px;
    width      : 190px;
    min-height : 476px;
}
div#MAIN {
    margin  : 0 0 10px 0;
    padding : 5px 15px 0 0px;
    width : 667px;
}

/* body */
div#NOTICE{
    background-color : #eeeeee;
    background-repeat : no-repeat;
    background-position : 0 117px;
}

div#NOTICE ul{
    margin  : 0;
    padding : 0;
}
div#NOTICE li{
    margin  : 0 0 5px;
    padding : 3px;
    background-color : #eee;
    list-style-type : none;
    line-height : 110%;
}
div#NOTICE a{
    border : none;
    background : none;
	text-decoration: none;
}
div#NOTICE a img{
    display : block;
    border  : 1px solid #666;
	text-decoration: none;
}
div#NOTICE a:hover img{
    border : 1px solid #f00;
}
div#MAIN h1{
    margin  : -4px 0 0 -15px;
    padding : 0;
	line-height : 20px;
}
div#MAIN h1{
    background-color : #fff;
    border        : none;
    font-size     : 100%;
    font-weight   : bold;
    width         : 557px;
    height        : 242px;
}
div#MAIN p#INTRO{
    margin : 0 0 0 -15px;
    padding : 0;
    text-indent   : 0;
    margin-bottom : 0;
}
div#MAIN td {
    padding : 0;
}
div#MAIN img {
    border        : 1px solid  #666;;
}
 div#MAIN hover img {
    border        : 1px solid #f00;;
}
strong{
    font-weight : normal;
}

h2#NEWS{
    margin-top    : 0.8;
}
dl#NEWS-MENU{
    line-height : 1.6;
}
dl#NEWS-MENU dt{
    clear : left;
    float : left;
    width : 8.0em;
    font-weight : bold;
}
dl#NEWS-MENU dd{
    margin-left : 8.5em;
}