@charset "EUC-JP";




/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: メイリオ, Meiryo, Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 13pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

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

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

/* 順序なしリスト */
ul, ol {
    margin-left: 16px;
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}




/*navi*/
#header{
   color:#ffffff;
   background:#36414D;
   border-bottom:1px solid #b1b298;
}
#header td{
   font-size:14px;
   text-align:center;
   padding-right:10px;
   padding-top:2px;
   padding-bottom:5px;
    font-family: メイリオ, Meiryo, Impact, Osaka, Arial, sans-serif;
}
#header a{
    color:#ffffff;
}
/*--navi end----*/



/* タイトルバナー */

#banner {
    padding: 15px;
    border-bottom: 1px solid #666699;
    color: #999999;
    background: #320000;
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #FFFFFF;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    color: #ffffff;
    font-size: 12px;
}



/* エントリーTOPADCENTER */
.centertop { 
    margin: 6px 5px 0;
    padding-left: 8px;
    color: #fff;
    background: #36414D;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0;
    padding-left: 5px;
    border-left: 3px solid #FF6500;
    font-size: 120%;
    font-weight: bold;
    background:red;
}
.entry-header a:link,
.entry-header a:visited {
    color: #FFFFFF;
}

/* エントリータイトルサブ的な*/
.entry-subheader {
    margin: 15px 0;
    padding-left: 5px;
    border-left: 3px solid #FF33CC;
    font-size: 120%;
    font-weight: bold;
}
.entry-subheader a:link,
.entry-subheader a:visited {
    color: #FFFFFF;
}


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

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

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

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    padding-top: 3px;
    border-bottom: 1px solid #36414d;
    color: #36414d;
    font-size: 83.3%;
    text-align: right;
}



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

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

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 5px 0 12px 5px;
    text-align: left;
    font-size: 83.3%;
}
.page-nav {
    margin: 5px 0 12px 5px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444;
    font-size: 9px;
    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: 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;
    border: 1px solid  #666;
    color: #FFFFFF;
    background: #36414D;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* 左サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #FFFFFF;
    font-size: 75%;
    line-height: 1.5;
}

/* サイドメニュー(サブカテゴリー用) */
.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: 75%;
    line-height: 1.5;
}

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

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

.clear {
    clear: both;
}

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

#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;
}

.related-articles,
.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.related-articles h3,
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #36414D;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}


#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

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

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #36414D;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.related-articles ul {
    font-size: 83.3%;
}


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


html > body div.ad p {
    top: -88px;
    right: 0;
}@charset "EUC-JP";






/*---------------------------トップページ用-----------------------------*/


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


/* --------------ボディ------------*/
body.layout
 {
    margin-bottom: 10px;
    text-align: center;
    background: #36414d;
}
.layout #box {
    width: 1280px;
    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: #000000;
}

/*左サイド*/
.layout #links-left-box {
    float: left;
    width: 160px;
    border-right: 1px solid #666699;

}
.layout #links-left {
    padding: 10px 10px 0;
    color: #ffffff;
}
/*コンテンツ*/
.layout #content {
    float: left;
    width: 1060px;

}


#grid-content {
    padding: 10px;
}





/*-----------------------*/


/* エントリー全体 */
.blog {
    padding: 10px;
}

/* エントリー日付 */
.date { 
    padding-left: 5px;
    width:95%
    color: #fff;
    background: #36414D;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* エントリー */

.entry {
    width: 480px;
    height:auto;
    margin: 5px;
    padding : 3px 7px 7px 3px;
    color: #FfFfFf;
    background: #000000;
    font-size: 83.3%;
    word-break: break-all;
    float: left;
    border: 1px solid #666699;
}
#grid-content .plugin-memo{
    width: 480px;
    height:auto;
    margin: 5px;
    padding : 3px 7px 7px 3px;
    color: #FfFfFf;
    background: #000000;
    font-size: 83.3%;
    word-break: break-all;
    float: left;
    border: 1px solid #666699;
}

.entryad {
    width: 480px;
    height:auto;
    margin: 5px;
    padding : 3px 7px 7px 3px;
    color: #000000;
    background: #000000;
    font-size: 83.3%;
    word-break: break-all;
    float: left;
    border: 1px solid #000000;
}

/* サイドメニュータイトル */
#content .sidetitle {
     margin: 15px 0;
    padding-left: 5px;
    border-left: 3px solid #FF6500;
    font-size: 120%;
    font-weight: bold;
    background:red;
}
#content .side{
   font-size: 95%;
}

/*アーカイブ*/
.centertop {
 font-size: 20pt;
}

