@charset "Shift_JIS";

/*---------- ページ全体の指定 -------------------------------------*/

a:link{
  color : #69821b;
  font-size : 13px;
}

a:hover{
  color : #99ab4e;
  font-size : 13px;
}

a:visited{
  color : #69821b;
  font-size : 13px;
}

p{
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
  font-family:"MS ｺﾞｼｯｸ",sans-serif;
}

table{
  margin-left: auto;
  margin-right: auto;
  font-family:"MS ｺﾞｼｯｸ",sans-serif;
}


/*-------------------------------------------------------------------------------------*/
/*---------- メイン ----------*/

#main{
  width: 1100px;
  margin: auto;
  padding: 0;
  text-align: center;
  background-image : url(img/all_backcolor.gif);
}

/*-------------------------------------------------------------------------------------*/
/*---------- ヘッダー ----------*/

#header{
  margin: 0;
  width: 1100px;
  height: 80px;
  text-align: center;
  border-top: solid 3px #99ab4e;
  background-image : url(img/header.jpg);
  background-repeat: repeat-x;
}

#header h1{
  margin: 0;
  padding: 8px 10px 0 30px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}

#header p{
  margin: 0;
  padding:  4px 0 0 30px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #999999;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 20px 20px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header-menu{
  height: 24px;
  border-top: solid 1px #99ab4e;
  border-bottom: solid 2px #ffffff;
  margin: 0px;
  padding: 9px 0 2px 15px;
  background-image : url(img/head_menu_back.gif);background-repeat : repeat-x;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  text-align: left;
  width: auto;
}

#header-menu ul{
  width: 1100px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0px;
}

#header-menu li{
  color: #ffffff;
  display: inline;
  padding-left: 15px;
  padding-right: 10px;
  background : url(img/l_icon.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-position: left center;
}

#header-menu a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#header-menu a:hover{
  color: #cccccc;
}


/*---------------------- ヘッダーの表紙画像　を設定する ----------*/
/*----- ヘッダーの画像　全体のメイン画像設定 -----*/
#header-img{
  
  height : 220px;





/*---------------------- ヘッダーの表紙画像　季節によって切り替える ----------*/
     /*background-image : url(img/head_001_no1_img.jpg);*/
       background-image : url(img/head_001_no10_img.jpg);
     /*background-image : url(img/head_001_no9_img.jpg);*/
/*----------------------------------------------------------------------------*/
  background-repeat : no-repeat;
  width : auto;
}


#header-img-slim{
  width: 1100px;
  margin: auto;
  height: 150px;
  text-align: center;
  background-color : #cccccc;
  background-image : url(img/head_001_no6_img.jpg);
  background-repeat: no-repeat;
}





/*----- ヘッダーの画像　芝の画像設定 -----*/
#header-green-img{
  width : auto;
  height: 220px;
  background-image : url(img/head_002_img.jpg);
  background-repeat: no-repeat;
}

#header-green-img-slim{
  width: 100%;
  height: 150px;
  margin: 0;
  text-align: center;
  background-color : #cccccc;
  background-image : url(img/head_002_img.jpg);
  background-repeat: no-repeat;
}

/*----- ヘッダーの画像　除雪機の画像設定 -----*/
#header-snow-img{
  width : auto;
  height: 220px;
  background-image : url(img/head_003_img.jpg);
  background-repeat: no-repeat;
}

#header-snow-img-slim{
  width: 100%;
  height: 150px;
  margin: 0;
  text-align: center;
  background-color : #cccccc;
  background-image : url(img/head_003_img.jpg);
  background-repeat: no-repeat;
}





/*-------------------------------------------------------------------------------------*/
/*---------- コンテンツ ----------*/

#container{
  width: 1088px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 0 6px 10px;
  background-image : url(img/all_backcolor.gif);background-repeat : repeat-y;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}


/*-------------------------------------------------------------------------------------*/
/*---------- ミドル ----------*/

#middle{
  float: left;
  width: 870px;
}


/*-------------------------------------------------------------------------------------*/
/*---------- メインコンテンツ ----------*/

#contents{
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 180%;
  width: 615px;
  letter-spacing: 1px;
  text-align: left;
}

#contents #pannavi{
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}

#contents h2{
  height: 28px;
  margin: 0 0 7px 0;
  padding: 6px 0 1px 20px;
  font-size: 14px;
  color: #69821b;
  background-image : url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p{
  margin: 18px 0 18px 0;
  padding: 0 5px 0 5px;
  line-height: 180%;
  font-size: 14px;
}


#contents img.head_photo{
  margin: 0 0 10px 0;
}

