/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

#content {
  float: right;
  width: 580px;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#submenu {
  background-color: #FFFFFF;
  padding: 0px;
  float: left;
  width: 160px;
  height: 100%;
  margin-top: 12px;
  margin-left: 0px;
  }
/*----------ブログ　左メニューエリア----------------*/  
/* blog_navi　マウスオーバー */
#blog_navi01 {
  height:30px;
  width:160px;
  display:block;
  background-position:0px 0px;
  background-repeat:no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  overflow:hidden;
  background-image:url(../_images/blog/blogtop.jpg);
}
a:hover#blog_navi01 {
  background-position:0px -30px;
}
#archive {
  padding: 0px;
  width: 100%;
  margin:2px 0 10px 0;
}
#archive ul {
  list-style-type: disc;
	padding:0px 0px 0px 25px;
  margin:0px;
}


/*------------ブログ----------------*/
/* カテゴリー名・月別アーカイブ */
#cate_name{
  width:565px;
  height:38px;
  padding-left:15px;
  margin-bottom:10px;
  background-image:url(../_images/blog/cate_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  font-size: 120%;
  color:#732500;
  font-weight: bold;
  line-height:38px;
}


/* 記事 */
.entry {
  margin-bottom:15px;
  width: 580px;
}
.entry .title_box{
  width:550px;
  padding-left:30px;
  line-height:38px;
  background-image:url(../_images/blog/title_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
	font-size: 110%;
  font-weight: bold;
}
/*.entry .title {
  font-size: 110%;
  font-weight: bold;
  float: left;
  margin: 0px;
}*/
.entry .cate {
  text-align:right;
}
.entry .body {
  color: #666666;
	width:560px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom:15px;
  padding-left: 20px;
  background-image:url(../_images/blog/hr.jpg);
  background-position:right bottom;
  background-repeat:no-repeat;
}
.entry .date {
  text-align:right;
}

