
<style>
/* ----------------------------------------------
     div#headderの設定
---------------------------------------------- */
div#headder {

}div#headder h3 {
/* タイトル用の画像挿入部分ここのパスを変えると画像変更
   heightを画像の高さに設定 */
    background:url(../img/object_index01.jpg) no-repeat left top; 
    height: 200px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-indent: -99999px;
}



/* ------------------------------------------------
     div#right_contents 右側の枠。コンテンツ部分
------------------------------------------------ */
div#right_contents h4 {
    text-align: left;
    margin: 0px;
    padding: 0px;
}div#right_contents p {
    text-align: left;
    margin: 1px 0px 12px 0px;
    padding: 0px;
}



div#contents01 h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
    padding-left: 10px;
    background: url(../img/object_headder496_key.jpg) no-repeat center top;
}div#contents01 ul li {
    list-style-image: url(../img/object_square03.gif);    
}

#tateshin {
    padding-right: 10px;
    background-image: url(../img/img_tateshin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    widows: 197px;
    height: 144px;
}

#tateshin_txt {
    text-indent: 140px;
}


div#contents02 {
    margin-top: 4px;
}div#contents02 h3 {
    margin-top: 0px;
    margin-bottom: 4px;
    height: 20px;
    padding-left: 10px;
    background: url(../img/object_headder496.jpg) no-repeat center top;
}div#contents02 img{
    width: 152px;
    height: 37px;
    margin: 4px;
    border: 0px;
}

/* ------------------------------------------------
     div#left_contetns 左側の枠。メニューの設定
------------------------------------------------ */
div#menu01 h3 {
    margin-top: 0px;
    height: 20px;
    padding-left: 10px;
    background: url(../img/object_headder236.jpg) no-repeat center top;
}



.link_other a {
    height: 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
}.link_other img {
    margin-left: 20px;
    border: 0px;
}

    
/* ------------------------------------------------
     div#footter フッターの設定
------------------------------------------------ */
div#footter p {
    text-align: right;
    padding: 15px 0px 0px 0px;
    color: #ffffff;
}



/* ----------------------------------------------
    □画像の配置。<p class="XXX"></p>で使用
    配置の設定は共通ファイル。文字と位置のみ
    設定可能。
---------------------------------------------- */
p.sq1, p.sq2, p.sq3, p.sq4, p.sq5 {
    color: #000000;
}

</style>