@charset "EUC-JP";

/*
 * 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: "メイリオ", 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 img {
    border: 1px;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-indent: 1em;
}

/* 順序なしリスト */
.entry_body ul,
.entry_more ul {
}
.entry_body ul li,
.entry_more ul li {
    margin-left: 20px;
}
.entry_body ol li,
.entry_more 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: #f6f6f6;
    font-size: normal;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: normal;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

textarea {
    width: 440px;
}



/* タイトルバナー */
#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;
}

#banner h1:first-letter,
#banner a:first-letter {
  color:#FF444F;
}

#banner h1 {
    padding: 0 0 0 15px ;
    margin: 0;
    line-height: 170%;
}

#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 h2 {
    padding: 0 0 0 15px ;
    margin: 0px ;
    color: #ffffff;
    font-size: x-small;
    background: #0076EE;
    font-weight: normal;
}
#banner h2 a,
#banner h2 a:link,
#banner h2 a:visited {
    color: #ffffff;
    background: none;
}
#banner h2 a:hover {
    text-decoration: underline;
    background: none;
}

/* エントリー全体 */
.blog {
    padding: 10px 0px 10px 0px;
    font-size: normal;
    color: #36414d;
    background: none;
    border-bottom: 1px solid #C7C7C7;
}

/* エントリー日付 */
.date { 
    padding: 2px 0 2px 15px;
    color: #99ABFF;
    font-size: normal;
    font-weight: bold;
}

/* エントリー */
h4 {
    font-size: medium;
    text-align: left;
    font-weight: bold;
    padding: 4px 2px 2px 4px;
    margin: 5px 0px 2px 0px;
    background: #eaf4fc;
	}
table, td, th{
    border-collapse: collapse; 
    border: 1px solid;
}

.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; 
/*    background-image: url(".gif");*/
    font-size: normal;
    line-height:150%;
    word-break: break-all;
    padding: 0 20px 0 20px;
}
.entry a:active {}
.entry img {
    margin-bottom: 5px;
}

entry-content a img {
    border: 1;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 5px 0 10px 20px;
    color: #444444;
    font-size: 20px;
    font-weight: bold;
}

/* エントリータイトルのリンク */
.entry-header a:link,
.entry-header a:visited,
.entry-header a:hover {
    color: #444444;
    font-weight: bold;
    background: none;
    text-decoration: none;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 20px 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: small;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: normal;
}

/* カレンダー */
.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;
    color: #444444;
    font-size: small;
    _font-size: 12px;
    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;
    _font-size: 12px;
    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;
}

.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;
    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: small;
    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 {
    margin-bottom: 20px;
    text-align: center;
    background-image:url('/img/blogback.gif');
}
.layout-three-column #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 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: xx-small;
    color: #444444;
}
.layout-three-column #footer-liquid {
    display: none;
}
/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 600px;
    margin: 0 0 10px 0;
}
.links-box {
    font-size: small;
    float: left;
    width: 180px;
    margin: 15px 7px 0 7px;
}
.links-left {
    padding:  0;
    color: #ffffff;
}
