﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body { 
  font-size: 14px;
  color: #330033;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  background-image: url(img/hyou14.gif);
  background-repeat: repeat-x;
  background-position: top
  text-align: center;
 }

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  text-align: left;
  }
#content{
  margin: 20px 20px;
  padding: 0px;
}
#nav {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 720px;
}
#header{
  padding: 20px 20px;
}
#footer{
  text-align: right;
  line-height: 30%;
  border-top: 1px solid #993333;
  border-bottom: 1px solid #993333;
  background-image: url(img/hyou14.gif);
  background-repeat: no-repeat;
  background-position: left
}
/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
  float: left;
  width: 118px;
  height: 20px;
  border: 2px solid #993333;
  margin-right: 5px;
  margin-left: 0px;
  font-size: 13px;
  text-align: center;
  background-color: #ffffcc;
}
#nav a {
  display: block;
  width: 118px;
  height: 20px;
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  color: #FFF;
  background-color: #993333;
}
/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h2 {
  font-size: 18px;
  margin-top: 10px;
  padding: 0px 20px 5px 20px;
  background-image: url(img/icon_star10.gif);
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: solid 1px #993333;
}
h3 {
  font-size: 16px;
  padding: 6px 30px;
  background-image: url(img/icon_star94.gif);
  background-repeat: no-repeat;
  background-position: left
 }
TABLE {
  WIDTH:630PX;
  border: 0px;
}
TD {
  font-size: 14px;
  VERTICAL-ALIGN:top;
  border: solid 2px;
  background-image: url(img/kabe_58.gif);
  border-color: #ffccff #993333 #993333 #ffccff;
  color: #330033;
}
Th {
  margin-left: 10px;
  WIDTH:140PX;
  HEIGHT: 30PX;
  VERTICAL-ALIGN:top;
  border: solid 1px;
  border-color: #ffccff;
}
#twitter{
  width: 460px;
  float:left;
  margin-top: 20px;
  margin-left: 25px;
  padding: 0px;
}
#moon{
  width: 142px;
  float:right;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 25px;
  padding: 0px;
}
#col1{
  clear: both;
  padding-top: 10px;
  padding-left: 30px;

}
#col2{
  clear: both;

}
#rss1a {
  padding-left: 10px;
  width:220px;
  height:420px;
  float:left;
  font-size: 12px;
  line-height: 14px;
}
#rss2b {
  padding-left: 10px;
  width:220px;
  height:420px;
  float:left;
  font-size: 12px;
  line-height: 14px;
}
#rss1b {
  width:200px;
  height:480px;
  float:right;
  font-size: 12px;
  line-height: 14px;
}
#rss3 {
  clear:both;
}

.kneko1  {
  padding-top: 10px;
  border-top: solid 1px #993333;
  color: #993333;
  font-family: "ＭＳ Ｐ明朝", serif;
}
.kneko2  {
  margin-left: 40px;
}
.kneko4  {
  margin-left: 40px;
  margin-right: 10px;
  padding: 10px;
  font-size: 18px;
  background-image: url(img/kabe_61.gif);
  color: #330033;
}
-------------------------------------------------------------------------------*/
