@charset "EUC-JP";

/*
 * File      : site.css
 * Version   : 1.01
 * Update    : 1.00 initial version.
 *           : 1.01 2006.09.10 add width property to #banner selector for IE.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif, Verdana, Arial, sans-serif;
}


::-moz-selection{
	background-color: #000;
	color: #fff;
}
::selection{
	background-color: #000;
	color: #fff;
}





#header{
   color:#666666;
   background:#FFFFFF;
   border-bottom:1px solid #EFEFEF;
}
#header td{
   font-size: xx-small;
   text-align:right;
   padding-right:10px;
}
#header a{
    color:#666666;
}

/* 見出し */
h1 {
    font-weight: bold;
    font-size:medium;
}

h2 {
    font-weight: bold;
    font-size: large;
}

h3 {
    font-weight: bold;
    font-size: medium;
    margin: 2em 0px 0.5em 0px;
    border-bottom:1px solid #000000;
    border-left:2px solid #000000;
    padding: 0px 0px 0.2em 1em;
}

h4 {
    font-weight: bold;
    font-size: medium;
    margin: 2em 0px 0.5em 0px;
    border-bottom:1px solid #999999;
    border-left:2px solid #999999;
    padding: 0px 0px 0.2em 1em;
}

h5 {
    font-weight: bold;
    font-size: medium;
    margin: 2em 0px 0.5em 0px;
    border-bottom:1px solid #EEEEEE;
    border-left:2px solid #EEEEEE;
    padding: 0px 0px 0.2em 1em;
}
h6 {
    font-weight: bold;
    font-size: medium;
    margin: 2em 0px 0.5em 0px;
    border-left:2px solid #EEEEEE;
    padding: 0px 0px 0.2em 1em;
}

br {letter-spacing: normal; }

/* リンク */
a,
a:link,
a:visited {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 1px #000000;
}

/* 段落 */
p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* preタグスタイル */
pre {
    width: auto;
    padding: 20px;
    border: 1px solid #666666;
    background: #eeeeee;
    font-family:monospace;
    color: #000000;
    -moz-border-radius: 5px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */

}

pre br {
  display: none;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 30px;
}

ol br{
display: none;
}

ul li {

}

/* 定義リスト */

dl{
}
dt{
}
dd{
font-size:smaller;
padding-left:4em;
}

.bookmo{
border:solid 1px;
padding:0.5em;
}

.bookmo br{
  display: none;
}

.pict{
    padding-right:0.5em;
    padding-left:0.5em;
}


.menu {
    border-top: solid 1px #EFEFEF;
    padding:0.5em 30px 0.5em 0.5em;
    text-align: right;
    font-size: small;
}

/* 目次用 */
#TOC{
}

.mokuji{
padding:20px 0 0px 20px;
    border-left:solid 8px #EFEFEF;
    background:#FBFBFB;
}

/* ex-toc design */
   ul.ex-toc{
    zoom:1;
    overflow:hidden;
    border-left:solid 8px #EFEFEF;
    border-bottom:solid 1px #EFEFEF;
    background:#FBFBFB;
    padding-top:8px;
    padding-bottom:20px;
   }
   ul.ex-toc li{
    list-style:none
   }
   ul.ex-toc span.ex-toc-label{
    margin-right:4px;
   }


/* ext desigin */
   body.ex1 ul.ex-toc,
   body.ex2 ul.ex-toc{
   }
   body.ex1 li.ex-toc-1,
   body.ex2 li.ex-toc-1{
    padding:4px 0 0 4px;
   }
   body.ex1 span.ex-toc-text-1,
   body.ex2 span.ex-toc-text-1{
    padding-left:8px;
   }
   body.ex2 ul.ex-toc{
    margin:0;
    background:#fff;
   }



/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: x-small;
}

/* 引用 */
blockquote {

    padding: 2em 2em 2em 2em;
    border: 1px solid #EFEFEF;
    background: #FBFAF6;
    font-size: medium;
    margin: 0.5em 0 0 1em;
    -moz-border-radius: 5px;
}

.quotetitle { /* 引用文タイトル */
    font-size: medium;
    border-bottom: 1px solid #FBFAF6;
    padding: 3px;
}

/*テーブル*/
.tbl{
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
}

.tbl td {
    padding: 0.5em;
    font-size:smaller;
}


