@charset "EUC-JP";

/*
 * File      : styles.css
 * Version   : 1.02
 * Update    :
 * 1.01 2005.12.02: change background of .date
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                  and brought property for the title together.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family:"ＭＳ Ｐゴシック",Arial, sans-serif;
}

br {
      clear:both;

}

/*強調*/
strong{
          background-color: #ccff99;
          font-weight: bold; 
          color: #000000;
}
em{
         font-weight: bold;
         font-style: normal; 
         color: #660000;


}

/*ボディ*/
body {
    background-repeat: repeat;
    background-image: url("img/img3_aicon_91.gif");

}

/* 見出し */
h1, h2, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;

}

h3{
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    font-weight: bold;
    border-left: solid 5px;
    border-bottom: dashed 3px;

}


/* リンク */
a,
a:link    { text-decoration: underline;
}
a:visited {
    color: #9400d3;
    text-decoration: none;
}
a:hover {
    color: #00bfff;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
    float: left;
}

.fleft {
        float: left;
}
.fright {
        float: right;
}

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

/* 順序なしリスト */
ul {
}
ul li {
    padding-left: 10px;
    background: url(http://purotein.com/template/lmark.gif) no-repeat 0px 0.4em;
    list-style-type: none;
}

/* 順序ありリスト */

ol {
}
ol li {
    margin-left: 20px;
    pading-left: 0px
    list-style-type: decimal;
}



/* 定義リスト */
dl {}
dt {
       padding: 10px 0 0 0;
       color: #660000;
       font-weight: bold;
}
dd {
    padding: 0px 0 20px 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 10px 20px 10px 20px;
    padding: 10px;
    border: 2px dotted #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    padding: 8px;
    border-bottom: 1px solid #666699;
    color: #999999;
    background-position: left top;
    background-repeat:repeat-y;
    background-image: url("img/img2_header.gif");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family:江戸勘亭流P,serif;

}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */

#banner p{
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#banner-header h1{
    color: #ffffff;
    font-size: 31px;
    font-weight: 900; 
    }



#banner h2 {
    color: #ffffff;
    font-size: 14px;
}

/* エントリー全体 */
.blog {
    padding: 10px;
       color: #36414d;
    background: none;

}

/* エントリー日付 */
.date { 
    align:right;
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    background-position: left; 
    background-repeat: no-repeat;
/*    background-image: url(".gif");*/
    font-size: 10px;
    font-weight: bold;
    font-family:HGP明朝E,serif;

}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #f5f5f5;
    background-position: right; 
    background-repeat: repeat-y; 
/*    background-image: url(".gif");*/
        line-height:150%;
    word-break: break-all;
}

/*テーブル*/
.entry table{   
         color:#000000;
         border-collapse: collapse;
         background-color:#ccccff;
         border: 1px #1C79C6 solid;
         border: 1px solid#000000;
         text-align: right;
         font-size: 11px;
}

.entry td{
         border: 1px #1C79C6 solid;
}


.entry table.center{   
         color:#000000;
         border-collapse: collapse;
         background-color:#ffffff;
         border: 1px #1C79C6 solid;
         border: 1px solid#000000;
         text-align: center;
         font-size: 12px;
}


.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 10px  ;
    padding: 0 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #0000cd;
	
	border-left: 10px solid #000080;

/*    background-image: url("img/entry.gif");*/


}

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

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

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

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

/* カレンダー */
.calendar_month {
    margin-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    line-height: 150%;
/*    letter-spacing: 0.2em;*/
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.weekday {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 4px outset;
    
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 9px;
    line-height: 150%;
}

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

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.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;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    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: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    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;
}

/* カラム切り替え */


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

#spebox {
    width: 728px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
        text-align: left;
    background-color: #f5f5f5;
}

#spebox a,
#spebox a:link,
#spebox a:visited {
    color: #00f;
    text-decoration: none;
    font-family:"ＭＳ Ｐゴシック",serif;

}

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



/* 2/3カラム用フッタ */
.layout-three-column-liquid #footer-liquid,
.layout-two-column-liquid-left #footer-liquid,
.layout-two-column-liquid-right #footer-liquid,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-bottom: 0;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    background-position: right top;
    background-repeat: repeat;
    background-image: url("img/img1_footer.gif");
}
.layout-three-column-liquid #footer,
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-three-column #footer-liquid,
.layout-two-column-left #footer-liquid,
.layout-two-column-right #footer-liquid {
    display: none;
}



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