@charset "Shift_JIS";

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

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

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

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background:#FFFFFF url(./images/haikei.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: 175px;
 height: auto;
  margin: 0 auto ;
  padding: 5px 0px 0px 0px; ;
  background:transparent;  
  text-align: left;
}

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

#blognews {
  float: left;
  background:transparent url(./images/blogback.jpg) left top;  
  width: 595px;
  margin: 10px 0px 0px 10px;
  padding: 0px;
}

#contents {
  float: left;
  background:transparent;  
  width: 585px;
  padding: 0px 0px 0px 20px;
}

#footer {
  float: left;
  width: 585px;
  padding: 20px;
}

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


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

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

h2{
  font-weight: bold;
  color:#765b45; 
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 2px;
  border-left: 10px solid #765b45;
  border-bottom: 1px solid #765b45;
}

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

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

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

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

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

#contents img{
float:left;
margin-right:5px;
margin-bottom:15px;
}

p.clearfloat{
clear:left;
}

h2.clearfloat{
clear:left;
}


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

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

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