@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #aaaacc;
  text-decoration: underline;
}

a:visited {
  color: #ccaacc;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background:#000000 url(./images/blackwalnut.jpg) repeat left top;  
  font-size: 0.70em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 140%;　　/*行送りの指定*/
  margin: 0px;　　/*マージンの指定*/
  padding: 0px;　　/*余白の指定*/
  background-color: #708070;　　/*背景色の指定*/
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ---------------------------------------- レイアウトに関する指定 */

#zentai {
  height: auto;
  width:820px;
  margin: 0 auto ;
  padding: 0 ;
  background:transparent url(./images/shadow.jpg) left top;  
  background-repeat: repeat-y;
}

#main {
  width: 800px;
height: auto;
  margin: 0 auto ;
  padding: 0 ;
  background:transparent;
  text-align: left;
}

#header {
  float: left;
  height:276px;
  width: 800px;
  margin: 1 auto ;
  padding: 0 ;
  background:transparent url(./images/index_01.jpg) left top;  
  text-align: left;
}

#naiyou {
  float: left;
  width: 800px;
 height: auto;
  margin: 0 auto ;
  padding: 0 ;
  background:transparent;  
  text-align: left;
}

#rightmenu {
  float: right;
  width: 182px;
 height: auto;
  margin: 0 auto ;
  padding: 5px 0px 0px 0px; ;
  background:transparent;  
  text-align: left;
}

#countbanner {
  float: right;
  width: 170px;
 height: auto;
  margin: 0 auto ;
  padding: 30px 0px 0px 5px; ;
  background:transparent;  
  text-align: left;
}

#contents {
  float: left;
  background-color: #000000;
  width: 595px;
  padding: 5px;
}

#footer {
  float: left;
  background-color: #000000;
  width: 595px;
  padding: 5px;
}

/* ---------------------------------------- #countbanner内の指定 */
#countbanner p{
margin-top: 0.35em;
margin-bottom: 0.35em;
padding-top: 0;
padding-bottom: 0;
}


/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h1{
  font-weight: bold;
  color:#EEDDCC; 
  font-size: 2.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 2px;
  border-left: 10px solid #EEDDCC;
  border-bottom: 1px solid #EEDDCC;
}

h2{
  font-weight: bold;
  line-height: 140%;
  color:#EEDD99; 
  font-size: 1.2em;
  padding: 2px;
}

h3{
  font-weight: bold;
  color:#EEDDCC; 
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 2px;
  border-bottom: 1px solid #EEDDCC;
}

h5 {
  font-weight: bold;
  color:#EEDDCC; 
  font-size: 1.0em;
  padding: 0px 0px 0px 0px;
}

h6 {
  font-weight: normal;
  line-height: 160%;
  color:#EEDDCC; 
  font-size: 1.2em;
  padding: 0px 0px 0px 0px;
}

h7{
  font-weight: normal;
  font-size: 1.0em;
  color:#EEDDCC; 
line-height: 140%;
margin-top: 0;
margin-bottom: 0;
padding-top: 0.25;
padding-bottom: 0.25;
}

#contents h7{
  font-weight: normal;
  font-size: 1.0em;
  color:#EEDDCC; 
line-height: 160%;
margin-top: 0;
margin-bottom: 0.35em;
padding-top: 0;
padding-bottom: 0;
}

#contents td{
  font-weight: normal;
  font-size: 1.0em;
  color:#EEDDCC; 
line-height: 160%;
}

#contents p{
  font-weight: normal;
  font-size: 1.0em;
  color:#EEDDCC; 
line-height: 160%;
margin-top: 0;
margin-bottom: 0.35em;
padding-top: 0;
padding-bottom: 0;
}

#contents img{
margin-right:0px;
margin-bottom:0px;
}

#rightmenu img{
margin-top:6px;
margin-bottom:6px;
}

#rightmenu h7{
  font-weight: normal;
  font-size: 1.0em;
  color:#EEDDCC; 
line-height: 160%;
margin-top: 10px;
margin-bottom: 0.35em;
padding-top: 0;
padding-bottom: 0;
}

p.clearfloat{
clear:left;
}

h2.clearfloat{
clear:left;
}


/* ---------------------------------------- #footer内の指定 */
#feed li {
margin-left: 20px;
 }

#footer p { text-align: center;
  color:#EEDDCC; 
  border-top: 1px solid #EEDDCC;
 }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }