@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ブログライク for MT5 Ver. 0.09

  スタイルシート エントリページ（カテゴリ、記事部分）

  Copyright (C) Landmarx Co.,Ltd. All Rights Reserved.
--------------------------------------------------------------------------- */
/*@import "layout_u.css";*/
@import "common.css";
@import "contents.css";
/*@import "form.css";*/
@import "user_style.css";

/* ---------------------------------------------------------------------------
    title imagme
--------------------------------------------------------------------------- */
#titleimg {
  margin: 0px auto 10px auto;
}
#titleimg_bg {
  width: 100%;
  margin: 0px;
}
/* ---------------------------------------------------------------------------
    main contents
--------------------------------------------------------------------------- */
#contents {
}
/* ------------------------------------------------------------------------ */
#contents_other_entry h3 {
  background: url('images/contents_other_entry.png') left center no-repeat;
  text-indent: -9999px;
  margin-top: 20px;
}
#contents_other_entry ul li a {
}
/* ------------------------------------------------------------------------ */
#contents p.list_description {
  margin: 10px 10px 20px 10px;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
}
/* ------------------------------------------------------------------------ */
#contents div.list_body,
#contents div.list_body div {
  clear: none;
}
#contents div.list_body {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
}
#contents div.list_body .list_photo {
  float: left;
  margin-right: 10px;
  height: 140px;
  width: 140px;
  text-align: center;
/*
  border: 1px solid #ccc;
*/
}
#contents div.list_body .list_photo a {
  height: 140px;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}
#contents div.list_body .list_photo img {
  padding: 5px;
}
#contents div.list_body .list_title {
  margin: 5px 0px;
  padding: 5px 0px 10px 5px;
  font-size: 120%;
  font-weight: bold;
}
#contents div.list_body .list_title a {
  color: #D63333;
}
#contents div.list_body .list_exceprt {
  font-size: 80%;
  margin: 5px 0px 15px 15px;
}
#contents div.list_body .list_link {
  margin: 10px 50px 20px 0px;
  font-weight: normal;
  font-size: 70%;
  float: right;
/*
  width: 138px;
  height: 28px;
  text-indent: -9999px;
  background: url('../images/contents_view_next.gif') left center no-repeat;
*/
}
#contents div.list_body .list_link a {
/*
  width: 138px;
  height: 28px;
  display: block;
*/
}
/* ---------------------------------------------------------------------------
    side bar left
--------------------------------------------------------------------------- */
#entry_menu ul {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  border: 1px solid #eee;
}
#entry_menu ul li {
  color: #505050;
  margin: 0px;
  padding: 5px 5px 5px 15px;
  border-bottom: 1px solid #eee;
  background: url('images/entrymenu_listmark_off.png') 5px 8px no-repeat;
}
#entry_menu ul li.current {
  margin: 0px;
  padding: 5px 5px 5px 15px;
  color: #ffffff;
/*  font-weight: bold; */
  background: url('images/entrymenu_listmark_on.png') 5px 8px no-repeat; 
  background-color: #3399cc;
}
#entry_menu ul li.current ul {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: -10px;
}
#entry_menu ul li.current ul li {
  background: url('images/entrymenu_listmark_off.png') 15px 8px no-repeat;
  background-color: #ffffff;
  padding-left: 25px;
}

#entry_menu ul li.current ul li.current {
  background: url('images/entrymenu_listmark_on.png') 15px 8px no-repeat;
  background-color: #3399cc;
}

#entry_menu ul li a {
  color: #505050;

}
#entry_menu ul li a:hover {
  color: #ff4820;
}
#entry_menu ul ul,
#entry_menu ul ul ul {
  margin: 0px;
  padding: 0px;
  border: none;
}
#entry_menu ul li li,
#entry_menu ul li li li {
/*
  padding: 0px 0px 0px 10px;
*/
  border: none;
}
/* ------------------------------------------------------------------------ */
/* eof */
