/* CSS Document */


/*
全体の指定
---------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

#container {
  padding: 0px;
  width: 800px;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #F3F3F3;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-image: url("img/common/back01.gif");
  background-repeart:repeart-y;
  }

/*
ヘッダーの指定
---------------------------------------------------*/
#banner {
  font-family: Verdana, Arial, sans-serif;
  color: #000;
  background-color: #FFF;
  text-align: left;
  padding: 15px;
  height: 76px;
  border-bottom: 3px solid #72B843;
  background-image: url("img/common/back-head.gif");
  background-repeat:  no-repeat ;
  position: relative;
  }

#banner a {
  color: #000;
  text-decoration: none;
  }

#banner h1 {
  padding-left: 180px;
  font-size: xx-large;
  }
#banner h1 a img {
  border: 0;
  }

#banner h2 {
  font-size: small;
  }

#banner span a img{
  width:80px;
  height: 47px;
  position: absolute; top: 25px; left:700px;
  border: 0;
  }
  
/*
メインコンテンツの指定
---------------------------------------------------*/
.content {
  padding: 0 0 10px 0;
  margin:0;
  width: 620px;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  float: right;
  border-left: 1px solid #ccc;
  /*--border-bottom: 1px solid #ccc;--*/
  overflow: hidden;
  }

.entry {
  width:580px;
  margin:20px 20px 10px 20px;
  padding:20px 0 0 0;
  background: url(img/common/lineX01.gif)  repeat-x;
  }

.entrybody{
background-color:#F6FDF1;
padding:20px 0;
border-top:1px dotted #ccc;
line-height:1.4;
zoom: 1;/*ie7対策*/
}

.entrybody:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.content p {
  padding: 0 30px;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
  }

.content blockquote {
  padding: 0 30px;
  line-height: 150%;
  }

.content li {
  padding: 0 30px;
  line-height: 150%;
  }

.content h2 {
  padding: 10px 10px 0 30px;
  margin: 0;
  color: #333;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: right;
  font-weight: bold;
  float: right;
  }

.content h3 {
  padding: 0px 30px 0  30px;
  margin: 0 0 10px 0;
  color: #72B843;
  font-family: Verdana, Arial, sans-serif;
  font-size: 146%;
  text-align: left;
  font-weight: bold;
  background: url(img/common/mList.gif)  5px 5px no-repeat;
  float: left;
  }

.content p.posted {
  margin: 0 30px;
  padding: 0;
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: right;
  margin-bottom: 25px;
  line-height: normal;
  }

.content img{
  padding: 0;
  margin : 0 20px 20px 0; 
  float: left;
  border: 0;
  border: 0;
}
.entry img{
  padding: 0;
  margin : 0 20px 20px 0; 
  float: left;
  border: 0;
  border: 1px solid #ccc;
}
 
.date{
  padding: 5px 0;
  margin: 0 30px 0 30px;
  font-size: medium;
  font-weight: bold;
  color: #72B843;
  text-align: right;
}

div.entry-contact-box{
width:570px;
height:auto;
margin:0 auto 10px auto;
padding:5px;
border:1px solid #93bb5f;
}

div.entry-contact-box div.left{
float:left;
width:280px;
height:auto;
margin:0;
padding:0;
}
div.entry-contact-box div.right{
float:right;
width:280px;
height:auto;
margin:0;
padding:0;
}
div.entry-contact-box div.left img{
margin:0;
padding:0;
border:0;
}
div.entry-contact-box div.right img{
margin:0;
padding:0;
border:0;
}

div.entry-action-box{
width:580px;
height:auto;
margin:0 auto;
padding:0;
}

div.entry-action-box div.left{
float:left;
width:280px;
height:auto;
margin:0;
padding:0;
}
div.entry-action-box div.right{
float:right;
width:280px;
height:auto;
margin:0;
padding:0;
}
div.entry-action-box div.left img{
margin:0;
padding:0;
border:0;
}
div.entry-action-box div.right img{
margin:0;
padding:0;
border:0;
}


/*
検索の中の特定のものに対しての指定
---------------------------------------------------*/
.date-seach{
  padding: 5px 0;
  margin: 15px 30px 0 20px;
  font-size: medium;
  font-weight: bold;
  color: #72B843;
  text-align: right;
  border-bottom:1px solid #ccc;
  width:580px;
}

