@charset "UTF-8";
/* ==================================================
   base.css
   $last update: 2010-07-02 09:39:38 daiki
   ================================================== */

html {
  background-color: #e8e8e8;
}

body {
  font-family: 'Lucida Sans Unicode', Verdana, Helvetica, Arial, 
         'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3',
         sans-serif;
  width: 990px;
  padding: 15px;
  margin: 20px auto 20px auto;
  background-color: white;
  color: #222;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}


/* ============================== layout */
div#header {
  background-image: url("/images/iugonet_logo_top.png");
  background-repeat: no-repeat;
  width: 800px;
  height: 180px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 50%;
}

div#header h1 {
  display: none;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}


div#main {
  float: left;
/*  width: 75%;
  padding-left: 1%;
  padding-right: 2%;*/
  width: 740px;
  margin: 10px 5px 10px 15px;
  padding: 0px;
/*  padding-left: 10px;
  padding-right: 20px;*/
  line-height: 150%;
}


div#menu {
    float: right;
    width: 180px;
    margin: 30px 10px;
    padding: 0px;
    font-size: 75%;
    line-height: 150%;
}

div#menu ul {
    margin-left: 0px;
    padding-left: 1em;
}
div#menu ul li {
    margin-bottom: 1em;
}


div#footer {
  font-size: 50%;
  text-align: center;
  clear: both;
  margin-top: 2em;
  border-style: solid none none none;
  border-width: 1px; 
  border-color: #ccc;
}

div.panel {
    background-color: #ddd;
    width: 210px;
    height: 175px;
    padding: 3px;
    margin: 3px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

div.panel a {
    text-decoration: none;
    border-style: none;
}

div.figure {
    float:right;
    padding-left: 1em;
    padding-right: .5em;
    padding-bottom: .5em;
}



/* ============================== headline */
h2 {
  background-image: url("/images/ribbon_yellow.png");
  background-repeat: repeat-y;
  font-size: 150%;
  font-weight: bold;
  padding-left: 15px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline; 
}

h4 {
    font-size: 110%;
    font-weight: normal;
    text-decoration: underline; 
}



/* ============================== anchor */
a {
    color: #44f;
    border-color: #99f; 
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    text-decoration: none;
}
a:visited {
    color: #84c;
    text-decoration: none;
}
a:hover {
    background-color: #eef;
    border-style: solid;
}
a:active {
    border-style: solid;
}



/* ============================== image */
img.snap, div.snap {
    padding: 10px;
    border: solid 1px #e0e0e0;
}

/* ============================== p */
p {
    padding-left: 1em;
    padding-right: .5em;
}



/* ============================== list */
ul li  { list-style-type: square; }
ol li  { list-style-type: decimal; }

dl { padding-left: 1em; padding-right: 0.5em; }
dl dt {
    margin-top:1em; margin-bottom: 0.5em;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0px 0px 0px;
    clear: both;
}



/* ============================== text align */
.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.tabbed { padding-left: 1em; }


/* ============================== em/strong */
strong { text-decoration: underline;}


/* ============================== panel */
table#panel {
    background-color: #fff;
}
table#panel tr td {
    border: solid 2px #fff;
    background-color: #ddf;
    width: 210px;
    height: 175px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
}
table#panel tr td a, table#panel tr td a:visited, table#panel tr td a:hover  {
    color: #009;
    text-decoration: none;
    border-style: none;
    background-color: transparent;
}

table#panel tr td img {
    border-style: none;
}


/* ============================== footnote */
p.footnote {
    font-size: 80%;
    margin-left: 1em;
    margin-right: .5em;
}

span.footnote {
    font-size: 90%;
}