/* タイトルバナー */
.layout-three-column-liquid #banner,
.layout-two-column-liquid-left #banner,
.layout-two-column-liquid-right #banner {
    _width: 100%;
}
#banner {
    color: #999999;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    background: none;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("http://livedoor.blogimg.jp/j1nn/imgs/b/1/b1eb37dd.gif"); */
    text-align: left;
    height: 100px;
}
#banner a,
#banner a:link,
#banner a:visited {
    color: #333333;
    font-size: x-large;
    font-weight:bold;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    color: #333333;
    font-size: x-small;
    margin-top: 10px;
}

#banner-description a,
#banner-description a:link,
#banner-description a:visited {
    color: #333333;
    font-size: x-small;
    margin-top: 10px;
    font-weight:normal;
    text-decoration: underline;
}



#banner-text{
    float: left;
    width: 410px;
    margin-top: 10px;
}

#google-search{
    float: right;
    width: 280px;
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}

/* エントリー全体 */
.blog {
    color: #FFFFFF;
    background: none;
    font-size: larger; 

}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: small;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.hatena-header,
.comments-open-header {
    color: #333333;
    background: #F6F6F6;
    margin: 0.5em 0 0 0;
    border: 1px solid  #EFEFEF;
}

/* エントリー */
.entry {
    width: auto;
    color: #000000;
    background: none;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: medium;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin: 0px 0px 0px 0px;
    border: none;
}

.entry-content{
    margin: 0px 0px 0px 0px;
}

.entry-body{
    margin: 0.5em 30px 0px 30px;
}

.entry-more{
    margin: 0px 30px 0.5em 30px;
}

/* エントリーのテキストエリア可変長指定 */
.textarea {
    font-size: medium;
    width: 80%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    padding: 5px;
    color: #222222;
    font-size: large;
    font-weight: bold;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    clear: both;
}



/* 投稿者 */
.entry-footer {
    padding: 5px 40px 5px 5px;
    border-top: 1px solid #EFEFEF;
    text-align: right;
    font-size: medium;
}

.entry-footer img{
    border: none;
}

/* 広告 */
#ad {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
#ad div {
    margin-left: auto;
    margin-right: auto;
}

/* タグ */
.tags {
    margin-top:10px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    text-align: left;
    font-size: medium;
    color: #999999;
    border-top: 1px solid #EFEFEF;
    padding: 0.5em 0 0.5em 0.5em ;
    clear:both;

}

/* twitter timeline */
div.twitter_timeline p {
    margin:5px;
    padding:5px;
    border:solid 1px #ccc;
}
div.twitter_timeline p.left {
    margin-left:60px;
}
div.twitter_timeline p.right {
    margin-right:60px;
}
div.twitter_timeline img {
    border:none;
}
div.twitter_timeline img.left {
    float:left;
}
div.twitter_timeline img.right {
    float:right;
}
div.twitter_timeline br.timeline_bottom {
    clear:both;
}



/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: medium;
    background: none;
    letter-spacing: 0.1em;
}
.calbody {
    margin-bottom: 15px;
    text-align: center;
    color: #444444;
    background: none;
}
.calbody table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
    width: 155px;
}
.calbody td {
    padding: 2px 0;
    font-size: medium;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}



/*サイドメニューAとBを分ける*/
.side-box{
    margin-top: 10px;
    float: right;
    width: 180px;
    border-bottom: 1px solid  #EFEFEF;
    border-left: 1px solid  #EFEFEF;
}


/*Twitter発言表示枠*/
#banner-twitter {
    color: #333333;
    float: right;
    width: 361px;
    font-size: x-small;
    border-left: 1px solid  #EFEFEF;
}

#banner-twitter a,
#banner-twitter a:link,
#banner-twitter a:visited {
    color: #333333;
    font-size: x-small;
    margin-top: 10px;
    font-weight:normal;
    text-decoration: underline;
    padding: 3px;
}

#banner-twitter li{
    list-style-type: none
}



#twitter_update_list{
    padding: 0.5em;
}



/* サイドメニュータイトル */
.sidetitle {
    margin: 0px;
    border-top: 1px solid  #EFEFEF;
    border-bottom: 1px solid  #EFEFEF;
    text-align: center;
    color: #333333;
    font-size: x-small;
}