.entry-no{
  width:580px;
  margin:23px 20px 10px 20px;
  padding:20px 0;
  background: url(img/common/lineX01.gif)  repeat-x;
}
/*
サイドバーの指定
---------------------------------------------------*/
#sidebar {
　margin: 0;
  padding: 15px;
  float: left;
  width: 149px;
  height: auto;
  background-color: #F3F3F3;
  overflow: hidden;
  }

#sidebar h2 {
  padding-left: 17px;
  color: #72B843;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: center;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  background: url(img/common/listmark.gif) no-repeat; 
  background-position: 0 5px;
  }

#sidebar ul {
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 15px;
  list-style-type: none;
  }

#sidebar li {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 2px;
  padding-left:15px;
  background: url(img/common/mList01.gif)  3px 6px no-repeat;
  }

.photo {
  text-align: left;
  margin-bottom: 20px;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
  }

.kensaku {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align:left;
  margin: 10px 0;
  padding: 5px 5px 5px 5px;
  display:block;
  width:143px;
  height:82px;
  background:url(img/common/backSerch01.gif);
  }

.banner01 img{
  text-align: left;
  background-color:#f2f2f2;
  border:0;
  padding:0;
  margin:10px 0 0 0;
}
.side-rss {
 height:20px;
 margin: 0;
 padding: 0;
 text-align:left;
 background-color:#F3F3F3;
}
.side-rss a img,
.side-rss a:hover img
{
 height:20px;
 margin: 0;
 padding: 0;
 border: 0;
}
/*
フッターの指定
---------------------------------------------------*/ 
#footer {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #333;
  text-align: left;
  padding: 40px 15px 15px 15px;
  margin: 0;
  height: 39px;
  background-image: url("img/common/foot-line.gif");
  background-repeat:  repeat-x ;
　clear:both;
  }

#footer p{
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  }

/*
個別エントリーの指定
---------------------------------------------------*/ 
.trackback{
 padding: 0 0 20px 0;
 margin: 0;
 float: right;
 }

/*
エリア別情報（カテゴリー）の指定
---------------------------------------------------*/ 
#tit-area{
  padding: 5px 0;
  margin: 15px 30px 0 20px;
  font-size: medium;
  font-weight: bold;
  color: #72B843;
  text-align: right;
  border-bottom: 1px solid #ccc;
  width:580px;
  }

/*
その他
---------------------------------------------------*/ 
.clear{
  clear: both;
  }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*
リンク
---------------------------------------------------*/ 

a  { text-decoration: none }
a:active  { text-decoration: none }
a:hover    { color: #f00; text-decoration: underline }
a:link  { text-decoration: none }
a:vlink  { color: gray; text-decoration: none }

/*
シャドウ
---------------------------------------------------*/ 

.shadow img {
    float: left; /* 回り込み制御 */
    margin:10px 15px 10px 0px;
    padding: 5px; /* 画像枠 */
    background: #fff; /* paddingを設定した場合の背景色 */
    border-top: 1px solid #E0F6C9; /* 画像の枠線 */
    border-bottom: 1px solid #C9DBB5;
    border-left: 1px solid #E0F6C9;
    border-right: 1px solid #C9DBB5;
}

/*
コメント---------------------------------------------------*/ 

.comments{
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  /*--line-height: 100%;--*/
  text-align:left;
  margin: 0 auto 10px auto;
  padding: 10px 5px 12px 5px;
  display:block;
  width:570px;
  height:82px;
  background:url(img/common/backSerch02.gif);
  border:1px solid #C9DBB5;
}

/*
フォントに対する指定---------------------------------------------------*/ 
.font-color{
color:#f00;
font-weight: bold;
font-size:110%;
}

/*
ブロッククォートに対する指定---------------------------------------------------*/ 
blockquote {
font-size:small;
color: #666;
width:460px;
margin:10px 30px;
padding:0;
background-color:#F6FDF1;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
/*
フッターリンクに対する指定---------------------------------------------------*/ 
div.footer-links-area{
width:580px;
  margin:20px;
}
div.footer-links-area h2{
width:580px;
margin:0;
padding:0;
border-bottom:1px solid #cccccc;
font-size:14px;
font-weight:bold;
text-align:left;
}
div.footer-links-area ul{
}
div.footer-links-area ul li{
margin:0;
padding:0;
display:inline;
margin:0 0 0 0;
font-size:12px;
text-align:left;
}
