@charset "UTF-8";
/* Created by @Style http://atstyle.biz/ */
/* ページ全体 */

body {
    color: #000000;
    line-height: 14px;
    margin: 0;
    padding: 0;
    background: #8c1f25;
    text-align: center; /* center on ie */

}

.body_container {
    width: 760px;
    background-color: #ffffff;
}

.category_box {
    margin: 0px;
    padding: 3px 3px 13px 3px;
    background-color: #ffffff;
    font-size: 11px;
    color: #000000;
    line-height:14px;
}

.category_box dd {
    font-size: 11px;
    margin: 0px 0px 2em 0px;
    padding: 0;
}


/* 全体のリンク色 */

A {
    color: #0000ｆｆ;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:link {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:link:hover {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:link:active {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:visited {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:visited:hover {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

A:visited:active {
    color: #0000ff;
/*    background-color: #FFFFFF;*/
    text-decoration: underline;
    font-weight: bold;
}

.clear {
    clear:both;
}

/* パディング設定 */
.pad {
    padding:10px;
}

.sponser_title {
    line-height: 12px;
    padding: 3px;
    background-color: #f0f0f0;
    font-size: 12px;
    margin: 6px 0px;
}


p {
    margin:0;
    padding:10px;
}

.none{
    display: none;
}

hr {
    display: none;
}

/* ヘッダー */

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #f0f0f0;
    background-image: url(http://taiga.infobird.info/images/furintitle.jpg);
    text-align: left;
    height : 200px;
}

#header h1 {
    color: #333333;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0px 10px 0px;
    background: #8c1f25;
    }

.description {
    color: #333333;
    padding-left: 10px;
    font-size: 13px;
}


/* ヘッダーリンク色 */

#header A {
    color: #333333;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:link {
    color: #ffffff;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:link:hover {
    color: #FF0000;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:link:active {
    color: #ffffff;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:visited {
    color: #ffffff;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:visited:hover {
    color: #FF3300;
/*    background-color: #FFFFFF;*/
    text-decoration: none;
}

#header A:visited:active {
    color: #ffffff;
/*    background-color: #FFFFFF;*/
    text-decoration:none;
}




/* レイアウト */

#container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    padding: 0;
    text-align: left;
}



#left-container {
    width:100%;
    float:left;
    margin-right:-200px;
    text-align: left;
}



#left-container .sub {
    width:100%;
    float:right;
    margin-left:-200px;
    text-align: left;
}


#left {
    width:200px;
    float:left;
    text-align: left;
}


#right {
    width:200px;
    float:right;
    text-align: left;
}


/* 記事まわり */

#main {
    margin:0 200px 0 200px;
    padding:10px;
    text-align: left;
    font-size: 11px;
}

#main img {
    border-style: none;
}

#main .itemimg {
    padding 5px;
}

/* 画像左寄せ */
#main .imageleft{
    padding-right: 10px;
    float: left;
}
/* 画像右寄せ */
#main .imageright{
    padding-left: 10px;
    float: right;
}

/* #main h2 {
    font-size: 125%;
    margin-bottom: 5px;
}*/


#main h3 {
    font-size: 11px;
    margin-bottom: 5px;
}

#main h3 img {
    margin: 0px;
    padding: 0px;
}

#menu {
/*    font-size: 90%;*/
    text-align: left;
    margin-bottom: 15px;
}


strong {
    color: #FF3300;
    background-color: #FFFFFF;
}


.sign {
    margin-bottom: 10px;
}


.extended {
    display:block;
    float:right;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}


#main .posted {
    font-size: 90%;
    margin-bottom: 25px;
    padding: 3px;
}

#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}

/* テキストエリア文字サイズ・広さ設定 */

textarea[id="comment-text"] {
    width: 80%;
}

/* コメンター画像ボーダー消去 */

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}


/* サイドバー */

#left h2,#right h2 {
    font-size: 90%;
    font-weight: bold;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0px 0px 5px 0px;
    padding-bottom: 0.1em;
    color: #ffffff;
    background: #8c1f25;
}

.sidebar_box {
    margin: 5px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    font-size: 12px;
}



/* サイドバーリスト */

#left ul,#right ul{
    font-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 8px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#left ul ul,#right ul ul {
    margin-bottom: 0px;
}



#left li,#right li {
    font-size: 90%;
    color: #333333;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    list-style-type: none;
}


/* サイドバー画像 */

#left img,#right img {
    margin-top: 3px;
    border-style: none;
    margin-bottom: 3px;
}



#powered {
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
    margin-top: 10px;
}


.photo {
    text-align: left;
    margin-bottom: 20px;
}

.link-note {
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    padding: 2px;
    margin-bottom: 10px;
}



/* フッター */

#footer {
    color: #333333;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
}

/* アドレス */

address {
/*    font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-size: 12px;
/*    font-weight: bold; */
    font-style: normal;
}

address A {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:link {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:link:hover {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:link:active {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:visited {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:visited:hover {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

address A:visited:active {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}


where in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }


h2.category_box_title {
    line-height: 12px;
    padding: 3px;
    font-size: 12px;
    background-color: #f0f0f0;
    font-weight: normal;
    margin: 6px 0px;
}

form {
    text-align: center;
    border: 0px;
    padding: 0px;
}