#contents img.photo{
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture{
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo{
  margin: 0 0 20px 0;
  padding: 0;
}

table#t01{
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#t01{
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#head{
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

table.table_line{
  border-collapse: collapse;
  border: solid 1px #999999;
}

td.table_line{
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


/*-------------------------------------------------------------------------------------*/
/*---------- 左サイドメニュー ----------*/

#menu-left{
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 210px;
  text-align: left;
  letter-spacing: 1px;background-image : url(img/all_backcolor.gif);background-repeat : repeat-y;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

#menu-left h2{
  height: 22px;
  margin: 0;
  padding: 4px 0 0 12px;
  font-size: 13px;
  color: #fffffc;
  background-image : url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist{
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2{
  height: 22px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image : url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 184px;
  padding: 5px 4px 4px 20px;
  font-size: 13px;
  line-height: 160%;
  background-image : url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
}

.menulist a:hover{
  color: #99ab4e;
  background-image : url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------------*/
/*---------- 右サイドメニュー ----------*/

#menu-right{
  float: right;
  margin: 0 0 15px 0;
  padding: 0;
  width: 205px;
  text-align: left;
  letter-spacing: 1px;
  background-image : url(img/all_backcolor.gif);background-repeat : repeat-y;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

#menu-right h2{
  height: 22px;
  margin: 0;
  padding: 4px 0 0 12px;
  font-size: 13px;
  color: #fffffc;
  background-image : url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist{
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 200px;
  text-align: left;
}

.menulist h2{
  height: 22px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image : url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 174px;
  padding: 5px 4px 4px 20px;
  font-size: 13px;
  line-height: 160%;
  background-image : url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
}

.menulist a:hover{
  color: #99ab4e;
  background-image : url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------------*/
/*---------- フッター ----------*/

#footer{
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #99ab4e;
  background-image : url(img/footer_back.gif);
}

#footer a{
  color: #333333;
  font-size: 13px;
}

#footer a:hover{
  color: #333333;
}





/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*---------- メイン中古情報　画面全体部の設定 ----------*/
#chuuko_000{
  padding : 15px;
  background-image : url(img/all_backcolor.gif);
  width : auto;
}

/*---------- メイン中古情報　上部案内箇所の指定 ----------*/
.chuuko_annai{
    text-align : center;
    width : AUTO;
    line-height : 200%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}

/*---------- メイン中古情報　テーブル部　全体の指定 ----------*/
#chuuko_001{
  background-color : #ffffcc;
  margin-bottom : 15px;
}

/*---------- メイン中古情報　1行目全体の指定 ----------*/
.chuuko_002{
  font-weight : bold;
  text-align : left;
  font-size : 110%;
  padding-top : 7px;
  padding-bottom : 7px;
  padding-left : 5px;
  background-color : #ffcc99;
}

/*---------- メイン中古情報　2行目　各項目ごとの指定 ----------*/
.chuuko_003_001{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 220px;
  text-align : center;
  background-color : #ccffff;
}

.chuuko_003_002{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 85px;
  text-align : center;
  background-color : #ccffff;
}

.chuuko_003_003{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 60px;
  background-color : #ccffff;
  text-align : center;
  font-size : 80%;
}

