/*
Copyright (c) 2008, Inprovise, Inc. All right reserved.
*/

/*
a{
    color:#ffffff;
}

a:hover{
    color: #FF9900;

}
*/

#navi{
    background:url(img/navi_back_top.png) #ffffff;
}



#contents{
    padding-bottom:10px;
    width:840px;
    float: left;
    background-color: #ffffff;
}

#main {
    margin:10px 10px 0 10px;
    width: 580px;
    float: left;
}

#main h2 {
    margin: 0px 0 10px 0;
    width: 270px;
    height: 30px;
    display: block;
    text-align: center;
}


#main h3 {
    font-size: 1.2em;
}

#main li {
    margin: 0 0 5px 0;
    padding: 0 0 0 20px; 
    list-style-type: none;
    line-height: 1.5em;
    background: url(img/list.gif) no-repeat top left;
}

#main a{
    text-decoration: underline;
    color: #0066FF;
}

#main a:hover{
/*    text-decoration: none;
*/    color: #FF9900;
}

#key {
    float:left;
    width:580px;
    height: 170px;
}

#topic {
    margin-top:10px;
    float:left;
    width: 580px;
    height: 75px;
}

#news {
    margin-top:10px;
    padding: 5px;
    width: 270px;
    height: 100%;
    float: left;
    border: 1px #666666 dashed;
}

#news h2 {
    background: url(img/news.png) no-repeat;
}

#info {
    margin: 10px 0 0 0;
    padding: 5px;
    width: 270px;
    float: right;
    border: 1px gray dashed;
}

#info h2 {
    background: url(img/info.png) no-repeat;
}

#sub {
    margin:10px 10px 0 0;
    width: 215px;
    float: right;
}

#right{
    padding-right:1em;
    text-align:right;
}

#right2{
    padding-right:1em;
    text-align:right;
}