@charset "utf-8"; 
/*
 * Style Path: /css/topics.css
*/

/* ----------------------------------------
 * 共通パーツ
 * ---------------------------------------- */
/* パンくずリスト */
ol.topicpath {
  margin-left: 10px;
  padding-top: 4px;
  *padding-top: 10px;  /* for Win IE */
  overflow: hidden;
  height: 21px;
  *height: 15px;  /* for Win IE */
  _height: 25px;  /* for Win IE6 */
}

ol.topicpath li {
  margin-right: 7px;
  padding-right: 12px;
  display: inline;
  position: relative;
  line-height: 1;
  background: url(/img/cmn/arrow.png) no-repeat right;
  font-size: 11px;
  *font-size: 9px;  /* for Win IE */
}

ol.topicpath li.current {
  background-image: none;
}

div.title {
  margin: 0;
  padding: 18px 0 0 19px;
  height: 49px;
  _height: 67px;  /* for Win IE6 */
  line-height: 1.4;
  overflow: hidden;
  color: #022f62;
  background: url(/img/cmn/h1.png) no-repeat;
  font-family: 'Times New Roman', selif;
  font-size: 174%;
  letter-spacing: 5px;
}

/* h1レベル見出し */
h1 {
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
  min-height: 53px;
  max-height: 86px;
  line-height: 1;
  color: #333;
  background: url(/img/cmn/dot.png) repeat-x bottom;
  font-family: serif;
  font-size: 146.5%;
  letter-spacing: 3px;
}

/* コンテンツエリアレイアウト・背景 */
#contents {
  position: relative;
  background: url(/img/cmn/sub/sub_bg.png) repeat-y right;
}

/* メインカラムレイアウト */
#main {
  position: relative;
  float: left;
  width: 740px;
}

/* h2レベルのセクション */
.section .section .section {
  margin: 0 15px 15px 0;
  padding: 0 0 20px 21px;
  position: relative;
}

/* ----------------------------------------
 * エントリの中身
 * ---------------------------------------- */
/* カテゴリ名 */
div.category {
  margin: 0 0 13px 45px;
}

/* h2レベル見出し（エントリタイトル） */
div.entry-title {
  *margin-bottom: 10px;  /* for Win IE */
}

h2 {
  margin-bottom: 12px;
  padding-left: 30px;
  float: left;
  width: 684px;
  *width: 684px;  /* for Win IE */
  _width: 684px;  /* for Win IE6 */
  line-height: 1.3;
  background: url(/img/cmn/square_pt.png) no-repeat;
  font-size: 138.5%;
}


h3.entry-meta {
  clear:both;
  margin: 25px 0 10px 14px;
  font-size: 93%;
  /*text-align: right; */
}

div.entry-meta {
  clear:both;
  margin: 25px 0 0 30px;
  font-size: 93%;
  /*text-align: right; */
}

div.entry {
  margin-bottom: 40px!important;
}

div.entry-content {
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
}

div.entry-content p {
  margin-bottom: 10px;
  font-size: 93%;
}

blockquote {
  margin: 0 20px 15px 10px;
  padding: 8px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
}

blockquote p {
  margin-bottom: 0!important;
}

/* リスト間のマージン */
li.last,
li.margin {
  margin-bottom: 10px;
}

/* 行頭ポイント付きリスト */
div.entry-content ul,
div.entry-content ol {
  margin-left: 14px;
  margin-bottom: 12px;
  font-size: 93%;
}

div.entry-content ul li {
  padding: 0 0 2px 12px;
  position: relative;
  background: url(/img/cmn/pt.png) no-repeat 0 5px;
}

div.entry-content ul ul {
  margin-top: 2px;
}

/* 番号付きリスト */
div.entry-content ol {
  margin: 0 0 13px 20px;
}

div.entry-content ol li {
  list-style-type: decimal;
}

/* フローティングイメージ */
div.entry-content img {
  margin: 0 12px 10px 0;
  padding: 3px;
  border: 1px solid #ccc;
  float: left;
}

/* タグ */
dl.entry-tags {
  margin-left: 30px;
  font-size: 93%;
}

dl.entry-tags,
dl.entry-tags dt,
dl.entry-tags dd,
dl.entry-tags ul,
dl.entry-tags li {
  clear: both;
  display: inline;
}

/* ----------------------------------------
 * アーカイブリスト
 * ---------------------------------------- */
dl.archives {
  margin: 0 15px 15px 40px;
}

dl.archives dt {
  margin-bottom: 8px;
}

dl.archives ul {
  margin-bottom: 10px;
}

dl.archives ul li {
  padding: 0 0 3px 15px;
  position: relative;
  background: url(/img/cmn/pt.png) no-repeat 3px 6px;
  font-size: 93%;
}

/* 記事ナビゲーション */
ul.entry-nav li {
  margin: 0!important;
  padding: 0!important;
  float: left;
  background-image: none!important;
}


ul.entry-nav li.prev {
  width: 290px;
  text-align: right;
}

ul.entry-nav li.top {
  width: 90px;
  text-align: center;
}

ul.entry-nav li.next {
  width: 290px;
}

/* ----------------------------------------
 * サイドバー
 * ---------------------------------------- */
#sub {
  float: right;
  width: 210px;
}

/* サイドバーのセクション */
#sub .section {
  margin: 0 10px 15px 10px;
}

/* サイドバーの一番上のセクション */
#sub .section.top {
  padding-top: 18px;
}

/* サイドバーのh3レベル見出し */
#sub h3 {
  margin-bottom: 1px;
}

#sub h3,
#sub p,
#sub li {
  line-height: 1.3;
  font-size: 93%;
}

/* サイドバーのリスト */
#sub ul {
  margin-left: 5px;
  margin-bottom: 12px;
}

#sub ul li {
  padding: 0 0 2px 12px;
  position: relative;
  background: url(/img/cmn/pt.png) no-repeat 0 5px;
}

/* タグクラウド */
#sub ul.tag-cloud {
  margin-left: 0;
}

#sub ul.tag-cloud li {
  padding-left: 0;
  display: inline;
  background-image: none;
}

/* RSSフィード */
div.feed {
  margin: 0 0 33px 17px;
  width: 170px;
  height: 34px;
  background: url(/img/topics/feed.png) no-repeat;
}

div.feed a {
  padding: 7px 0 0 23px;
  display: block;
  color: #4c4c4c;
  font-size: 93%;
  letter-spacing: -1px;
}

/* サイドバーのバナー */
#sub ul.linkbnr {
  margin: 0 0 100px 10px;
  *margin: 0 0 57px 10px;  /* for Win IE */
  padding: 15px 0 0 0;
  width: 190px;
}

#sub ul.linkbnr li {
  margin: 0 0 43px 0;
  padding: 0;
  width: 190px;
  height: 63px;
  background-image: none;
}

