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


/* 背景を白に ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
    background: #999 url(http://oshige.com/image/stripes.jpg) repeat ;
}


/* ヘッダの画像とマージン ----------------------------------------------------------------- */

#header { 
    border-color: #2b3247;  
    background: url(http://oshige.com/flash/as3note2/cover.png) no-repeat left top; 
}

#header-content {
    width: 590px; 
    min-height: 72px; 
    margin: 20px 0 30px 20px;
}


/* ヘッダの文字色を白に ----------------------------------------------------------------- */

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


#header-name {
    color: #fff;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    font-size: 28px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;  
    font-weight: bold; 
}

