@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

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

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

/* 段落 */
p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 2em;
    text-indent: 1em;
}

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

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

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

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

/* タイトルバナー */
#banner {
    margin: 0px;
    height: 156px;
    width: auto;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #666699;
    color: #999999;
    background: #8fabbe;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(images/bg00.gif);
    text-align: left;
}

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

/* タイトルバナー下の説明 */
#banner-description {
    color: #666666;
    font-size: 12px;
    display: block;
    padding-left: 5px;
    width: 620px;
    line-height:150%;
}

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


/* エントリー日付 */
.date { 
    margin: 6px 0px 5px 0px;
    padding: 2px 0px 2px 15px;
    color: #333;
    background: #FFF;
    font-size: 11px;
    font-weight: bold;
    border-top:1px solid #999;
    border-bottom:1px solid #333;
    border-left:10px solid #F60;
    border-right:1px solid #333;
    display: block;
    width: 200px;
}

/* エントリー */
.entry {
    width: auto;
    padding: 5px 15px;
    margin-bottom: 5px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
    border:1px solid #666666;
}
.entry strong {
   font-weight:bold;
}
/* エントリー見出しリスト（インデックス） */
.entry-list {
    width: auto;
    padding: 5px;
    margin-bottom: 5px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry-list  li h3{
    display: inline;
    margin-bottom: 1px;
}
.entry-list p {
    display: inline;
}
.entry p {
    display: inline;
}
.entry-body p {
    text-indent: 1em;
    display: inline;
    border-bottom: 1px dotted #999999;
    padding-bottom: 0.3em;
}
.entry-more{
    text-align: right;
    margin-top: 3px;
}

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

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

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

/* エントリータイトル */
.entry-header {
    margin: 5px 0px 0px 0px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}
.entry-header img {
    vertical-align: middle;
}
.entry .entry-header  {
    margin: 5px 0px 0px 0px;
    color: #D02090;
    font-size: 14px;
    font-weight: bold;
}
.entry .entry-header img {
    vertical-align: middle;
}
.entry-header2  {
    margin: 5px 0px 0px 0px;
    color: #D02090;
    font-size: 16px;
    font-weight: bold;
}


/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    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;
}
/* 3カラム用 */
body.layout-three-column {
    padding-bottom: 20px;
    text-align: center;
    background: #36414d;
}
.layout-three-column #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-repeat: repeat-y;
    background-image: url(http://manmaru-sinbun.com/images/boxbg.gif);
}

#entry-content-new  {
    padding: 5px 0px;
}
#entry-content-new p {
    padding: 5px;
}
#entry-content-new h3 {
    color: #333;
    border-bottom: 1px solid #FF3300;
    letter-spacing: -0.05em;
    padding-bottom: 7px;
　　font-size:16px;
}
.big {
    background-color:#FF3300;
    padding:3px;
    font-size: 24px;
    margin-right: 3px;
    color:#FFFFFF;
}
/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    background-color: #FFF;
/*     border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699; */
}

.layout-three-column #content-search {
    float: left;
    width: 663px;
    margin: 0 0 10px 0;
    background-color: #FFF;
/*     border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699; */
}

.layout-three-column #links-left-box {
    padding-bottom: 20px;
    float: left;
    width: 185px;
}
.layout-three-column #links-right-box {
    padding-bottom: 20px;
    float: left;
    width: 185px;
    margin-left: 1px;
}
.layout-three-column #links-left,.layout-three-column #links-right {
    padding: 0px;
    margin-top: -3px;
    color: #ffffff;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
    background: #c00;
}
.sidemenu {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
    background: #FD470B;
}

/* サイドメニュー */
.side {
    margin:5px 5px 15px 5px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}
.side h5{
    font-size:15px;
}
.side-left {

    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
    width: 100%;
}


/* サイドメニュー(サブカテゴリー用) */
.side-left #categories ul {
    padding: 0px;
}
 .side-left #categories ul ul {
    padding: 0px;
}
.side-left #categories li {
    text-align: left;
    color: #444444;
    font-size: 10px;
    line-height: 140%;
    list-style-type: none;
    list-style-position: outside;
}

 .side-left #categories  li li {
    text-align: left;
    color: #444444;
    font-size: 10px;
    line-height: 140%;
    list-style-type: none;
    list-style-position: outside;
} 

#categories a,#categories a:link,#categories a:visited {
    text-decoration: none;
    color: #666;
    display: block;
    width: 180px;
    height: auto;
    padding:0.1em 0em 0.2em 0.5em;
    border-bottom: 1px solid #666;
}
#categories li li a,.#categories li li a:link,.#categories li li a:visited {
    padding-left: 1em;
    display: block;
    width: 175px;
    height: auto;
}
#categories li a:hover {
    color: #c00;
    text-align: right;
    border-right: 5px solid #c00;
    padding-right: 1em;
    display: block;
    width: 165px;
    height: auto;
    background-color: #ffffff;
}
#categories li li a:hover {
    padding-right: 0.5em;
    background-color: #ffffff;
    display: block;
    width: 165px;
}
/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin: 5px 0px 15px 0px;
    text-align: center;
}

/* クレジットバナー */
.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;
}

.entry-tb {
    width: auto;
    padding: 0px;
    margin-bottom: 5px;
    color: #36414d;
    background: #F8EDE9;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #FCB143;
    font-size: 11px;
}

.trackbacks-header2 {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #AF7450;
    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 h4 {
    margin: 0px 5px 5px 5px;
    font-size:11px;
}

.trackback-content p,
.comment-content p {
    margin: 0px 15px;
    line-height:135%;
}
.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-top: 5px;
}

.comments-open label {
    display: block;
}

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

/*　検索　*/
#search {
    height: 30px;
    width: 450px;
    position: absolute;
    visibility: visible;
    margin-left: 425px;
    z-index: 5;
    top: 10px;
    text-align: right;
}
#search form {
    padding-right: 10px;
}

/* 連載ページのバックナンバーリスト　*/
#backlist {
    width:auto;
    height:350px;
    overflow: auto;
    scrollbar-base-color: #808080;
    scrollbar-track-color: transparent;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-darkshadow-color: #FF9900;
    scrollbar-3dlight-color: #FF9900;
    scrollbar-arrow-color: #FF9900;
}

/* 特集エントリーページ */
#content-tokusyu {
    float: left;
    width: 660px;
    margin: 0 0 10px 0;

}
/*インデックス右のバックナンバーリスト*/
#sidebacklist {
    width:auto;
    height:250px;
    overflow: auto;
    scrollbar-base-color: #808080;
    scrollbar-track-color: transparent;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-darkshadow-color: #FF9900;
    scrollbar-3dlight-color: #FF9900;
    scrollbar-arrow-color: #FF9900;
    padding: 5px;
    background-color: #FFF;
}

.nakamidashi{
font-size:16px;
color:#f00;
}
