/* 暫定設定 */
#dougajin_list {
margin: 20px 30px;
}


.cat_head {
display: inline;
margin: 0px ! important;
}

.mt-image-left{
width: 120px ! important;
height: 90px ! important;
}

#left-column {
    background: url(http://douga.cc/border.gif) repeat-y right;
}

#right-column {
    background: url(http://douga.cc/border.gif) repeat-y left;
}

}

.related li{
    list-style-type: none;
}

.banner-navi{
width: 100%;
overflow: hidden;
margin-top: 60px;
}

.banner-navi ul{
margin: 0;
padding: 0;
padding-left: 10px;
font: bold 12px Verdana;
list-style-type: none;
}

.banner-navi li{
display: inline;
margin: 0;
}

.banner-navi li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.last_tab a {
    border-right: none ! important;
}

.banner-navi li a:visited{
color: white;
}

.banner-navi li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/* 暫定設定ここまで */

/* labs */
.rss-box-right_bar a:hover {
color: white;
text-decoration: none;
}

.rss-box-right_bar *{
    display: inline;
    color: white;
    font-size: 0px;
    letter-spacing: -9999px;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
}


.rss-box-right_bar img {
    width: 120px;
    height: 90px;
    margin: 2px !important;
}
/* labs end */
/*
 * ★CSSもくじ
 * 
 * ■ 初期化
 * ■ サイズ　width margin padding float
 * 　◆ 全体のレイアウト
 * 　◆ タグ単位
 * 　◆ ブロック単位
 * 　　→バナー
 * 　　→コンテント
 * 　　→サイドバー
 * 　　→コメント
 * 　　→トラックバック
 *
 * ■ 色と背景　color background font text* line-height
 * 　◆ タグ単位
 * 　◆ ブロック単位
 * 　　→バナー
 * 　　→コンテント
 * 　　→サイドバー
 * 　　→コメントとトラックバック
 * 
 * ■ 追加設定
 * ■ タグ　（タグだけまとめて設定）
 * 
 *************************************/


/****************************
　■ 初期化
*****************************/

* {
    margin: 0;
    padding: 0;
}

/****************************
　■ width margin padding float
*****************************/
/* ◆ 全体のレイアウト */
#box {
    width: 930px;
    margin: 0 auto;
}

#banner {
    width:930px;
    height:200px;
    padding: 0;
}

#content {
    float: left;
    width: 100%;
}

.blog {
    margin: 5px 210px;
}

#left-column {
    float: left;
    width: 200px;
    margin-left: -930px;
}

#right-column {
    float: left;
    width: 200px;
    margin-left: -200px;
}

/* ◆ タグ単位 */
body{
    margin-bottom: 20px;
}

blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
}

dd {
    padding-left: 10px;
}

dt {
    margin: 15px 10px;
}

form {
    margin: 0px;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 16px;
}

/* ◆ ブロック単位 */
                    /* 　→バナー */
#banner-description {
    padding-left: 10px;
}
#banner-header {
    padding:30px 40px 0;
}

#banner-ad {
    padding:0;
}

                    /* 　→コンテント */
.entry {
    width: auto;
    margin: 0 5px 15px;
}

.entry-header {
    margin-top: 15px;
}

.entry-footer {
    margin-top: 10px;
}

.entry-more{
    margin-top: 1em;
}

.archive-list {
    margin: 10px 0;
}

.content-nav {
    margin: 10px;
}

.date { 
    padding: 2px 0 2px 5px;
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

#center-top {
    width: auto;
    margin-left: 10px;
}

.center-top-title {
    padding: 2px 0 2px 5px;
}

                    /* 　→サイドバー */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}

.sidetitle {
}

.side {
    margin: 3px 0 20px;
}

                    /* 　→コメント */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 64px;
}

#comment-text {
    width: 256px;
}

                    /* 　→トラックバック */
.trackbacks,
.comments {
    margin: 10px 5px;
}
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
}

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

.trackback-footer,
.comment-footer {
    padding-top: 3px;
    margin-right: 2px;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}
/****************************
　■ color background font text* line-height
*****************************/
/* ◆ タグ単位 */
* {
    font-family: Verdana, Arial, sans-serif;
}

a, a:link, a:visited {
color:#ffc;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#fff;
text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body {
background:#42210b none repeat scroll 0 0;
text-align:left;
}

blockquote {
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}


/* ◆ ブロック単位 */
/* 全体 */
#box {
background-color:#a01721;
color: #fcc;
}
                    /* 　→バナー */
#banner {
background:transparent url(http://blogneta.com/blogneta_top.jpg) no-repeat scroll left top;
}

#banner h1 a,
#banner h1 a:link,
#banner h1 a:visited {
    font-size:42pt;
    color: #fff;
    font-style:italic;
    text-decoration: none;
}
#banner-description {
    color: #ffc;
    font-size: 12px;
    text-align:left;
}

#banner-header {
    text-align:left;
}

                    /* 　→コンテント */
/* IDにできるか確認 */
.blog {
    font-size: small;
    background: none;
}

.date { 
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #000;
}

.entry {
    font-size: 12px;
    line-height:150%;
}

.entry-header {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

.entry-footer {
    text-align: right;
    font-size: 9px;
}

.content-nav {
    text-align: center;
    font-size: 12px;
}

.center-top-title {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #000;
}

#center-top {
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
}
                    /* 　→サイドバー */
#left-column {
}

#right-column {
}

.sidetitle {
background:#000 no-repeat scroll 0 0;
color:#fff;
font-size:10px;
height:24px;
line-height:200%;
text-align:center;
border-bottom:5px solid #333;
}

.side {
    background: none;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

                    /* 　→コメントとトラックバック */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #000;
}

#comment-post {
   font-weight: bold;
}

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

.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #000;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    font-size: 12px;
    line-height: 150%;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    text-align: right;
}

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

/****************************
　■ ボーダー
*****************************/
.entry-footer {
    border-top: 1px dotted #36414d;
}

.sidetitle {
}

.trackback-footer,
.comment-footer {
    border-top: 1px dotted #36414d;
}
a img {
    border: 0;
}

blockquote {
    border: 1px solid #666666;
}

/****************************
　■ 追加設定
*****************************/
ul li {
    list-style-type: circle;
}


/*ドリコムなどのスクリプト遅延対策*/
#center-top-linklist {
    display: none;
}

/*エントリー追記下のトップページへ戻る*/
#go-to-top {
    height:60px;
    font-size:x-large;
    padding-top:25px;
}

.entry {
    word-break: break-all;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}
.side #categories li {
    list-style-type: circle;
}
/* .clearに統一できるか確認 */
.entry-footer {
    clear: both;
}
.clear {
    clear: both;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    word-break: break-all;
}

.comments-open label {
    display: block;
}

#center-top {
    word-break: break-all;
}

/****************************
　■ タグ
*****************************/
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 24px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 18px;
font-weight: bold;
}
ul#tags li.taglevel3 {
    font-size: 14px;
font-weight: bold;
}
ul#tags li.taglevel4 {
    font-size: 12px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 8px;
}

