 
 /* メーカーページ関連 */
 
 /*メーカーその下の高さ調整*/
 #tyo_t {
 height: 0px;
 }
 
 /*タイトルプレートの位置*/
 #maker_t_tx{
 padding-left: 5px;
padding-top: 2px;
 font-size: small;
 
 }
 
 
 

 
 
 /* メーカー情報枠*/
 
 .maker1 {
 background-image: url(../base/bs_main_maker_01.png);
 background-repeat: no-repeat;
 height: 12px;
 background-position: left bottom;
 }
 
 .maker2 {
 background-image: url(../base/bs_main_maker_02.png);
 background-repeat: repeat-y;
 background-position: left;
 text-align: left;
 padding-left: 10px;
 }
 
 
 .maker3 {
 background-image: url(../base/bs_main_maker_03.png);
 background-repeat: no-repeat;
 height: 12px;
 }
 
 
 /* index.html新着情報全体囲み*/
 #maker_tx{
 
 
 }
 
 /* index.html新着情報文書部分*/
 #maker_text{
 font-size: small;
 line-height: 120%;
 color: #000000;
 width: 750px;
 
 }
 

