body{           
    margin:   0px; 
    padding:  0px;
    color: #000000;
    background-color: #07004B;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    font-family: serif, arial;
    font-style:  normal; 
    font-weight: normal;
    font-size:     17px;
}

a:link    {color: #000000; text-decoration:none }
a:visited {color: #000000; text-decoration:none }
a:hover   {background-color:  yellow; text-decoration:underline }
a:active  {background-color:  red;    text-decoration:underline }

img {
    border: none;
}

div.logo {
    background-image: url('images/2007_sakura.gif');
    background-repeat: no-repeat;
    padding-top: 360px;
    font-family:  serif;
    font-style:  normal;
    font-weight: normal;
    font-size:     60px;
}

div.sidebar{
    float:   left;
    width:  150px; 
    border:   0px solid;
}

div.menu {
    margin-top:   5px;
    border:       0px solid;
    padding:      5px;
    cursor:       pointer;
}

div.menu a {
    margin: 5px;
    margin-left:  10px;
    margin-right: 10px;
    display:    block;
    height:      28px;
    line-height: 28px;
    border-top:   0px dashed #FFFFFF;
    background-color: #FFFFFF;
    filter:alpha(opacity=50);
    opacity: 0.50;
    text-align: center;
}

div.menu a:hover, div.menu a:active {
    background-color: #FFFFFF;
    filter:alpha(opacity=100);
    opacity: 1.00;
    text-decoration:     none;
}

div.submenu {
    margin-top:    10px;
    margin-bottom: 20px;
    border:   0px solid;
    text-align:  center;
}

div.content {
    margin:         0px;
    margin-left:  151px;
    border:         0px solid;
    padding:        1px;
}

div.rssbox{
    float:    left; 
    width:     50%; 
    border:   0px solid;
}

div.newsbox{
    border:   0px solid;
}

div.footer {
    clear:         both;
    color:      #FFFFFF;
    text-align:  center;
    font-size:     12px;
}

div.footer a:link, div.footer a:visited {
    color:            #FFFFFF;
    text-decoration:  none;
}

div.box {
    margin-left:     5px;
    margin-right:    5px;
    margin-bottom:   5px;
    margin-top:      5px;
    border-right:    1px solid black;
    border-bottom:   1px solid black;
    padding:         5px;
    padding-bottom: 10px;
    line-height:   1.2em;
}
