@CHARSET "UTF-8";
/*
Structure with IDs

  #gbar                    --- header   [global]
  #wrapper                 --- wrapper    [domain]
    #contents              --- contents   [domain]
      #contents-header     --- header     [domain]
      #contents-body       --- wrapper    [domain]
        #main-wrapper      --- wrapper      [site]
          #main            --- contents     [site]
        #sub               --- ad,info      [site]
      #contents-footer     --- footer     [domain]
  #footer                  --- footer   [global]


COLORS:
  hilight hl #D9E6F2

*/

* {margin:0;padding:0;font-family:Verdana,arial,sans-serif;}
body{
  padding:5px;
  background-color:#4e94b8;
}

div#wrapper{
  background-color:#fff;
/*  background-color:#ded1eb;*/
  background-image:url('images/title.png');
  background-repeat:no-repeat;
  background-position:top right;
  margin:0 auto;
  max-width:1200px;
  min-width:640px
}

#main-wrapper{
  float:left;
  width:100%;
  margin-top:35px;
}

#main-wrapper.side180{
  margin-left:-200px;
}
#main-wrapper.side250{
  margin-left:-270px;
}

#main.side180{
  margin-left:200px;
}
#main.side250{
  margin-left:270px;
}


/* --- sub --- */
#sub {
  float:right;
  margin-top:140px;
}

#sub .side180{
  width:180px;
}
#sub .side250{
  width:250px;
  border-left:solid 1px #ccc;
}


#sub .side180 h2{
  margin:0 0 5px 0;
  padding:0;
  font-size:12px;
  background-color:#7d98A1;
  color:#ddd;
}
#sub .side250 h2{
  margin:0 0 5px 0;
  padding:0;
  font-size:12px;
  background-color:#7d98A1;
  color:#ddd;
}
div.sib-copyright{
  font-size:11px;
}
div.sib-copyright h1{
  font-size:14px;
  line-height:1.3em;
  border:none;
  margin:0;
  padding:0;
}
div.sib-copyright p{
  line-height:1.3em;
}
#contents-footer,#contents-body, #contents-header{
  clear:both;
}
#contents-body{
  margin-left:65px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#contents-header{
}

.side-license a{
  display:block;
  text-indent:-9999px;
  height:40px;
}
.side-license{
  margin:5px;
  background-image:url('images/cc-by-nc-sa.png');
  background-repeat:no-repeat;
  background-position:top center;
}
#contents-footer{
  padding-top:5px;
  height:82px;
  background-image:url('images/bg_bottom.png');
  background-repeat:no-repeat;
  background-position:bottom left;
}

.footer{
  color:#EEE;
  font-size:70%;
  padding:5px;
  text-align:right;
}
.footer a,
.footer a:hover{
  color:#EEE;
  font-weight:bold;
  text-decoration:none;
}

.nav_to_top{
position:absolute;
display:block;
text-indent:-9999px;
right:0;
top:0;
width:375px;
height:60px;
}

