@charset "UTF-8";

/*
 * File      : styles.css
 * Version   : 1.01
 * Update    : 2005.12.02 change background of .date
 *
 * Copyright (C) 2005 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "MS ゴシック", Verdana, Arial, sans-serif;
}

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    /*background: #ebe1a9;*/
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a:hover img {
    background: none!important;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-indent: 1em;
}

pre {
    overflow: auto;
    font-family:monospace;
    background: #D0D0D0;
    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+ */
    margin: 5px 0 5px 0;
    padding: 3px 5px 3px 5px;
    line-height: 150%;
}

/* 順序なしリスト */
.entry ul,
.entry ul {
    margin-left: 20px;
}

.entry li,
.entry li {
    margin-left: 20px;
}

.entry ol li,
.entry ol li {
    margin-left: 30px;
}
/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: small;
}

/* 引用 */
blockquote {
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #d4dcda;
    font-size: normal;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: normal;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

textarea {
    width: 440px;
}
/* twitter */
ul#twitter_update_list li { 
  font-size: 12px;
  color: #eeeeee;
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
ul#twitter_update_list li a,
ul#twitter_update_list li a:link,
ul#twitter_update_list li a:visited,
ul#twitter_update_list li a:hover{ 
  font-size: 12px;
  color: #cccccc;
  text-decoration: none;
  background: none;
  line-height: 80% !important;
}
/* タイトルバナー */
#banner {
    border-bottom: 1px solid #0076EE;
    color: #999999;
    background: #1F2BDF;
    background-position: right top;
    font-weight: normal; 
    align: left;
    background-image: url("/img/banner1.gif");
    background-position: left top;
    background-repeat: repeat-x;
    text-align: left;
    min-height: 1px;
}
#banner:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
* html #banner {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
#banner:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
* html #banner {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}


#banner h1{
    padding: 10px 0 5px 15px ;
    margin: 0;
    float: left;
    line-height: 80%;
}
#banner h1:first-letter,
#banner a:first-letter {
  color:#FF444F;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    background: none;
}

#banner h1 a,
#banner h1 a:link,
#banner h1 a:visited {
    color: #f8f4e6;
    font-size: 40px;
    text-decoration: none;
　 font-weight: bold;
    background: none;
}


/* タイトルバナー下の説明 */
#banner-description {
    padding: 10px 0 0 15px;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
#banner-description a,
#banner-description a:link,
#banner-description a:visited {
    font-size: 12px!important;
    color: #ffffff;
    background: none;
}
#banner-description a:hover {
    text-decoration: underline;
    background: none;
}

/* エントリー全体 */
.blog,
.autopagerize_page_element {
    padding: 10px 0px 10px 0px;
    font-size: normal;
    color: #36414d;
    background: #ffffff;
    border-bottom: 1px solid #C7C7C7;
}

/* エントリー日付 */
.date,
.date a,
.date a:link ,
.date a:visited,
.date a:hover,
.date a:active { 
    padding: 2px 0 0 15px;
    margin: 0 0 -20px 0;
    color: #dadbfa;
    font-family: Verdana;
    font-size: 50px!important;
    font-weight: bold;
    background: none;
    text-decoration: none;
}
/* エントリー */
h4 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 4px 2px 2px 4px;
    margin: 5px 0px 2px 0px;
/*    background: #eaf4fc;*/
	}
h5 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    padding: 1px 2px 1px 2px;
    margin: 5px 0px 2px 10px;
    background: #f7fcfe;
	}
table, td, th{
    border-collapse: collapse; 
}

th
{
    font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
}

td
{
    color: #669;
    padding: 9px 8px 0px 8px;
}

tbody tr:hover td

{
    color: #009;
}

.aa {
    font-family: "MS Pゴシック";
    font-size: normal;
    line-height: 120%;
}

.entry {
    margin: 0 0 15px 0;
    background: #ffffff;
    background-position: right; 
    background-repeat: repeat-y; 
    font-size: normal;
    line-height:170%;
    word-break: break-all;
    padding: 0 30px 0 30px;
    margin-left:auto;
    margin-right:auto;
    max-width:1024px;
}

.entry_content p a,
.entry_content p a:link,
.entry_content p a:visited,
.entry_content p a:hover,
.entry_content p a:active {
    color: #006699 !important;
    font-size: normal !important;
}
.entry img {
    background: none;
    border: solid 1px #666666;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 5px 0 10px 20px;
    color: #444444;
    font-size: 24px!important;
    font-weight: bold;
    line-height: 120%;
}