.chuuko_003_004{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 230px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_003_005{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 60px;
  background-color : #ccffff;
  text-align : center;
  font-size : 85%;
}

.chuuko_003_006{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 110px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_003_007{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 260px;
  background-color : #ccffff;
  text-align : center;
}


/*---------- メイン中古情報　3行目以降　各列ごとの内容指定 ----------*/
.chuuko_004_001{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 95%;
}

.chuuko_004_002{
  padding-top : 5px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 85%;
}

.chuuko_004_003{
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : center;
  font-size : 90%;
}

.chuuko_004_004{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 95%;
}

.chuuko_004_005{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  text-align : center;
  font-size : 85%;
}

.chuuko_004_006{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : right;
  font-size : 85%;
}

.chuuko_004_007{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 85%;
}





/*-----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*---------- 販売済中古情報 ----------*/

/*---------- 販売済中古情報　案内 ----------*/
.chuuko_end_annai{
  text-align : center;
  line-height : 25px;
  font-size : 120%;
  font-weight : bold;
}

/*---------- 販売済中古情報　テーブル全体の指定 ----------*/
#chuuko_end_001{
  margin-bottom : 15px;
  margin-top : 15px;
  background-color : #ffcc99;
}

/*---------- 販売済中古情報　1行目全体の指定 ----------*/
.chuuko_end_002{
  font-weight : bold;
  padding-top : 7px;
  padding-left : 5px;
  padding-bottom : 7px;
  text-align : left;
  background-color : #ccff99;
  font-size : 110%;
  color : #ff0000;
}

/*---------- 販売済中古情報　2行目　各項目ごとの指定  ----------*/
.chuuko_end_003_001{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 220px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_end_003_002{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 85px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_end_003_003{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 60px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_end_003_004{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 230px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_end_003_005{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 60px;
  background-color : #ccffff;
  font-size : 85%;
  text-align : center;
}

.chuuko_end_003_006{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 110px;
  background-color : #ccffff;
  text-align : center;
}

.chuuko_end_003_007{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 260px;
  background-color : #ccffff;
  text-align : center;
}


/*---------- 販売済中古情報　3行目以降　各列ごとの内容指定 ----------*/
.chuuko_end_004_001{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 95%;
}

.chuuko_end_004_002{
  padding-top : 5px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 85%;
}

.chuuko_end_004_003{
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : center;
  font-size : 90%;
}

.chuuko_end_004_004{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 95%;
}

.chuuko_end_004_005{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  text-align : center;
  font-size : 85%;
}

.chuuko_end_004_006{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : right;
  font-size : 85%;
}

.chuuko_end_004_007{
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
  text-align : left;
  font-size : 85%;
}





/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*---------- 中古個別ページ紹介　テーブル全体の指定 ----------*/
/*---------- 中古個別ページ紹介　1行目　中古製品紹介　項目の指定 ----------*/
#chuuko_gazou_000{
  background-image : url(img/all_backcolor.gif);
  width : auto;
  padding-bottom : 10px;
}

.chuuko_gazou_table_001{
  margin-top : 20px;
  margin-bottom : 20px;
}

.chuuko_gazou_table_002{
  margin-top : 20px;
  margin-bottom : 20px;
}

.chuuko_gazou_002{
  padding-bottom : 10px;
  padding-top : 10px;
}

/*---------- 中古個別ページ紹介2行目　日付記入箇所欄　項目の指定 ----------*/
.chuuko_gazou_003{
  font-size : 150%;
  text-align : center;
  font-weight : bold;
  padding-bottom : 10px;
  padding-top : 10px;
  line-height : 35px;
}

/*---------- 中古個別ページ紹介3行目　画像欄の指定 ----------*/
.chuuko_gazou_004{
  text-align : center;
  padding-bottom : 10px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  line-height : 200%;
}



/*---------- 中古個別ページ紹介　最下部価格説明テーブル全体の指定 ----------*/
/*---------- 中古個別ページ紹介　最下部価格説明テーブル　左列の指定 ----------*/
.chuuko_gazou_007{
  width : auto;
  text-align : center;
  padding-top : 8px;
  padding-bottom : 8px;
  font-weight : bold;
  background-color : #90ee90;
  padding-left : 30px;
  padding-right : 30px;
}

/*---------- 中古個別ページ紹介　最下部価格説明テーブル　右列の指定 ----------*/
.chuuko_gazou_008{
  width : auto;
  text-align : center;
  padding-top : 8px;
  padding-bottom : 8px;
  font-weight : bold;
  background-color : #90ee90;
  padding-left : 35px;
  padding-right : 35px;
  line-height : 170%;
}





/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------- 販売法の定義 ページ全体の指定----------*/
#hanbaihou_main{
  width : auto;
  margin : 0px;
  padding : 5px;background-image : url(img/side_yback.jpg);
  text-align : center;
  font-weight : bold;
}

/*---------- 販売法の定義 項目題名の指定----------*/
#hanbaihou_001{
  background-color : #ccccff;
  
  font-size : 150%;
  font-style : italic;
  color : #0000ff;
  font-weight : bold;
  padding-top : 8px;
  padding-bottom : 8px;
  padding-left : 8px;
  padding-right : 8px;
}

/*---------- 販売法の定義 各項目内容 ----------*/
/*---------- 販売法の定義　支払方法 ----------*/
.hanbaihou_table_left{
  padding-top : 8px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 8px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  text-align : center;
  font-size : 120%;
  background-color : #ff9933;
  font-weight : bold;
  width : 150px;
}

.hanbaihou_table_right{
  padding-top : 8px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 8px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  text-align : center;
  background-color : #ffff99;
  font-weight : bold;
  font-size : 120%;
  width : 220px;
}

/*---------- 販売法の定義　訪問販売法 ----------*/
.houmonhanbaihou_top{
  font-size : 85%;
  padding-top : 8px;
  padding-bottom : 8px;
  background-color : #cccccc;
  text-align : center;
}

.houmonhabaihou_right{
  font-size : 90%;
  padding-top : 8px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 8px;
  text-align : left;
  background-color : #e7e7e7;
  line-height : 20px;
}

.houmonhanbaihou_left{
  font-size : 90%;
  padding-top : 0.3em;
  padding-left : 0.3em;
  padding-right : 0.3em;
  padding-bottom : 0.3em;
  text-align : left;
  background-color : #e7e7e7;
}


/*---------- 販売法の定義　個人情報に関して ----------*/
#kojinjouhou{
  padding-top : 8px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 8px;
  font-size : 90%;
  margin-top : 10px;
  margin-bottom : 10px;
}

/*---------- 販売法の定義　最下部　会社 ----------*/
#hanbaihou_end{
  margin-top : 10px;
  margin-bottom : 25px;
}

.hanbaihou_end_left{
  padding-top : 8px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 8px;
  text-align : center;
  font-size : 90%;
}

.hanbaihou_end_right{
  padding-top : 8px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 8px;
  text-align : left;
  font-size : 90%;
}






/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------- 除雪機メインの項目 ----------*/
#josetuki_main{
	background-image : url(img/all_backcolor.gif);
}

/*---------- 除雪機案内　テーブル全体の指定 ----------*/
#josetuki_table_main{
  padding-top : 5px;
  padding-bottom : 5px; 
  padding-left : 5px;
  padding-right : 5px;
  margin-bottom : 5px;
}

/*---------- 除雪機案内の項目 ----------*/
.josetuki_annai{
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : center;
  width : auto;
  font-size : 90%;
  line-height : 200%;
  padding-left : 20px;
  padding-right : 20px;
}

