/* -*- coding: utf-8; -*-
  Khan academy Japanese stylesheet
  Design by Natsumi Sato
  Implementation by Hitoshi Yamauchi
  (C) 2014-4-1
  */

body, html {
    /* background-color: #463c32; */
    /* height: 100%;*/
    /* width:  100%; */
    /* position: relative; */
    margin:  0px;
    padding: 0px;
}

h2.left_column_frame {
    font-size: 32px;
    color: white;
    font-weight: bold;
}

h3.left_column_frame {
    font-size: 28px;
    color: white;
    font-weight: bold;
}

div#left_column_frame {
    /* to make the div in the same row, without reset width/height */
    /*     display: inline-block; */
    float: left;
    width: 45%;
    margin:  0px;
    padding: 0px;
    color: white;
    background-color: #e1a158;
}

div#left_column {
    padding: 20px;
    font-size: 15pt;
}

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

/*----------------------------------------------------------------------*/

div#middle_column_frame {
    float: left;
    width: 53%;
    /* margin:  0px 6.28% 0px 6.28%;*/
    /* padding: 0px; */
    /* display: inline-block; */
    /* position: absolute; */
}
div#middle_column {
    padding: 5%
    /* color: #8aab00; */
    color: red;
}

div#middle_column a:link {
    color: black;
    text-decoration: none;
}
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: 2%;
}
div#right_column {
    padding: 10px;
}

div#footer_frame {
    /* display: inline-block; */
    /* position: absolute; */
    /* z-index: 1; */
    clear: both;
    /* right: 0px; */
    /* margin: 10px; */
    padding: 50px;
}

div#footer {
    text-align: center;
}

/* Left column text */
#index_left {
    font-size: 20px;
    color: white;
    /* font-weight: bold; */
    padding: 10px;
}

/* Right column table */
table#middle_index_toc {
    font-size: 28px;
    color: black;
    /* font-weight: bold; */
    padding: 40px 20px 100px 40px;
}

table#middle_index_toc td {
    font-size: 24px;
    color: black;
    /* font-weight: bold; */
    padding: 5px;
}

table#middle_index_toc a:link {
    color: #e1a158;
}

table#middle_index_toc a:visited {
    color: #e1a158;
}

table#middle_index_toc a:hover {
    font-weight: bold;
}
