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

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

#container {
    margin: 0;
    padding: 0;
}

/*    background: #002852 url(/images/bg.gif) repeat-y left top ; */

a{/*リンクされた文字*/
    color:#fff;
}
a:link {/*未訪問のリンク*/
    color:#fff;
}
a:visited {/*訪問後のリンク*/
    color:#ffff99;
}
a:hover {/*マウスをのせたとき*/
    color:#ff6666;
}

#container-inner {
    background: #002852 ; 
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;

}

#alpha-inner {
    background: #001640 ; 
    padding-right: 20px;
    padding-left: 10px;
}

#beta-inner, #gamma-inner {
    padding-right: 10px;
    padding-left: 4px;
}

/* Wide-Thin */
.layout-wt #alpha {
    width: 690px;
}

.layout-wt #beta {
    width: 200px;
}
/* Global ----------------------------------------------------------------- */
.widget-content a:visited, .widget-content a, .widget-content a:link {
    color: #ccc; 
    text-decoration: none;
}

.widget-content a:hover {
    color: #F88; 
    background-color: #03f; 
    text-decoration: underline;
}

.asset-name a:visited, .asset-name a, .asset-name a:link {
    color: #ccf; 
    text-decoration: none;
}

.asset-name a:hover {
    color: #666; 
    text-decoration: none;
}

.asset-content a:visited, .asset-content a, .asset-content a:link {
    color: #fca; 
    text-decoration: none;
}

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



/* Header ----------------------------------------------------------------- */
#header {
    background: #001640 url(/images/main.jpg) no-repeat center top ; 
    height: 150px;
    width: 900px;
    position: static; 
    width: 100%; 
    color: #fff;
    margin: 0;
    padding: 0;
}

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

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

#header-inner {
    margin-top: 0px;
    color: #fff;
    position: relative;
}

#header-name, #header-name a {
    font-weight: bold;
    padding: 60px 0 0 0;
    font-size: 32px;
    color: #fff;
    margin: 0px 0 5px;
    text-decoration: none;
}

#header-description {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

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


/* Content ---------------------------------------------------------------- */
#content {
    margin-top: 0px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #fff;
    text-decoration: none;
}

.asset-footer a:hover,
.comment-footer a:hover {
    color: #fff;
    background-color: #f30; 
    text-decoration: none;
}



.asset-header {
    border-top: 1px solid #f63;
    border-left: 9px solid #f63;
    color: #a63;
}

.asset-name {
    margin: 0 0 0 2px;
    border-left: 6px solid #00c;
    font-size: 22px;
    font-weight: bold;
    color: #a63;
}
.asset-name a {
    color: #fc9;
}

.asset-content {
    margin: 5px 0 0 20px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-footer a {

}

.asset-footer {
    text-align: right;
    border-bottom: 1px solid #aea383;
}
.asset-footer a {

}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #fff;
}

.archive-list-item {
    margin-bottom: 5px;
}

/* Widget ----------------------------------------------------------------- */
.widget a,
.archive-widget .widget-list .item {
    color: #fa9;
} 

.widget .widget-header {
    border-left: 4px solid #009;
    border-top: 1px solid #f63;
    padding: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
}

.widget-content {
    margin-left: 10px;
    font-size: 11px;
}

.widget-content li {
    list-style: none;
}

.widget-content hr {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding: 0;
    width: 60%;
    height: 3px;
    border: #f63 1px solid;
    color: #3a6;
    background: #fdb;
    }


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

#footer { 
    height: 26px;
    background-color: #F63; 
    border-top: 1px solid #fff;
    border-right: 2px solid #666;
    border-left: 2px solid #999;
    border-bottom: 2px solid #666;
}

#footer-inner {
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align:middle;
}

blockquote {
    margin: 1em 3em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; 
}