.josetuki_0001{
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 120%;
  font-weight : bold;
  line-height : 160%;
}

.josetuki_0002{
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  text-align : center;
}

.josetuki_0005{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : left;
  padding-left : 5px;
  padding-right : 5px;
  font-size : 110%;
  font-weight : bold;
}

.josetuki_0006{
  line-height : 200%;
  text-align : left;
  font-size : 110%;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 3px;
}

.josetuki_0009{
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 15px;
}

.josetuki_0010{
  text-align : center;
  padding-left : 5px;
  padding-right : 5px;
}

.josetuki_0011{
  line-height : 180%;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 5px;
  padding-bottom : 10px;
  width : auto;
  text-align : left;
  margin-left : 5px;
}





/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------- 耕運機メインの項目 ----------*/
#kouunki_main{
	background-image : url(img/all_backcolor.gif);
}

/*---------- 耕運機　テーブル全体の指定 ----------*/
#kouunki_table_main{
  padding-top : 5px;
  padding-bottom : 5px; 
  padding-left : 5px;
  padding-right : 5px;
  margin-bottom : 10px;
  margin-top : 10px;
  width : auto;
}

/*---------- 耕運機案内の項目 ----------*/
.kouunki_annai{
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : center;
  width : auto;
  font-size : 90%;
  line-height : 200%;
  padding-left : 20px;
  padding-right : 20px;
}

.kouunki_001{
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 120%;
  font-weight : bold;
  line-height : 160%;
}

.kouunki_002{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  text-align : center;
}

.kouunki_003{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : center;
  padding-left : 5px;
  padding-right : 5px;
  font-size : 110%;
  font-weight : bold;
  color : white;
  background-color : red;
  line-height : 200%;
}

.kouunki_004{
  text-align : center;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  color : white;
  background-color : red;
}

.kouunki_005{
  background-color : white;
  vertical-align : middle;
  text-align : center;
}

.kouunki_006{
  text-align : center;
  padding-left : 5px;
  padding-right : 5px;
  background-color : white;
  font-weight : bold;
}

.kouunki_007{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size : 110%;
  font-weight : bold;
  line-height : 200%;
}





/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------- みのる製品情報　価格表　画面全体の設定 ----------*/
#minoru_kakaku_000{
  padding : 15px;
  background-image : url(img/all_backcolor.gif);
  width : auto
;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 10px;
  margin-right : 10px;
}

/*---------- みのる製品情報　価格表の表題の設定 ----------*/
.minoru_kakaku_001{
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 140%;
  font-weight : bold;
  text-align : center;
  padding-left : 10px;
  padding-right : 10px;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 5px;
  margin-right : 5px;
}

/*---------- みのる製品情報　テーブル部　全体の指定 ----------*/
.minoru_kakaku_002{
  background-image : url(img/all_backcolor.gif);
  margin-bottom : 10px;
  width : auto;
  margin-top : 10px;
}


/*--------- みのる製品情報　テーブル2行目項目の指定 ----------*/
.minoru_kakaku_003_001{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 60px;
  text-align : center;
  background-color : #99ffcc;
  margin-left : 0px;
  margin-right : 0px;
  padding-left : 3px;
  padding-right : 3px;
}

.minoru_kakaku_003_002{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 25px;
  text-align : center;
  background-color : #99ffcc;
  margin-left : 0px;
  margin-right : 0px;
  padding-left : 3px;
  padding-right : 3px;
}

.minoru_kakaku_003_003{
  padding-top : 8px;
  padding-bottom : 8px;
  width : auto;
  text-align : center;
  background-color : #99ffcc;
  margin-left : 0px;
  padding-left : 5px;
  padding-right : 5px;
}

.minoru_kakaku_003_004{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 100px;
  text-align : center;
  background-color : #99ffcc;
  padding-left : 3px;
  padding-right : 3px;
}

.minoru_kakaku_003_005{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 130px;
  text-align : center;
  background-color : #99ffcc;
  padding-left : 3px;
  padding-right : 3px;
}

.minoru_kakaku_003_006{
  padding-top : 8px;
  padding-bottom : 8px;
  width : 200px;
  text-align : center;
  background-color : #99ffcc;
  padding-left : 3px;
  padding-right : 3px;
}

/*--------- みのる製品情報　テーブル3行目項目の指定 ----------*/
.minoru_kakaku_004_001{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : center;
  background-color : #f0e68c;
  width : auto;
}

.minoru_kakaku_004_002{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : center;
  background-color : #f0e68c;
  width : auto;
}

.minoru_kakaku_004_003{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : left;
  background-color : #f0e68c;
  width : auto;
}

.minoru_kakaku_004_004{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : left;
  background-color : #f0e68c;
  width : auto;
}

.minoru_kakaku_004_005{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : right;
  background-color : #f0e68c;
  width : auto;
}

.minoru_kakaku_004_006{
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  text-align : left;
  background-color : #f0e68c;
  width : auto;
}





/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------- 芝刈機情報メイン一覧表画面 ----------*/
#shibakari_main{
  background-image : url(img/all_backcolor.gif);
  padding-top : 10px;
  padding-bottom : 10px;
}

