/* -------------- ブログコンテンツ -------------- */
#blog_contents #yamada_contents {
     float: left;
     width: 800px;
     background-color: #FFF;
     height: 90px;
     background-image: url(http://www.zeirishihoujin-hop.com/shino-blog/img/ttl.jpg);
     background-repeat: no-repeat;
     padding-top: 60px;
}

#blog_contents #news_contents {
     float: left;
     width: 800px;
     background-color: #FFF;
     height: 90px;
     background-image: url(http://www.zeirishihoujin-hop.com/news/img/ttl.jpg);
     background-repeat: no-repeat;
     padding-top: 60px;
}

#blog_contents #yamada_contents h1, #blog_contents #news_contents h1 {
     font-weight: bold;
     float: left;
     color: #FFCC00;
     font-size: 12px;
     padding-right: 10px;
     padding-left: 20px;
}

#blog_contents #yamada_contents p.h1_cap, #blog_contents #news_contents p.h1_cap {
     float: left;
     color: #FFCC00;
     line-height: 140%;
     margin-bottom: 70px;
	      font-weight: bold;
}

/* -------------- ブログエントリー -------------- */
#blog_contents p.more_link {
     width: 450px;
     text-align: right;
}

#blog_contents p.entry_under {
     margin-top: 10px;
     margin-bottom: 20px;
     font-size: 80%;
     color: #666;
     padding-top: 5px;
     padding-bottom: 5px;
     width: 450px;
     text-align: right;
     border-top: 1px dotted #999;
}

#blog_contents #blog_entry h2 {
     background-image: url(http://www.zeirishihoujin-hop.com/common/h2_blog_ttl.gif);
     background-repeat: no-repeat;
     background-position: left center;
     padding-left: 40px;
     height: 27px;
     font-size: 140%;
     padding-top: 10px;
     margin-bottom: 12px;
     border-bottom: 1px dotted #CCC;
}

#blog_contents #blog_entry h3 {
     font-size: 130%;
     margin-bottom: 10px;
     padding-left: 0;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     background-image: none;
}

#blog_contents #blog_entry #trackbacks-info {
     background-color: #E0F4CC;
     width: 428px;
     border: 1px dotted #33AD17;
     text-align: center;
     margin-bottom: 10px;
     padding: 10px 10px 0;
}

#blog_contents #blog_entry .entry_comment_box, #blog_contents #blog_entry .trackback {
     background-color: #F6F6F6;
     width: 428px;
     margin-bottom: 10px;
     padding: 10px 10px 0;
}

/* -------------- ３カラムフロートコンテナ -------------- */
#blog_container {
     float: left;
     width: 800px;
     background-image: url(http://www.zeirishihoujin-hop.com/common/back_blog.gif);
     background-repeat: repeat-y;
}

/* -------------- ３カラムフロート左のBOX -------------- */
#blog_box {
     width: 640px;
     float: left;
     margin-left: 1px;
}

/* -------------- ３カラムフロート真ん中 -------------- */
#blog_center {
     float: right;
     width: 450px;
     padding: 20px;
}

#blog_center h2 {
     font-size: 130%;
     margin-bottom: 10px;
}

#blog_center h3 {
     background-image: url(http://www.zeirishihoujin-hop.com/common/h2_blog_ttl.gif);
     background-repeat: no-repeat;
     background-position: left center;
     padding-left: 40px;
     height: 27px;
     font-size: 140%;
     padding-top: 10px;
     margin-bottom: 12px;
     border-bottom: 1px dotted #CCC;
}

#blog_center p {
     margin-bottom: 10px;
}

/* -------------- ３カラムフロートの左メニュー -------------- */
#blog_left {
     float: left;
     width: 130px;
     background-color: #F0F0F0;
     padding: 3px;
}

#blog_left h2, #blog_right h2 {
     margin-top: 17px;
}

#blog_left ul, #blog_left li, #blog_right ul, #blog_right li {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

#blog_left li, #blog_right li {
     background-image: url(http://www.zeirishihoujin-hop.com/common/right_ttl_list_green.gif);
     background-repeat: no-repeat;
     background-position: left 4px;
     padding-left: 15px;
     margin-left: 3px;
     line-height: 120%;
}

/* -------------- ３カラムフロートの右メニュー -------------- */
#blog_right {
     float: right;
     width: 150px;
     background-color: #F0F0F0;
     padding: 3px;
     margin-right: 1px;
}
#blog_right form.cate{
     float: left;
	 padding-left: 13px;
}

#blog_right p.blog_feed {
     padding: 5px;
}
/* -------------- ブログfooter -------------- */
#footer_blog {
     clear: both;
     width: 798px;
     background-image: url(http://www.zeirishihoujin-hop.com/common/footer_back_blog.gif);
     background-repeat: no-repeat;
     text-align: center;
     padding-top: 30px;
     background-color: #FFF;
     margin-right: 1px;
     margin-left: 1px;
     padding-bottom: 15px;
}