/*
  Khan academy Japanese stylesheet
  Design by Natsumi Sato
  Implementation by Hitoshi Yamauchi
  (C) 2014 Hitoshi Yamauchi
  */

html, body {
    /* set html and body to height 100% to know the current window size.
     * Then use jQuery to ask the height.
     */
    height: 100%;
    margin:  0px;
    padding: 0px;
}

h2 {
    font-size: 32px;
    color: #8aab00;
    font-weight: bold;
/* text-align:center; */
}

h3 {
    font-size: 28px;
    color: #8aab00;
    font-weight: bold;
/* text-align:center; */
}

div#left_column_frame {
    /* to make the div in the same row, without reset width/height */
    /*     display: inline-block; */
    float: left;
    width: 30%;
    margin:  0px;
    padding: 0px;
    color: white;
    background-color: #463c32;
    font-size: 18pt;
}

div#left_column {
    padding: 20px;
}

div#left_column a:link {
    color: white;
}
div#left_column a:visited {
    color: gray;
}
div#left_column a:hover {
   /* font-weight: bold; */
    color: #e0e0e0;
}
div#left_column a:active {

}

div#middle_column_frame {
    float: left;
    width: 60%;
    /* margin:  0px 6.28% 0px 6.28%;*/
    /* padding: 0px; */
    /* display: inline-block; */
    /* position: absolute; */
}
div#middle_column {
    padding: 0px 6.28% 0px 6.28%
}

div#middle_column a:link {
    color: #8aab00;
}
div#middle_column a:visited {
    /* color: gray; */
    color: #9bab56;
}
div#middle_column a:hover {
   /* font-weight: bold; */
    color: #7a9b00;
}
div#middle_column a:active {

}

div#right_column_frame {
    float: left;
    width: 10%;
    background-color: #463c32;
    /* display: inline-block; */
    /* position: absolute; */
    /* z-index: 1; */
    /* right: 0px; */
    /* margin: 10px; */
}
div#right_column {
    /* display: inline-block; */
    /* position: absolute; */
    /* z-index: 1; */
    /* right: 0px; */
    /* margin: 10px; */
    padding: 10px;
}


div#footer_frame {
    /* display: inline-block; */
    /* position: absolute; */
    /* z-index: 1; */
    clear: both;
    /* right: 0px; */
    /* margin: 10px; */
    /* padding: 50px; */
}
div#left_footer {
    /* border-style: solid; */
    float: left;
    display: inline-block;
    width: 30%;
    background-color: #463c32;
}

div#middle_footer {
    /* border-style: solid; */
    float: left;
    display: inline-block;
    width: 60%;
    text-align: center;
    background-color: while;
}

div#right_footer {
    /* border-style: solid; */
    float: left;
    width: 10%;
    background-color: #463c32;
}

