/* 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/universal-green/universal-green.css);
/* end StyleCatcher imports */

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

#header { 
    background: url(header1.jpg) repeat-x 0 0;
}

#header a {
    color: #000000;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝";
    
}
#header-name {
    font-size: 28px;
    margin-bottom: 5px;
}
#header-content {
    width: 842px; 
    margin: 30px;}

/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in .widget-content {
    background-color: #008000;
    margin: 0;
    padding: 5px 10px 10px 10px;
    float: right;
    overflow: hidden;}

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 30px;
    text-align: center;
    color: #ffffff;
    font-family: verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;}

#header .widget-sign-in a {
    color: #ffffff;
    text-decoration: underline !important;
}

/* Widget ----------------------------------------------------------------- */
.widget-header {
    background: #008000 url(header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px 0px 5px;
    line-height: 30px;
    font-family: verdana;
    text-transform: uppercase;}

.layout-wm .widget-header {
    background-image: url(header-arrow-medi.gif);
}

