/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/support/themes/cityscape-tokyo/cityscape-tokyo.css);
/* end StyleCatcher imports */

/* Global テキストカラーと背景色*/

body {
     font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
     color: #ddd;
     background-color: #000 
}


/* Content */

.asset-name {
    font-size: 15px;
    font-weight: bold; 
    border-bottom: 1px solid #0d2f5f;
}

.asset-name a:link {
    text-decoration: none;
}

.asset-name a:visited {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

/*日付・時間・コメント数・トラバ数の高さを高くして上に余白を開ける*/
.asset-meta {
    text-align: right; 
  /*  line-height: 400%;　*/
    vertical-align: bottom;
    border-top: 0px solid #0d2f5f;
}

/*アーカイブでの記事周辺のブルーの枠*/
.or-box {
   width:498px;
   border:solid 1px #0d2f5f;
   padding:10px 10px 0px 10px;
   margin-bottom:10px;
 /*  position:relative; */ 
}


/*サイドバーのフォントサイズ*/
.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px;
}

/*ヘッダーの画像変更*/
#header { 
    border-color: #121a3f;  
    background: #06161c url(/mt/mt-static/themes/cityscape-tokyo/header3.jpg) no-repeat bottom right; 
}

/* 箇条書きの項目間を広く */
li{ margin-bottom:1.1em;} 

/* 箇条書きの行間の設定 */
li{ line-height:1.4;}

/* 段落の行間の設定 */
p{ line-height:1.4;}

/* 段落と段落の間の設定*/
p{ margin:1.1em;}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

