/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.nicovideo.jp/mt-static/themes-base/blog.css);
@import url(http://blog.nicovideo.jp/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */

body {
    font-family:"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    }
h1 {
    font-weight:bold;
    font-size:1.5em;
    }
h2{
    font-weight:bold;
    font-size:1.5em;    
    }
p {
    font-size: 14px;
    line-height: 20px;
    }
#container-inner {
    width: 1024px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    }
.layout-wm #alpha {
    width: 720px;
    }
.layout-wm #beta {
    width: 300px;
    }
.dl_h3 {
    border-left: 5px solid black;
    border-bottom: 1px solid black;
    padding-left: 10px;
    font-weight: bold;
    }
.dl_p {
    background-color: #F8F8F0; 
    padding: 10px; 
    border-radius: 5px; 
    line-height: 1.6;
    }
.dl_ul_none{
    list-style: none;
    margin-top: 10px;
    margin-left: -30px;
    }
a.dl_button{
    background-color:#3399EE;
    color:white;
    padding:5px;
    border-radius:5px;
    text-decoration:none;
    }
a.dl_button:hover{
    background-color:#66BBFF;
    color:white;
    padding:5px;
    border-radius:5px;
    text-decoration:none;
    }
.nico_header {
    background: black;
    color: white;
    height: 25px;
    }
.nico_header_menu {
    text-align: left;
    color: white;
    width: 1024px;
    margin: 0 auto;
    margin-top: -24px;
    }
a.nico_header_link {
    color:white;
    text-decoration: none;
    font-size:15px;
    }
.code_block_1 {
    color:#C25;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
    }
span.italic{
    font-style: italic;
    }