@charset "UTF-8";

* html #sidebox .boxhead h2 {height: 1%;} /* For IE 5 PC */

#sidebox {
    margin: 0 auto; /* center for now */
    background: url(../images/sbbody-r.gif) no-repeat bottom right;
    font-size: 100%;
}
#sidebox .boxhead {
    background: url(../images/sbhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebox .boxhead .h {
    background: url(../images/sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 22px 20px 5px;
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#sidebox .boxbody {
    background: url(../images/sbbody-l.gif) no-repeat bottom left;
    margin: 0px;
    padding:  5px 30px 30px;
}
#sidebox .boxbody p {
    margin:0; padding: 0px;
}

/* headcolor:white */
#sidebox .boxhead_w {
    background: url(../images/sbhead-r_white.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebox .boxhead_w .h_w {
    background: url(../images/sbhead-l_white.gif) no-repeat top left;
    margin: 0;
    padding: 22px 20px 5px;
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

/* イントロ部分のタイトルバー */
.title_bar {
 border-bottom: solid 2px #0000ff; 
 border-left: solid 20px #0000ff; 
 font-size:1.45em; 
 text-indent: 0.5em; 
 color: #0000ff;
 margin:0px 0px 10px 0px
 }


