/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/common/css/blog_print.css);
@import url(/common/css/screen_print.css);
/* end StyleCatcher imports */

h1 {
    padding-bottom:5px;
}

#contents-left {
    display: inline;
    float: left;
    width:45%;
    padding-right:20px;
}

#contents-right {
    display: inline;
    float: left;
    width:45%;
}

#contents-left h2,#contents-right h2 {
    background-image: url("./img/bg_toph2.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

#contents-left h3, #contents-right h3{
    background-color:#fff;
    font-weight: bold;
    font-size: 11pt;
}

#contents-left h4, #contents-right h4{
    background-image: url("./img/bg_toph4.png");
    /* margin-bottom: 0px; */
}


#contents-left img, #contents-right img{
    vertical-align: middle;
    padding-right: 5px;
} 

#contents-left li, #contents-right li {
    background-image: url("/common/img/ic_arrow_blue.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}


#contents-left ul, #contents-right ul {
    list-style: none;
    margin-left: 0px;

/*    margin: 0px;
    border-style:solid;  
    border-width:1px;  
    border-color:#002b7f;  */
}

#beta { display: none;}
#comments { display: none;}
.content-nav { display: none;}
.trackbacks { display: none;}