#shibakari_main_sub{
  width: auto;
  background-image : url(img/all_backcolor.gif);
}

.shibakari_main_left1{
  text-align : center;
  padding-left : 12px;
  padding-right : 15px;
  width : 160px;
  line-height : 180%;
  padding-top : 3px;
  padding-bottom : 25px;
  font-size : 90%;
}

.shibakari_main_left2{
  text-align : left;
  width : 160px;
  line-height : 180%;
  padding-top : 8px;
}


/*---------- 芝刈機　出だしの一番先頭ページ　全体テーブルの指定 ----------*/
/*---------- 芝刈機　出だしの一番先頭ページ　左側の項目 ----------*/
.shibakari_main_002{
  text-align : center;
  padding-left : 10px;
  padding-right : 10px;
  width : 150px;
  line-height : 200%;
}

/*---------- 芝刈機　出だしの一番先頭ページ　右側の項目 ----------*/
.shibakari_main_003{
  text-align : center;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 15px;
  width : 600px;
}

/*---------- 芝刈機　出だしの一番先頭ページ　結合センターの項目 ----------*/
.shibakari_main_004{
  text-align : center;
  padding-top : 12px;
  padding-bottom : 12px;
  width : auto;
}

/*---------- 芝刈機　出だしの一番先頭ページ　ご案内箇所の項目 ----------*/
.shibakari_main_annai{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : center;
  width : auto;
  font-size : 90%;
  line-height : 190%;
  padding-left : 8px;
  padding-right : 8px;
}

/*---------- 芝刈機　フレーム左側の設定項目 ----------*/
.shibakari_main_left{
  text-align : left;
  padding-top : 12px;
  padding-bottom : 12px;
  width : auto;
  background-image : url(img/all_backcolor.gif);
}





/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*---------------------- 芝刈機　一覧表表示の項目 -------------------------*/
/*---------- 1行目　お写真クリック画像　項目の指定 ----------*/
.shibakari_sub_001{
  padding-top : 20px;
  padding-bottom : 5px;
  text-align : center;
}

/*---------- ﾃｰﾌﾞﾙ全体項目の指定 ----------*/
.shibakari_sub_001_01{
  padding-top : 20px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-bottom : 20px;
}

/*---------- 2行目　機種　項目の指定 ----------*/
.shibakari_sub_002{
  padding-top : 10px;
  padding-bottom : 10px;
  font-weight : bold;
  font-size : 110%;
  text-align : center;
}

/*---------- 3行目　メーカー　項目の指定 ----------*/
.shibakari_sub_003{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : center;
  font-weight : bold;
  vertical-align : top;
  line-height : 25px;
}

/*---------- 4行目　製品画像　項目の指定 ----------*/
.shibakari_sub_004{
  padding-top : 10px;
  padding-bottom : 10px;
  vertical-align : middle;
}

/*---------- 5行目　主要諸元価格表示　項目の指定 ----------*/
.shibakari_sub_005{
  text-align : left;
  line-height : 150%;
  font-weight : bold;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  font-size : 90%;
}
/*---------- 一覧画像表　案内項目の指定 ----------*/
.shibakari_sub_annai{
  padding-top : 8px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 8px;
  text-align : center;
  font-weight : bold;
  width : auto;
  font-size : 90%;
  line-height : 200%;
}



/*-------------------------------------------------------------------------------------*/
/*---------- 芝刈機 各機種紹介ページ　画面テーブル ----------*/
.shibakari_each_001{
	background-image : url(img/all_backcolor.gif); 
  width : 900px;
  margin-top : 10px;
  margin-bottom : 10px;
}

/*---------- 芝刈機 各機種紹介ページ　題目項目 ----------*/
.shibakari_each_002{
  padding-top : 15px;
  padding-bottom : 15px;
  font-weight : bold;
  font-size : 120%;
  text-align : center;
}

/*---------- 芝刈機 各機種紹介ページ　画面テーブル 左側の項目 ----------*/
.shibakari_each_003{
  text-align : center;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;
  line-height : 140%;
  width : 425px;
}

.shibakari_each_003_001{
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  line-height : 170%;
  width : 40px;
  padding-left : 10px;
  padding-right : 10px;
}

/*---------- 芝刈機 各機種紹介ページ　画面テーブル 右側☆の右側の項目 ----------*/
.shibakari_each_004_001{
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  line-height : 170%;
  font-weight : bold;
  width : 810px;
}

/*---------- 芝刈機 各機種紹介ページ　画面テーブル ご案内箇所の項目 ----------*/
.shibakari_each_annai{
  padding-top : 8px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 8px;
  text-align : center;
  font-weight : bold;
  width : auto;
  font-size : 90%;
  line-height : 200%;
}

/*---------- 芝刈機 各機種紹介ページ　画面　諸元表テーブル ----------*/
.shibakari_each_006{
  font-weight : bold; 
  background-color : #90ee90;
  margin-top : 8px;
  margin-bottom : 8px;
}

/*---------- 芝刈機 各機種紹介ページ　画面　諸元表テーブル右2列項目ある場合 ----------*/
/*---------- 芝刈機 各機種紹介ページ　画面　諸元表左側 ----------*/
.shibakari_each_007{
  width : 170px;
  padding-top : 6px;
  padding-bottom : 6px;  

  margin-top : 8px;
  margin-bottom : 8px;
}

