/* リンクアンカー */
a:link    { color: #57E; text-decoration:none }
a:visited { color: #57E; text-decoration:none }
a:active  { color: #57E; background:#DDF; text-decoration:none }
a:hover   { color: #57E; background:#DDF; text-decoration:none }
div#head a:link    { color: #FFF; text-decoration:none }
div#head a:visited { color: #FFF; text-decoration:none }
div#head a:active  { color: #ABF; background:#FFF; text-decoration:none }
div#head a:hover   { color: #ABF; background:#FFF; text-decoration:none }
div#navi a:link    { color: #FFF; text-decoration:none }
div#navi a:visited { color: #FFF; text-decoration:none }
div#navi a:active  { color: #ABF; background:#FFF; text-decoration:none }
div#navi a:hover   { color: #ABF; background:#FFF; text-decoration:none }


/* 標準タグ */
*{
  margin: 0;
  padding: 0;
}
hr{
  color: #FFF;
  height: 1px;
}
blockquote{
  background-color: #CCD;
  margin: 1em;
  padding: 10px;
  border: 1px solid #000;
  line-height: 130%;
  font-family: 'ＭＳ ゴシック', 'Osaka-等幅';
}
input, textarea, select{
  font-size: 9pt;
  border: 1px solid #000;
  padding: 2px;
}
dl{
  margin-top: -1em;
}
dt{
  font-weight: bold;
  margin-top: 1em;
}
ul{
  margin: 1em 0;
}
dd, li{
  margin-left: 3em;
}
em{
  font-style: normal;
  color: #00F;
}

/* 全体 */
body{
  font-size: 9pt;
  color: #000;
  text-align: center;
  background: #FFF;
}
div#container{
  text-align: left;
  background: #ABF;
  padding: 8px;
  margin: 0 auto;
  width: 660px;
}


/* ヘッダブロック */
div#head{
  color: #FFF;
  background: #ABF;
  text-align: right;
  padding: 10px;
  border: 1px solid #FFF;
  width: 638px;
}
h1{
  font: 28px Verdana;
  margin-bottom: 10px;
}


/* コンテンツブロック */
div#content{
  padding: 8px 0 0 8px;
  width: 482px;
  float: right;
}
div.sheet{
  margin-bottom: 1em;
  width: 482px;
}
h2{
  font: bold 9pt Tahoma;
  color: #000;
  background-color: #FFF;
  padding: 5px;
}
div.text1{
  font: normal 9pt Tahoma;
  background-color: #FFF;
  line-height: 180%;
  padding: 5px;
  margin-top: 4px;
  border: 1px solid #FFF;
}
div.auther, div.stamp{
  text-align: right;
  font: normal 8pt Tahoma;
  color: #5893FF;
}
img.pict{
  border: 1px solid #000;
  padding: 8px;
}
img.preview{
  border: 0;
  margin: 1em 0;
  width: 327px;
  height: 327px;
}


/* ナビゲーションブロック */
div#navi{
  font: 9pt Tahoma;
  color: #FFF;
  background: #ABF;
  margin-top: 8px;
  border: 1px solid #FFF;
  width: 168px;
  float: right;
}
div#menu{
  padding: 0 10px;
}
div.link_title{
  font-weight: bold;
  color: #ABF;
  background: #FFF;
  padding: 2px 5px;
  margin: 1em 0 0.5em 0;
}
div.link_body{
}
ul.link_body{
  margin: 0 0 10px 0;
}
ul.link_body li{
  font: 8pt Tahoma;
  margin: 0;
  list-style-type: none;
}


/* カレンダー */
div.calendar_month{
  font: 8pt Tahoma;
  color: #444;
  text-align: center;
}
table.calendar{
  font: 8pt Tahoma;
  color: #888;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
table.calendar td{
}
span.calendar_today{
  text-decoration: underline;
}


/* フッタブロック */
div#foot{
  color: #FFF;
  text-align: right;
  width: 660px;
  clear: both;
}


/* naruto-Ticker */
div.nticker{
  border: 1px solid #000;
  text-align: right;
}
