@charset "utf-8";

/*
  ....................................................................................
  画像の使用を極力控えてかっこいいCSSデザインをやってみよう大会
  Version: 1.0
  Author: kyosuke taki
  Author URI: http://9pixel.org/
  LastUpdate: 2007/04/19
  ....................................................................................
*/

/*
  TOC ..............................

 1. Reset ..
 2. Basic ..
 3. Headings ..
 4. Layouts Style ..
     ├ all ..
     ├ container ..
     ├ base ..
     ├ section ..
     ├ finally ..
 5. Navigation ..

  ......................................
*/


/* --------------- Reset --------------- */

body,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,code {
  margin: 0;
  padding: 0;
}


/* --------------- Basic --------------- */

body {
  background-color: #efefef;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  color: #2b444b;
}

body div {
  margin: 0 auto;
  text-align: left;
}

a:link {
  color: #3c83bb;
}

a:visited {
  color: #2b444b;
}

a:hover {
  text-decoration: none;
  color: #939;
}

a:active {
  text-decoration: none;
  color: #939;
}

p {
  margin: 0 2.5em 1em 2.5em;
}

em {
  font-style: normal;
  font-weight: bold;
}

ul {
  padding-left: 25px;
  list-style-type: square;
}
.dialog ul { /* ul default */
  list-style: disc outside;
  padding-left: 40px;
}
ol {
  padding-left: 35px;
}

dl {
  margin-left: 2em;
}

hr {
  display: none;
}

abbr {
  border: none;
  color: #71ab2c;
}

code {
  padding: .5px;
  border: 1px dotted #ddd;
  background: #f8f8f8;
  font-family: 'Courier New', Courier, monospace;
  font-size: 100%;
  color: #000;
}


/* --------------- Headings --------------- */

h1 {
  display: block;
  padding: 50px 0 50px 2.5em;
  border-bottom: 6px solid #8396a2;
  background-color: #ececec;
  font-size: 18px;
  text-align: left;
  letter-spacing: -.5px;
  color: #89100a;
}

p.subtitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  color: #395573;
}

h2 {
  display: block;
  margin: 0 2.5em 10px 2.5em;
  border-bottom: 3px double #ddd;
  font-size: 110%;
  color: #395573;
}

h3 {
  display: block;
  margin: 0 2.5em 10px 2.5em;
  border-bottom: 1px solid #ddd;
  font-size: 105%;
  color: #395573;
}

h4,h5,h6 {
  display: block;
  margin-left: 2.5em;
  margin-bottom: 10px;
  font-size: 100%;
  color: #3e758f;
}

img {
  margin: 0 2.5em 10px 2.5em;
}

/* --------------- Layout Styles --------------- */

div.all {
  position: relative;
  left: 3px;
  width: 80%;
  border-right: 3px solid #eaeaea;
  background-color: #e4e4e4;
}

div.container {
  position: relative;
  left: -3px;
  border-right: 3px solid #dbdbdb;
  border-left: 1px solid #dfdfdf;
  background-color: #ececec;
}

div.base {
  background-color: #fafafa;
}

div.section .section {
  padding-top: 25px;
  background-color: #fafafa;
}

div.section {
  background-color: #fafafa;
}

div.section, .finally p {
  line-height: 1.7;
}

div.section dl {
  margin: 0 2.5em;
}

div.section dt,dd {
  line-height: 1.65;
}

div.section ol {
  margin-left: 2.5em;
  padding-left: 30px;
}

div.section ul {
  margin: 0 2.5em;
  padding-left: 25px;
}

div.section ol ul {
  margin: 0;
  padding: 0;
}

div.section li {
  line-height: 1.65;
}

div.section h3 a, div.section h3 a:link, div.section h3 a:visited, div.section h3 a:hover
{ color: #395573; text-decoration: none; }

div.finally {
  padding-top: 30px;
  border-top: 3px solid #8396a2;
  background-color: #eee;
}

div.finally h2 {
  border: none;
  font-size: 14px;
  color: #123;
}

div.finally p {
  font-size: 14px;
}

div.finally ul {
  margin: 0 2.5em;
  padding: 0 0 25px 25px;
  font-size: 14px;
}

div.finally dl {
  margin: 0;
  padding: 10px 2.5em;
  border-top: 1px solid #ccc;
  background-color: #dcdcdc;
  font-size: 12px;
  text-align: right;
}

div.finally dt,dd {
  display: inline;
  padding-right: 10px;
  color: #123;
}


/* --------------- Title --------------- */

div#title a, div#title a:link, div#title a:visited, div#title a:hover
{ color: #2b444b; text-decoration: none; }



/* --------------- Navigation --------------- */

div#navigation {
  padding-left: 1.0em;
  height: 80px;
  width: auto;
}

div#navigation h2 {
  display: block;
  float: left;
  margin: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 2.5em;
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 2.5em;
  background-color: #e5e5e5;
}

div#navigation li {
  float: left;
  list-style-type: none;
  text-align: center;
}

div#navigation li a {
  display: block;
  width: 150px;
  height: 2.5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5em;
  color: #92a0ab;
}

div#navigation li a:hover {
  background-color: #8396a2;
  color: #fff;
}

#networks li { /* ja */
  display: inline;
  margin-top: 2px;
  margin-right: -2px;
  padding: 0px 10px;
  border-left: 2px solid #999999;
}
#networks li.last { border-right: 2px solid #999999; } /* ja */
