/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.artscape.ne.jp/artscape/mt4.1/mt-static/themes-base/blog.css);
@import url(http://www.artscape.ne.jp/artscape/mt4.1/mt-static/support/themes/minimalist-red/minimalist-red.css);
/* end StyleCatcher imports */

/* サイドバー ----------------------------------------------------------------- */

.widget-header {
border:solid 0px #000000;
margin: 5px;
padding: 5px;
color: #990000;
font-size: 14px;
background: #ffffff;
}

/* プロフィール ----------------------------------------------------------------- */

.entry-tags img
{
float: left; 
border:solid 2px #990000;
padding: 1px 1px 1px 1px ; 
margin: 0px 4px 4px 0px ;
}

/* 概要ヘッター ----------------------------------------------------------------- */

.asset-header {
margin: 12px 0px 0px 0px ;
}


/* タイトルアイコン ----------------------------------------------------------------- */

.asset-name img
{
float: left; 
border:solid 2px #990000;
padding: 1px 1px 1px 1px ; 
margin: 0px 4px 0px 0px ;
}

/* ブログ記事のメタデータ罫線 ----------------------------------------------------------------- */

.asset-meta {
    border-top: 0px solid #ccc;
}

/* 概要フッター ----------------------------------------------------------------- */

.asset-footer {
border-top: 0px solid #ccc;
margin: 0px 0px 40px 0px ;
}

/* 本文文字組 ----------------------------------------------------------------- */

.asset-body,
.asset-more {
    line-height: 1.5em;
}



/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #fff;  
    background: #990000 ;
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content {
    width: 842px; 
    margin: 30px 0 40px 20px;
}

#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
}

/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #990000; 
}

#footer-content {
    margin: 20px 0;
}