/*---------- 芝刈機 各機種紹介ページ　画面　諸元表右側 ----------*/
.shibakari_each_008{
  width : 210px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 8px;
  margin-bottom : 8px;
}

/*---------- 芝刈機 各機種紹介ページ　PDF表テーブル ----------*/
.shibakari_each_009{
  background-image : url(img/all_backcolor.gif);
  margin-top : 15px;
  margin-bottom : 15px;
}

.shibakari_each_010{
  text-align : center;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 15px;
  line-height : 170%;
  width : auto;
}

.shibakari_each_011{
  background-image : url(img/all_backcolor.gif);
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 15px;
  line-height : 150%;
  font-size : 90%;
}

.shibakari_each_012{
  background-image : url(img/all_backcolor.gif);
  margin-bottom : 20px;
  margin-top : 20px;
}

.shibakari_each_013{
  width : auto;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  font-weight : bold;
  background-color : #add8e6;
  padding-left : 40px;
  padding-right : 40px;
}

.shibakari_each_014{
  width : auto;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  line-height : 160%;
  font-weight : bold;
  background-color : #add8e6;
  padding-left : 40px;
  padding-right : 40px;
}





/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*---------- サーバーニュース　メイン画面 ----------*/

#servernews_001_000{
  width: auto;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 0 6px 10px;
  background : url(img/all_backcolor.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

/*---------- サーバーニュース　全体テーブル1の指定 ----------*/
#servernews_001{
  padding-top : 0.5ex;
  padding-left : 0.5ex;
  padding-right : 0.5ex;
  padding-bottom : 0.5ex;
  border-width : 1.5px 1.5px 1.5px 1.5px;
  border-style : none none none none;
  border-collapse : collapse;
  margin-left: auto; 
  margin-right: auto; 
  margin-bottom : 2em;
  font-size : 100%;
  width : 800px;
  background : url(img/all_backcolor.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

#servernews_001 tr{
  height: 32px ; 
}

/*---------- サーバーニュース　全体テーブル2の指定 ----------*/
#servernews_002{
  padding-top : 1.5px;
  padding-left : 1.5px;
  padding-right : 1.5px;
  padding-bottom : 1.5px;
  border-width : 1.5px 1.5px 1.5px 1.5px;
  border-style : none none none none;
  border-collapse : collapse;
  margin-left: auto; 
  margin-right: auto; 
  margin-bottom : auto;
  font-size : 100%;
  width : 800px;
  background : url(img/all_backcolor.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

#servernews_002 tr{
  line-height: 180% ; 
}

/*---------- サーバーニュース　ご案内　箇所の項目 ----------*/
.servernews_annai{
    text-align : center;
    width : AUTO;
    font-size : 90%;
    line-height : 140%;
}





/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*---------- インプレッサメインの項目 ----------*/
/*-------------------------------------------------------------------------------------*/
/*---------- 上メニュー ----------*/
#impreza_header-menu{
  height : 24px;
  padding : 15px;padding-bottom : 15px;
  background-image : url(img/bla6b.gif);background-repeat : repeat-x;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  text-align : center;
  width : auto;
}

#impreza_header-menu ul{
  width : auto;
  text-align : center;
  margin: 0 auto 0 auto;
  padding: 0px;
}

#impreza_header-menu li{
  display: inline;
  padding-left: 15px;
  padding-right : 15px;
  background-image : url(img/bla6b.gif);background-repeat : no-repeat;background-attachment : scroll;background-position : left center;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}

#impreza_header-menu a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size : 105%;
}

#impreza_header-menu a:hover{
  color : yellow;
}



/*---------- 本メニュー ----------*/
#impreza_001_main{
  width : 1100px;
  margin : auto;
  padding : 0;
  color : #ffff00;
  background-image : url(img/bla6b.gif);
  text-align : center;
}

/*---------- インプレッサメインの項目 ----------*/
#impreza_001_001_main{
  width : 1100px;
  margin : auto;
  padding : 0;
  text-align : center;
  color : #ffff00;
  background-image : url(img/bla6b.gif);
}


/*---------- インプレッサ案内の項目 ----------*/
.impreza_002_annai{
  text-align : left;
  font-size : 130%;
  width : 650px;
  line-height : 120%;
}

/*---------- インプレッサ　テーブル全体の指定 ----------*/
.impreza_003_table_main{
  padding-top : 10px;
  padding-bottom : 10px;
  width : auto;
  text-align: center;
  empty-cells : show;
  line-height : 120%;
  color : #ffff00;
}

/*---------- インプレッサ　テーブル１行目題目の指定 ----------*/
.impreza_004_table_1gyoume{
  font-size : 130%;
  text-align : center;
  font-weight : bold;
  color : #0000ff;
  padding-top : 40px;
}

/*---------- インプレッサ　トップ項目の指定 ----------*/
.impreza_004_01_table_center{
  text-align : center;
  padding-top : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  color : #ffff00;
  font-size : 120%;
 line-height : 150%;
  padding-left : 10px;
}