/* サイドメニュー */
.side {
    margin: 5px 0 5px;
    background: none;
    color: #444444;
    font-size: medium;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */

.counter {
    background: none;
    font-size: xx-small;
    color: #AAAAAA;
    text-Align: center;
    padding-right: 15px;
}
.count_date{
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: medium;
}

/* クレジットバナー */
.checkers,
.reader,
.powered {
    margin-top: 5px;
    text-align: center;
    color: #666666;
    font-size: medium;
}

/* クレジットバナー */
.banner {
    margin: 30px 0 15px 13px;
    text-align: left;
    color: #666666;
    font-size: medium;
}
.banner img {
    margin-top: 3px;
}

.clear {
    clear: both;
}



/* コメント・トラックバック・関連記事 */
#comments-open-data p {
    margin-bottom: 5px;
    color: #000000;
}

#comment {
    font-size: medium;
    color: #000000;
}


#commentbody{
    font-size: medium;
    color: #000000;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 256px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {

    color: #36414d;
}

.related-articles h3 {
    margin: 0px 0px 0.5em 0px;
    padding: 2px 0 2px 5px;
    color: #333333;
    background: #F6F6F6;
    font-size: medium;
    font-weight: normal;
    border-top: 1px solid  #EFEFEF;
    border-bottom: 1px solid  #EFEFEF;
    border-left: none;
}


.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 0px;
    padding: 2px 0 2px 5px;
    color: #333333;
    background: #F6F6F6;
    font-size: medium;
    font-weight: normal;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 0;
    font-size: medium;
    word-break: break-all;
    color: #000000;
}

.trackback-content p,
.comment-content p, {
    margin-top: 10px;
    margin-bottom: 10px;
}

.trackbackfrom {
    font-size: medium;
    text-align: left;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 0.5em;
}

.trackbacktext {
    font-size: medium;
    text-align: left;
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 40px;
}

.trackback-footer,
.commentttl {
    font-size: medium;
    text-align: left;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.commenttext {
    font-size: medium;
    text-align: left;
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: medium;
    color: #000000;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;

}

#hatena_bookmark ul {
  background-color:none;
  list-style-position:inside;
  margin:0;
  padding:20px;
  font-size:medium;
}
#hatena_bookmark ul li {
  list-style-type:circle;
}
#hatena_bookmark ul li a {
  color:#000000;
}

#hatena_bookmark img{
  margin: 0px 0px 0px 0px;
}

.hb_tag {
  color:#999999;
}


/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #36414d;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */

.layout-one-column-liquid #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}


.layout-one-column-liquid #banner {
    padding-left: 19px;
    padding-top: 0px;
    padding-bottom: 20px;
}

body.layout-one-column-liquid {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    padding:0.5em 0px 0.5em 0px;
}

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
/*    top: 95px;*/
    top: 127px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
/*    top: 95px;*/
    top: 127px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
/*    top: 95px;*/
    top: 127px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
/*    top: 95px;*/
    top: 127px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    background: #ffffff;
}

.continues {
    text-align: right;
}

.bookcd{
    float: right;
    padding: 0.5em;
    margin-bottom: 0.5em;
    border: solid 1px #EFEFEF;
    background-color: #F6F6F6;
    text-align: center;
    margin-left: 1em;
    -moz-border-radius: 5px;
}

.bookcd img{
    border: solid 1px #000000;
    margin: 0px;
}

.sidebody{
    margin: 5px;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #content {}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


/*
 * based upon
 *  http://www.akatsukinishisu.net/itazuragaki/2001_10.html#ruby_for_Mozilla_3
 * updated with
 *  http://www.akatsukinishisu.net/itazuragaki/css/use_ruby_style_as_user_stylesheet.html
 */

ruby {
  display:inline-table !important;
  text-align:center !important;
  white-space:nowrap !important;
  text-indent:0 !important;
  margin:0 !important;
  /* vertical-align:-21% !important; */
  vertical-align:text-bottom !important;
  line-height:1 !important;

}

ruby>rb,ruby>rbc {
  display:table-row-group !important;
  line-height:1.0 !important;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group !important;
  font-size:71% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group !important;
  font-size:71% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}

rbc>rb,rtc>rt {
  display:table-cell !important;
  letter-spacing:0 !important;
}
rp {
  display:none !important;
}



