/* サイドメニュー
--------------------------------------------- */
div#column_left h3.widget-header {
    line-height: 21px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    width: 185px;
    padding: 0 0 0 10px;
    margin: 0;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/title-bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

div#column_left ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
div#column_left ul.tree {
    padding: 0 3px;
    width: 189px;
    background-color: #f6f1e1;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-middle.gif");
    background-repeat: repeat-y;
    background-position: left top;
}
div#column_left li {
    list-style: none;
    padding: 0;
    _height: 1px;
}

/* ブログ内検索
--------------------- */
div#column_left .widget-search .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}
div#column_left .widget-search .widget-content form {
    padding: 3px 3px 0;
    width: 189px;
    background-color: #f6f1e1;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-middle.gif");
    background-repeat: repeat-y;
    background-position: left top;
}
div#column_left .widget-search input#search {
    width: 130px;
}

/* タグ検索
--------------------- */
div#column_left .widget-tags .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* カテゴリ
--------------------- */
div#column_left .widget-archive-category .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* 月別アーカイブ
--------------------- */
div#column_left .widget-archive-monthly .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* タグクラウド
--------------------- */
div#column_left .widget-tag-cloud .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* 最近のブログ記事
--------------------- */
div#column_left .widget-recent-entries .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* 最近のコメント
--------------------- */
div#column_left .widget-recent-comments .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

/* 最近のアイテム
--------------------- */
div#column_left div.widget-recent-assets .widget-content {
    padding: 0 0 15px;
    background-image: url("http://www.mariascloset.com/user_data/packages/default/img/bloc/bg-bloc-bottom.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}
div#column_left div.widget-recent-assets ul:after {
    content: ".";
    display: block;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#column_left div.widget-recent-assets li {
    display: inline;
    float: left;
    width: 90px;
    height: 90px;
    padding: 0;
    margin: 4px 4px 0 0;
}
div#column_left div.widget-recent-assets li a {
    overflow: hidden;
    display: block;
    width: 88px;
    height: 88px;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
}
div#column_left div.widget-recent-assets li a:hover {
    border-color: #ddd;
}


/* .entry
--------------------------------------------- */
div.entry {
    clear: both;
    margin: 25px 0 0;
    padding: 0 0 10px;
    border-bottom: 8px solid #fefefe;
}
body.mt-individual div.entry {
    margin: 0 0 25px;
}
div.entry hr {
    clear: both;
}

/* .asset-header
--------------------------------------------- */
div.entry div.asset-header {
    margin-bottom: 1.5em;
}
div.entry div.asset-header h3 {
    font-size: medium;
    font-weight: bold;
    color: #e61688;
    clear: both;
    margin: 1em 0 0;
    padding: 0;
}

div.entry div.asset-header div.asset-meta {
    text-align: right;
    font-size: 95%;
    margin: 0 0 8px;
}

/* .asset-content
--------------------------------------------- */
.asset-content {
    margin: 0 10px;
}

.asset-body,
.asset-more {
    overflow: hidden;
    width: 100%;
}
.asset-body:after,
.asset-more:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.asset-content em {
    font-weight: bold;
}
.asset-content strong {
    font-weight: bold;
    color: #e82c21;
}
.asset-content h3 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 .25em 10px;
    border-left: 7px solid #e61688;
    border-bottom: 1px dotted #e61688;
}
.asset-content h4 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 0 10px;
    border-left: 7px solid #e61688;
}
.asset-content p {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul,
.asset-content ol,
.asset-content dl {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul ul,
.asset-content ul ol,
.asset-content ul dl,
.asset-content ol ul,
.asset-content ol ol,
.asset-content ol dl,
.asset-content dl ol,
.asset-content dl dl {
    margin: 0;
}
.asset-content ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1em;
}
.asset-content ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li {list-style-type: square;}
.asset-content ul li ul li ul li ul li {list-style-type: disc;}
.asset-content ul li ul li ul li ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li ul li ul li ul li {list-style-type: square;}
.asset-content ol li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 1em;
}
.asset-content ol li ol li {list-style-type: lower-latin;}
.asset-content ol li ol li ol li {list-style-type: decimal;}
.asset-content ol li ol li ol li ol li {list-style-type: lower-latin;}

.asset-content dt {
    font-weight: bold;
}
.asset-content dd {
    margin: 0 0 1em 1em;
    padding: .6em 0 0 2em;
}

div#undercolumn .asset-content table {
    width: 100%;
    margin: 0 0 1em;
}
.asset-content table th,
.asset-content table td {
    padding: 5px;
}
.asset-content table ul,
.asset-content table ol {
    margin: 0;
}


/* .asset-footer
--------------------------------------------- */
.asset-footer {
    clear: both;
    width: 100%;
}
.asset-footer:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.asset-footer h4 {
    float: left;
    clear: both;
    width: 5em;
    margin: 0;
    padding: 0;
}
.asset-footer ul {
    margin: 0;
    padding: 0;
}
.asset-footer ul li {display: inline;}


/* トラックバック
--------------------------------------------- */
div#trackbacks {margin-bottom: 15px;}
div#trackbacks h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}
div#trackbacks div.trackbacks-info {
    overflow: auto;
    padding: 8px;
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px dashed #555;
}
div#trackbacks div.trackbacks-info p {
    margin: 0;
}


/* コメント
--------------------------------------------- */
div#comments {}
div#comments h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}

div#comments .comments-open-header {display: none;}
div#comments div.comments-content {margin: 10px;}
div#comments div.asset-meta span.author {
    font-weight: bold;
    padding-right: 8px;
}
div#comments div.comment-content {
    padding: 4px 0 0 8px;
    margin-bottom: 1em;
    border-left: 5px solid #ededed;
}

div#comments-open {
    overflow: hidden;
    padding: 10px;
    margin: 35px 10px;
    background-color: #fafafa;
    border: 1px solid #ededed;
}

div#comments-open-data {
    float: left;
    width: 200px;
    margin: 0;
}

div#comments-open-data div {padding: 2px 0;}

div#comment-form-name label,
div#comment-form-email label,
div#comment-form-url label {display: block;}

div#comment-form-name input,
div#comment-form-email input,
div#comment-form-url input {width: 200px;}

div#comments-open-text {
    overflow: hidden;
    float: right;
    width: 370px;
}
textarea#comment-text {
    width: 358px;
    height: 190px;
}

div#comments-open-footer {
    text-align: right;
    padding: 5px;
    clear: both;
}