@charset "utf-8";
@import "default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../images/blog/h2_blog.png);
  }
  
/*-------------------------------------------------------------------
  ブログサイドメニュー 
---------------------------------------------------------------------*/
div#menu {
    width: 200px;
    padding: 0 0 0 10px;
    float: left;
  }
  div#menu ul {
    margin:0;
    padding: 0;
    list-style-position: outside;
  }
  li.widget {
    margin-bottom: 20px;
  }
  li.widget h2 {
    color: #2F97E8;
    border-bottom: #000000 solid 1px;
  }
/*-------------------------------------------------------------------
  ブログサイドメニュー カレンダー
---------------------------------------------------------------------*/
  #calendar h2 {
    height: 0;
    overflow: hidden;
    border-bottom: none;
  }
  table#wp-calendar {
    width: 150px;
  }
  table#wp-calendar caption {
    width: 150px;
    text-align: center;
    font-weight: bold;
    color: #666666;
    margin: 0;
    padding-left: 20px;
  }
  table#wp-calendar td, table#wp-calendar th {
    text-align: center;
    padding: 2px 2px;
    font-size: 11px;
  }
  table#wp-calendar td#prev{
    text-align: left;
    padding: 2px 0;
    font-size: 100%;
  }
  table#wp-calendar td#next{
    text-align: right;
    padding: 2px 0;
    font-size: 100%;
  }
  
  li#recent-posts h2{
    font-size: 120%;
    text-indent: -9999px;
    background: transparent url(../images/blog/menu_recent.jpg) no-repeat top left;
  }
  li#categories h2{
    font-size: 120%;
    text-indent: -9999px;
    background: transparent url(../images/blog/menu_category.jpg) no-repeat top left;
  }
  li#archives h2{
    font-size: 120%;
    text-indent: -9999px;
    background: transparent url(../images/blog/menu_archive.jpg) no-repeat top left;
  }
  
  li.widget ul li {
    background: transparent url(../images/blog/circle.gif) left 2px no-repeat;
    padding-left: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  #content h2 {
  font-size: 120%;
  font-weight:bold;
  padding-top: 20px;
  height: 40px;
  background-image:url(../images/blog/hr.gif);
  background-repeat: no-repeat;  
  background-position: 0 40px;

  }
  
  p.postdate {
  width: 500px;
  text-align: right;
 }
 
 #content {
 width: 505px;
 float: right;
 padding-right: 20px;
 }
 
 #content div.entry {
 width: 505px;
 line-height: 1.7em;
 }
 

