@charset "utf-8";

/* ■■■■■■■■■■■■■■■■■■トップページ ■■■ */

/* リスト部分の大外枠 */

div#esayup {
  text-align: left;
  width: 570px;
  clear: both;
  margin: 0;
  padding: 0;
}

/* リンク指定 */

#esayup a:link {
  text-decoration: none;
  color: #00f;
  background-color: #fff;
}

#esayup a:visited {
  text-decoration: none;
  color: #93f;
  background-color: #fff;
}

#esayup a:hover {
  text-decoration: underline;
  color: #f00;
  background-color: #fff;
}

/* タイトル部分 */

#esayup .top-list-title {
  text-indent: -9999px;
  width: 570px;
  height: 40px;
  clear: both;
  margin: 0;
  padding: 0;
  background: #ffffff url(../image/bg-topinfo.jpg) no-repeat 0 50%;
}

/* リスト部分 */

#esayup ul {
  list-style-type: none;
  margin: 10px 0 5px;
  padding: 0;
}

#esayup li {
  margin: 0;
  padding: 5px 0 4px;
  border-bottom: 1px dotted #ccc;
}

/* 日付部分 */

#esayup li span {
  font-size: 90%;
  padding: 0 0.5em 0 0;
}

/* RSSアイコン部分 */

#esayup p.rss {
  text-align: right;
  margin: 0;
  padding: 0;
}

#esayup .rss img,
#esayup .rss img a,
#esayup .rss img a:hover {
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
}

/* ■■■■■■■■■■■■■■■■■■ 個別記事ページ ■■■ */

/* 個別記事部分の大外枠 */

div#esayup-view {
  width: 570px;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

/* タイトル部分 */

#esayup-view h2.entry-title {
  font-size: 120%;
  text-indent: 1px;
  width: 525px;
  height: auto;
  margin: 0;
  padding: 0.5em 0 0.5em 45px;
  color: #036;
  background: #ffffff url(../image/bg-hh.jpg) no-repeat 0 50%;
}

/* 日付部分 */

#esayup-view .entry-day {
  text-align: right;
  margin: 0 0 0.5em;
  padding: 0;
}

/* 本文部分 */

#esayup-view div.entry-body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* 本文内の見出し */
#esayup-view .entry-body h1,
#esayup-view .entry-body h2,
#esayup-view .entry-body h3,
#esayup-view .entry-body h4,
#esayup-view .entry-body h5,
#esayup-view .entry-body h6 {
  position: static;
  font-weight: normal;
  font-size: 100%;
  text-indent: 1px;
  width: 100%;
  height: auto;
  margin: 2em 0 0.5em;
  padding: 0;
  color: #036;
  background-image: none;
  border-bottom: 3px double #ccc;
}

/* 本文下のリンクナビゲーション */

#esayup-view ul.view-pager {
  font-size: 100%;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#esayup-view .view-pager li {
  margin: 0;
  padding: 3px 0;
}

/* 日付部分 */

#esayup-view .view-pager li span {
  font-size: 90%;
  padding: 0 0.5em 0 0;
}

/* 一覧ページへのリンク部分 */

#esayup-view .view-pager li.title_list {
  padding: 3em 0 0;
  text-align: right;
}

/* タイトル部分 */

#esayup-view .view-pager li.view-pager-title {
  font-size: 100%;
  margin: 0;
  padding: 0.5em 0 0.5em 45px;
  color: #036;
  background: #ffffff url(../image/bg-hh.jpg) no-repeat 0 50%;
}

/* ■■■■■■■■■■■■■■■■■■ 記事一覧ページ  ■■■ */

/* 記事一覧部分の大外枠 */

div#esayup-view-list {
  width: 570px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* リンク指定 */

#esayup-view-list a:link {
  text-decoration: none;
  color: #00f;
  background-color: #fff;
}

#esayup-view-list a:visited {
  text-decoration: none;
  color: #93f;
  background-color: #fff;
}

#esayup-view-list a:hover {
  text-decoration: underline;
  color: #f00;
  background-color: #fff;
}

/* タイトル部分 */

#esayup-view-list h2.view-list-title {
  font-size: 120%;
  text-indent: 1px;
  text-align: right;
  line-height: 40px;
  width: 560px;
  height: auto;
  margin: 0;
  padding: 0 10px 0 0;
  background: #ffffff url(../image/bg-topinfo.jpg) no-repeat 0 50%;
}

/* リスト */

#esayup-view-list ul.view-list {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}

#esayup-view-list .view-list li {
  margin: 0;
  padding: 5px 0 4px;
  border-bottom: 1px dotted #ccc;
}

/* 日付部分 */

#esayup-view-list .view-list li span {
  font-size: 90%;
  padding: 0 0.5em 0 0;
}

/* ページャー */
ul.ul-pager {
  list-style-type: none;
  font-size: 85%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ul-pager li {
  text-align: center;
  width: 2em;
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
}

#esayup-view-list .ul-pager a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0.1em 0;
  background-color: #fff;
  color: #036;
  border:1px solid #036;
}

#esayup-view-list .ul-pager a:hover {
  text-decoration: none;
  background-color: #036;
  color: #fff;
}

