body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #297ACA;
}

a:link, a:visited{
    color: #1F5B98;
    color: #15406A;
    text-decoration: none;
}

a:hover, a:active{
    text-decoration: underline;
}

h1{
    font-size: 18px;
    font-weight: bold;
    color: #2263A4;
    padding: 8px 0 7px;    
}

h2{
    font-weight: bold;
    font-size: 14px;
    margin: 16px 0;
    padding: 5px 0;
    border-top: 3px solid #B3D1F0;
    border-bottom: 1px solid #B3D1F0;
}

h3{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.height_fix{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.break{
    height: 5px;
    background-color: #B3D1F0;
    margin: 13px 0 4px;
}

#container{
    width: 950px;
    margin: 10px auto;
}

#header{
    width: 100%;
    height: 100px;   
}
    
    #header_title{
        float: left;
        position: relative;
        display: block;
        width: 720px;
        height: 90px;
        margin-top: 10px
    }
    
        #header_title a{
            text-decoration: none;
            color: #297ACA;
        }
        
        #header_title_abbrv{
            float: left;
            font-size: 52px;
            font-weight: bold;
            margin: 12px 15px 0 0;
        }
        
        #header_title_japan{
            float: left;
        }
        
        #header_title_english{
            float: left;
            font-size: 20px;
            font-weight: bold;
            text-align: right;
            margin: 18px 0 0 20px;
            padding: 0 10px 0 0;
            border-right: 3px solid #609FDF;
        }
        
        #header_title_japanese{
            float: left;
            font-size: 18px;
            font-weight: bold;
            margin: 22px 0 0 10px;
        }
        
#navigation{
    width: 100%;
    font-size: 12px;
    margin: 7px 0;
}

    #navigation ul{
        width: 100%;
        list-style: none;
        background-color: #297ACA;
        float: left;
    }

    #navigation ul li{
        display: inline;   
    }

    #navigation ul li a{
        color: #FFFFFF;
        border-right: 1px solid #FFFFFF;
        padding: 0 7px;
        height: 30px;
        line-height: 30px;
        float: left;
        background-color: #297ACA;   
    }
    
    #navigation ul li.link_right a{
        border-right: none;
        border-left: 1px solid #FFFFFF;
        float: right;
    }    

    #navigation ul li a:hover{
        text-decoration: none;
        background-color: #609FDF;
    }

    #navigation ul li.active a{
        background-color: #1F5B98;
    }

#banner{
    width: 100%;
    height: 180px;
    display: block;
}    

    #banner img{
        width: 950px;
        height: 180px;
        border: none;
        outline: none;
    }
   
#content{
    width: 100%;
    margin: 5px 0 10px;
}

    #content_left{
        float: left;
        width: 260px;
        border-top: 7px solid #609FDF; 
    }
        
        #content_left #subnavigation{
            margin: 8px 0 28px;
        }
        
        #content_left #subnavigation ul{
            list-style: none;
            margin-left: 0;
        }
        
        #content_left #subnavigation ul li{}
        
        #content_left #subnavigation ul li a{
            display: block;
            padding: 5px 5px 5px 7px;
            border-bottom: 1px solid #609FDF;
            font-size: 14px;
            font-weight: bold;     
        }
        
        #content_left #subnavigation ul ul li a{
            padding: 3px 5px 3px 15px;
            font-size: 12px;
            font-weight: normal;
        }
        
        #content_left #subnavigation a:hover{
            background-color: #B3D1F0;
            text-decoration: none;    
        }
        
        #content_left #subnavigation li.active a{
            background-color: #609FDF;
            color: #FFFFFF;    
        }
        
        #content_left #box{
            border-top: 5px solid #B3D1F0;
            border-bottom: 3px solid #B3D1F0;
            margin-top: 10px;
            background-color: #609FDF;
            color: #FFFFFF;
            padding: 0 7px 7px 7px;
            font-size: 11px;
        }
        
        #content_left #box h2{
            border-top: none;
            margin-top: 0;
        }
        
        #content_left ul.sponsors{
            margin-left: 0;
            list-style: none;
            display: none;    
        }
    
    #content_right{
        float: right;
        width: 670px;
        border-top: 7px solid #609FDF;
    }
    
        #content_right ul{
            margin-left: 15px;
        }
        
        #content_right ul.news{
            margin-left: 0;
            list-style: none;
        }
        
        #content_right ul.news li{
            padding: 10px 0;
            border-top: 1px dotted #297ACA;
        }
        
        #content_right ul.news li.last{
            padding-bottom: 5px;
        }
        
        #content_right ul.fees{
            margin-left: 0;
            list-style:  none;
        }
        
        #content_right ul.fees span {
            display: block;
            float: left;
            width: 40px;
        }

#footer{
    width: 100%;   
    margin-bottom: 10px;
    padding-top: 7px;
    border-top: 7px solid #609FDF;
}
    #footer_left{
        float: right;
    }
        
        #footer_left ul{
            list-style: none;
            background-color: #297ACA;
            float: left;
        }
        
        #footer_left ul li{
            display: inline;
        }
        
        #footer_left ul li a{
            color: #FFFFFF;
            border-right: 1px solid #FFFFFF;
            padding: 0 7px;
            height: 20px;
            line-height: 20px;
            float: left;
            background-color: #297ACA;   
        }
        
        #footer_left ul li a:hover{
            text-decoration: none;
            background-color: #609FDF;
        }

        #footer_left ul li.active a{
            background-color: #2263A4;
        }
        
    #footer_right{
        float: left;
    }