/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/test/mt-static/themes-base/blog.css);
@import url(/test/mt-static/support/themes/professional-pink/professional-pink.css);
/* end StyleCatcher imports */
body{
    background: #ffffff;
    width: 950px;
}
#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#header { 
    background: #ffffff url(homepage-title.jpg) center top no-repeat;
}
#header-content {
    width: 842px; 
    margin: 0px 20px;
}
#header-menu {
    float: right;
    width: 220px;
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
    font-weight: bold;
    color: #000000;
    background-color: #f4e7ec;
    border: 1px solid #ddb8c6;
}
#header-menu a {
    color: #000000;
}
#header-menu ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#header-menu ul li {
    float: left;
    padding-top: 0px;
}
#header-menu ul li a {
    display: block;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #ddb8c6;
}
#header-menu ul li a:hover{
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

#header-menu ul li.last {
    /*border-right: 1px solid #ccc;*/
}
h1#page-title {
    font-size: 24px;
    line-height: 1.3;
    background-color: #F0F6FD;
}
#main-navigation {
    background-color: #00; /*#f4e7ec;*/
    border-bottom: 1px solid #ddb8c6;
}
#main-navigation ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#main-navigation ul li a {
    background-color: #00; /*#f4e7ec;*/
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #ddb8c6;
}
#main-navigation a:hover{
    color: #000000;
    background-color: #ffffff;
}

#main-navigation ul li.last {
    border-right: none;
}

#main-navigation ul li.last a {
    border-right: 1px solid #ddb8c6;
}
.layout-wm .widget-header {
    background-image: url(header-arrow-medium.gif);
}
h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.entry-title { /*ブログアーカイブのタイトル*/
    background-color: #F0F6FD;
}
.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: url(header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}

.asset-body {
    letter-spacing: 0.1em;
}