/*---------- インプレッサ　画像欄　左項目の指定 ----------*/
.impreza_005_table_left{
  text-align : center;
  padding-top : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  color : #ffff00;
  font-size : 120%;
 line-height : 170%;
  padding-left : 10px;
  width : 500px;
}

/*---------- インプレッサ　画像欄　右項目の指定 ----------*/
.impreza_006_table_right{
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-bottom : 10px;
  color : #ffff00;
  font-size : 120%;
 line-height : 170%;
  padding-right : 10px;
  width : 500px;
}

/*---------- インプレッサ　画像欄　中央項目の指定 ----------*/
.impreza_007_table_center{
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  color : #ffff00;
  font-size : 120%;
  line-height : 150%;
}

/*---------- インプレッサ　ボーダーラインの指定 ----------*/
.impreza_008_borderline{
  padding-top : 10px;
  padding-bottom : 10px;
  width : 100%;
}





/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*---------- 安東産業副画面メインの項目 ----------*/
#andokk_001_main{
	                                       /*--- 画面幅を自動指定 ---*/                                      /*--- 外側に余白を設けるを指定 ---*/                                        /*--- 内側に余白を設けるを指定 ---*/                                /*--- 文字の字揃え位置を指定 ---*/
  background-image : url(img/all_backcolor.gif);　　  /*--- 背景の指定 ---*/


  margin-top : 10px;
  margin-bottom : 10px;
}

#andokk_001_main_h1{
	                                 /*--- 見出しh1の設定指定 ---*/
  font-weight : bold;                                 /*--- 文字の太字指定 ---*/
  color : blue;                                       /*--- 文字色の指定 ---*/
  text-align : center;                                /*--- 文字の位置を指定 ---*/
}

#andokk_001_main_h3{
	                                 /*--- 見出しh3の設定指定 ---*/
  font-weight : bold;                                 /*--- 文字の太字指定 ---*/
  text-align : center;                                /*--- 文字の位置を指定 ---*/
}

#andokk_001_main_h4{
	                                 /*--- 見出しh4の設定指定 ---*/
  text-align : center;                                  /*--- 文字の位置を指定 ---*/
  background-color : #c7fad8;                         /*--- 画面背景色を指定 ---*/

  font-size : 130%;
  font-weight : bold;
  margin-top : 10px;
  margin-bottom : 10px;
}

#andokk_001_main_h5{
	                                 /*--- 見出しh5の設定指定 ---*/
  text-align : center;                                /*--- 文字の位置を指定 ---*/
  font-size : 15PX;                                   /*--- 文字サイズを指定 ---*/
  line-height : 140%;
}

/*---------- 安東産業副画面　案内の項目 ----------*/
.andokk_002_annai{
  text-align : left;                      /*--- 文字の字揃え位置を指定 ---*/
  font-size : 130%;                       /*--- 文字大きさを指定 ---*/
  width : 650px;                          /*--- 画面幅を指定 ---*/
  line-height : 120%;                     /*--- 行間の高さ指定 ---*/
}

/*---------- 安東産業副画面　テーブル全体の指定 ----------*/
.andokk_003_table_main{
          	                          /*--- 文字大きさを指定 ---*/
  padding-top : 10px;                    /*--- 内上側に余白を設けるを指定 ---*/
  padding-left : 5px;                   /*--- 内左側に余白を設けるを指定 ---*/
  padding-right : 5px;                  /*--- 内右側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                 /*--- 内下側に余白を設けるを指定 ---*/


  width : auto;
  margin-top : 10px;
  margin-bottom : 10px;
}

/*---------- 安東産業副画面　テーブル上部空けるの指定 ----------*/
.andokk_004_table_gyouakeru{
  font-size : 130%;                        /*--- 文字大きさを指定 ---*/
  text-align : center;                     /*--- 文字の字揃え位置を指定 ---*/
  font-weight : bold;                      /*--- 文字の種類　太字を指定 ---*/
  color : #0000ff;                         /*--- 文字の色を指定 ---*/
  padding-top : 40px;                      /*--- 内上側に余白を設けるを指定 ---*/
}

/*---------- 安東産業副画面　画像欄　左項目の指定 ----------*/
.andokk_005_table_left{
  text-align : center;                      /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 10px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-right : 10px;                    /*--- 内右側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                   /*--- 内下側に余白を設けるを指定 ---*/
  font-size : 100%;                        /*--- 文字大きさを指定 ---*/
  line-height : 150%;                      /*--- 行間の高さ指定 ---*/

  padding-left : 10px;
}

/*---------- 安東産業副画面　画像欄　右項目の指定 ----------*/
.andokk_006_table_right{
  text-align : center;                       /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 10px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-left : 10px;                     /*--- 内左側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                   /*--- 内下側に余白を設けるを指定 ---*/
  font-size : 100%;                        /*--- 文字大きさを指定 ---*/
 line-height : 200%;                       /*--- 行間の高さ指定 ---*/

  width : auto;
  padding-right : 10px;
}