/* エントリータイトルのリンク */
h3.entry-header a,
h3.entry-header a:link,
h3.entry-header a:visited,
h3.entry-header a:hover,
h3.entry-header a:active {
    background: none !important;
    text-decoration: none !important;
    font-size: 24px !important;
    color: #444444 !important;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 20px 0;
    text-align: right;
    color: #36414d;
    font-size: small;
    clear: both;
}

.entry-footer a,
.entry-footer a:link,
.entry-footer a:visited,
.entry-footer a:hover,
.entry-footer a:active {
    color: #006699 !important;
    font-size: small !important;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

#trackbacks-info {
    padding-bottom: 30px;
    text-align: right;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: normal;
}

.content-nav a,
.content-nav a:link,
.content-nav a:visited,
.content-nav a:hover,
.content-nav a:active {
    color: #006699 !important;
    font-size: 12px !important;
}

/* カレンダー */
.calendar_month {
    margin-bottom: 5px;
    text-align: center;
    color: #FF444F;
    font-size: normal;
    font-weight: bold;
    background: none;
    line-height: 150%;
    border: 0px;
/*    letter-spacing: 0.2em;*/
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
    font-size: small;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
    border: 0px;
}
.weekday {
    padding-bottom: 3px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: x-small;
    line-height: 120%;
    border: 0px;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}


.holiday,
.holiday a:link {
    color: #e50003;
}
.saturday,
.saturday a:link {
    color: #0000ff;
}
.tholiday {
    display: block;
    border: 1px solid #444444;
    color: #e50003;
}
.tholiday a:link {
    color: #e50003;
}
.tsaturday {
    display: block;
    border: 1px solid #444444;
    color: #0000ff;
}
.tsaturday a:link {
    color: #0000ff;
}



/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align: center;
    color: #FF444F;
    font-size: normal;
    line-height: 140%;
    font-weight: bold;
    border-bottom: 1px dashed #36414d;
}
/* サイドメニュー */
.sidearc {
    margin: 3px 0 20px;
    background: none;
    width: 180px;
    color: #444444;
    font-size: small;
    line-height: 150%;
}

.sidearc ul li{
    margin-left: 5px;
    list-style-type: none;
}

.sidearc ul{
    list-style:none;
    }
.sidearc li {
    float:left;
    }

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: small;
    line-height: 150%;
}


.side ul li{
    margin-left: 5px;
    list-style-type: none;
}
.side a img {
    border: 0;
    background: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: small;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: x-small;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 30px;
    text-align: left;
    color: #666666;
    font-size: x-small;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
    border: 0;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
/*   margin-left: 2px;
   vertical-align: middle;*/
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

#comments-open-data textarea#description {
    width: 450px;
    height: 200px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #0076EE;
    font-size: small;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 20px 0 20px;
    padding: 0;
    font-size: small;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 5px
    margin-bottom:5px;
}

.trackback-footer,
.comment-footer {
    font-size: 12px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: small;
    color: #ffffff;
    background: #0076EE;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

#tb_url {
    width: 250px;
    _width: 270px;
}

#comments-open-data dl {}
#comments-open-data dt {
    float: left;
    width: 70px;
    padding: 5px 5px 5px 0;
    _padding: 5px 0 5px 0;
    text-align: right;
}
#comments-open-data dd {
    padding: 5px 0 5px 8px;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column {
    text-align: center;
    background-color: #bbc8e6;
    background-image:url('/img/blogback.gif');
}

.layout-three-column #box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 0px solid #5D5D5D;
    border-left: 0px solid #5D5D5D;
    border-right: 0px solid #5D5D5D;
    text-align: left;
    background-color: #ffffff;
}

/* 2/3カラム用フッタ */
.layout-three-column #footer {
    text-align: center;
    font-size: x-small;
    color: #444444;
}
.layout-three-column #footer-liquid {
    display: none;
}
/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 100%;
    margin: 0;
}
.links-box {
    font-size: small;
    float: left;
    width: 210px;
    margin: 15px 7px 0px 7px;
}
.links-left {
    padding:  0;
    color: #ffffff;
}

.amazon {
    border: 1px solid #bce2e8;
    background: #ebf6f7;
    padding: 5px;
    margin: 5px;
    float:left;
}
.amazon_text {
    font-size: 12px;
}
.clear {
    clear: both;
}

.amazlet-box{
    padding: 10px;
    font-size: 12px;
}

.amazlet-box img{
    border: none;
}

.video_box{
    padding: 10px;
    margin: 5px;
    float: left;
    border: 1px solid #bce2e8;
    background: #eaf4fc;
    clear: both;
}
