/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color:#fff; color:#404040;}

img { margin-left:10px; margin-right:10px; margin-bottom:10px;}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {color:#002455;}

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#002455; color:#FFF;}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #footer, #footer a {color:#9f9f9f;}
    #footer a:hover {color:#404040;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {background-color:#F5F5F5;}

h3 {color:#002455;}
#cols3 .col h3 {background-color:#EEF8E4; color:#002455;}
#cols3 .col_last h3 {background-color:#EEF8E4; color:#002455;}
#cols3-full .col_full h3 {background-color:#EEF8E4; color:#002455;}
#cols3 .col h3 a {color:#002455;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col_last h3 a {color:#002455;}
#cols3 .col_last h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}


#cols3 .col h2 {background-color:#EEF8E4; color:#002455;}
#cols3 .col_last h2 {background-color:#EEF8E4; color:#002455;}
#cols3-full .col_full h2 {background-color:#EEF8E4; color:#002455;}
#cols3 .col h2 a {color:#002455;}
#cols3 .col h2 a:hover {color:#000;}
#cols3 .col_last h2 a {color:#002455;}
#cols3 .col_last h2 a:hover {color:#000;}

#cols3 .col h4 {background-color:#EEF8E4; color:#002455;}
#cols3 .col_last h4 {background-color:#EEF8E4; color:#002455;}
#cols3-full .col_full h4 {background-color:#EEF8E4; color:#002455;}
#cols3 .col h4 a {color:#002455;}
#cols3 .col h4 a:hover {color:#000;}
#cols3 .col_last h4 a {color:#002455;}
#cols3 .col_last h4 a:hover {color:#000;}

#cols3 .col h5 {background-color:#EEF8E4; color:#002455;}
#cols3 .col_last h5 {background-color:#EEF8E4; color:#002455;}
#cols3-full .col_full h5 {background-color:#EEF8E4; color:#002455;}
#cols3 .col h5 a {color:#002455;}
#cols3 .col h5 a:hover {color:#000;}
#cols3 .col_last h5 a {color:#002455;}
#cols3 .col_last h5 a:hover {color:#000;}

#cols2 #col-left .title h2, #cols2 #col-right h2 {color:#002455;}
#cols2 #col-left .title h3, #cols2 #col-right h3 {color:#002455;}
#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#002455;}
#cols2 #col-left .title h5, #cols2 #col-right h5 {color:#002455;}
#cols2 #col-left .title h3, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .title h5, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#002455;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#EEF8E4;}
#cols2 #col-right h3 span {background-color:#EEF8E4;}
#cols2 #col-right h4 span {background-color:#EEF8E4;}
#cols2 #col-right h5 span {background-color:#EEF8E4;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#002455}

table {
  width: 100%;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  background: #f4f4f4;
  text-align:left;
  }
table th, table td {
	padding: 10px;
  border: 1px dotted #ffffff;
  }