/*---------- 安東産業副画面　中央項目の指定 ----------*/
.andokk_007_table_center{
  text-align : center;                     /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 10px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                   /*--- 内下側に余白を設けるを指定 ---*/                        /*--- 文字大きさを指定 ---*/                      /*--- 行間の高さ指定 ---*/

  margin-top : 10px;
  margin-bottom : 10px;
  line-height : 150%;
}

/*---------- 安東産業副画面　ボーダーラインの指定 ----------*/
.andokk_008_borderline{
  padding-top : 15px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-bottom : 15px;                   /*--- 内下側に余白を設けるを指定 ---*/
  width : 100%;                            /*--- 画面幅を指定 ---*/
}

/*---------- 安東産業副画面　空白空けるの指定 ----------*/
.andokk_009_table_kuuhaku{
  padding-top : 60px;                      /*--- 内上側に余白を設けるを指定 ---*/
}

/*---------- 安東産業副画面　題目欄　項目の指定 ----------*/
.andokk_010_table_daimoku{
  font-size : 170%;                        /*--- 文字大きさを指定 ---*/
  text-align : center;                     /*--- 文字の字揃え位置を指定 ---*/
  font-weight : bold;                      /*--- 文字の種類　太字を指定 ---*/                      /*--- 行間の高さ指定 ---*/
  margin-top : 15px;                       /*--- 上の外側余白を指定 ---*/
  margin-bottom : 15px;                    /*--- 下の外側余白を指定 ---*/

  padding-top : 15px;
  padding-bottom : 15px;
  line-height : 180%;
  padding-left : 10px;
  padding-right : 10px;
  width : auto;
}

/*---------- 安東産業副画面　題目欄　項目の指定 ----------*/
.andokk_010_table_moji{
  font-size : 120%;                        /*--- 文字大きさを指定 ---*/
  text-align : center;                     /*--- 文字の字揃え位置を指定 ---*/                      /*--- 文字の種類　太字を指定 ---*/                      /*--- 行間の高さ指定 ---*/
  margin-top : 15px;                       /*--- 上の外側余白を指定 ---*/
  margin-bottom : 15px;                    /*--- 下の外側余白を指定 ---*/

  padding-top : 15px;
  padding-bottom : 15px;
  line-height : 150%;
  padding-left : 10px;
  padding-right : 10px;
  font-weight : bold;
}


/*---------- 安東産業副画面　太字　左項目の指定 ----------*/
.andokk_011_table_hutoji_left{
  text-align : right;                      /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 10px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-right : 10px;                    /*--- 内右側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                   /*--- 内下側に余白を設けるを指定 ---*/
  font-weight : bold;                      /*--- 文字の種類　太字を指定 ---*/
  font-size : 120%;                        /*--- 文字大きさを指定 ---*/
 line-height : 150%;                       /*--- 行間の高さ指定 ---*/

  padding-left : 10px;
  width : auto;
}

/*---------- 安東産業副画面　太字　右項目の指定 ----------*/
.andokk_012_table_hutoji_right{
  text-align : left;                      /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 15px;                     /*--- 内上側に余白を設けるを指定 ---*/
  padding-left : 15px;                    /*--- 内左側に余白を設けるを指定 ---*/
  padding-bottom : 15px;                  /*--- 内下側に余白を設けるを指定 ---*/
  font-weight : bold;                     /*--- 文字の種類　太字を指定 ---*/
  font-size : 120%;                       /*--- 文字大きさを指定 ---*/
 line-height : 150%;                      /*--- 行間の高さ指定 ---*/

  padding-right : 15px;
  width : auto;
}

/*---------- 安東産業副画面　太字　中央項目の指定 ----------*/
.andokk_013_table_hutoji_center{
  text-align : center;                     /*--- 文字の字揃え位置を指定 ---*/
  padding-top : 10px;                      /*--- 内上側に余白を設けるを指定 ---*/
  padding-bottom : 10px;                   /*--- 内下側に余白を設けるを指定 ---*/
  font-weight : bold;                      /*--- 文字の種類　太字を指定 ---*/
  font-size : 120%;                        /*--- 文字大きさを指定 ---*/
  line-height : 150%;                      /*--- 行間の高さ指定 ---*/
}

/*-------------------------------------------------------------------------------------*/





/*---------- 仕様諸元表　後方部の表のプログラム ----------*/
#shogenhyou_005{
  background-image : url(img/all_backcolor.gif);
  margin-bottom : 20px;
  margin-top : 15px;
  /*padding-top : 10px;*/
}

/*---------- 古い方式 class方式のプログラム ----------*/
/*---------- 中古個別ページ紹介　最下部価格説明テーブル　左列の指定 ----------*/
.shogenhyou_007{
  width : auto;
  text-align : center;
  padding-top : 10px;
  font-weight : bold;
  background-color : #b0e0e6;
  padding-left : 25px;
  padding-right : 25px;
  margin-bottom : 10px;
  padding-bottom : 10px;
  margin-top : 10px;
}

/*---------- 中古個別ページ紹介　最下部価格説明テーブル　右列の指定 ----------*/
.shogenhyou_008{
  width : auto;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-weight : bold;
  background-color : #b0e0e6;
  padding-left : 25px;
  padding-right : 25px;
}










