/*  　 共通設定部　　 */

@charset "utf-8";


body,
body * {
   margin: 0; padding: 0; border: 0;
   }
   
body {
   height:100%;
   background-color:#b0caca;  
   font-family: "ＭＳ Ｐゴシック","Osaka", sans-serif;
   font-size: 13px;
   line-height: 1.4;
   color: #666;
   margin:0; padding: 0;
   }  　
    
h1,h2,h3,h4,h5,p, ul, li, dl, dt, dd { margin: 0; padding:0; border:0;}  

h1 { font-size: 17px; }
h2 { font-size: 16px; }
h3 {font-size: 15px; color: #666699;}
h4 {font-size: 13px; color: #214d60 ;}



/*  その他の文字カラー設定　*/
span { color: #639; }
span.gold { color: #999900;}
span.orange { color:#FF6600; }
span.blue { color: #6699FF; }
span.yellow { color: #FFCC00; }
span.green { color: #009900; }
span.pink { color: #FF33FF; }
span.red { color: #FF0066; }
span.mazenta { color: #f69; }
span.weak { color: #CCCCCC; }



/* -----------------------≪共通設定　終了≫----------------------------------------------- */  
  
/* -----------------------≪コンテンツ部基本設定≫------------------------------------------- */  
  
/*  ページ設定　*/
#cb { 
   width: 760px; height: 100%;
   margin: 0 auto ; padding: 0;
   background-color: white;
   }

/* ヘッダー部　*/  
#header { width: 760px; height: 100px; }
#header p { 
   float: left; 
   margin: 0; padding: 0; border: 0;
   }  
  
/*  グローバルナビゲーション */

#global-navi {
   clear:left;
   margin: 0 0 0 0; padding: 0; border: 0;
   width: 760px; height: 35px;
   }  

#global-navi ul {
   border:0;
   margin:0;
   padding:0;
   list-style-type: none;
   }
#global-navi ul li { 
   display: block;
   float: left; 
   border:0; margin: 0; padding:0;
   }  
  
  
/* -------- コンテンツ要素 ----------------------*/
 
#content {
   clear: both;
   width: 760px; height:100%;
   margin: 10px 0 0 0; padding:0;
  }
   
h1 { 
   margin: 10px 0 0 20px ; padding:0;
    }
	
#maincol {
   width: 720px; height:760px;
   margin: 15px 15px 0 25px;
   background:url(../img/showroom/bar_showroom.gif) left bottom no-repeat ;
   }
   
#navi { 
   margin: 0 0 30px 112px;
   width: 570px;
   height:35px;
   position:relative;
   }   
#navi ul {
   list-style:none;
   }
#nav1 { position:absolute; left:0; top:0; }
#nav2 { position:absolute; left:158px; top:0; }
#nav3 { position:absolute; left:354px; top:0; }

   
.left {
   width: 280px; height:auto;
   margin: 0 0 40px 0 ; padding: 0 0 0 77px;
   float: left;   
   }
.right {
   width: 343px; height:auto;
   margin: 0 0 0 20px; padding: 0;
   float: right;
   }
.right h2 {
   margin-bottom: 12px;
   }
.right h3 {
   padding: 0 0 0 14px ;
   margin-bottom: 15px;
   }
.right p {
   padding: 0 10px;
   }   
.power {
    margin-left: 4px;
	width: 300px;
	height: 50px;
	} 
  
.table { 
   margin-top: 15px; 
   border: 1px solid #999;
   width:300px;  
   } 
  
.tb { 
   background-color:#999999;
   color:white;
   height: 23px;
   font-size:16px;
   text-align: center;
   padding-top: 2px;
   }  
   
.tt {
   background-color: #bccae9;
   color:white;
   font-weight: bold;
   padding-left:14px;
   padding-top: 3px;
   width: 286px;
   height: 21px;
   }
   
.wr1 {
   padding: 2px 8px;
   width: 284px;
   height: 20px;
   }   

.wr2 {
   padding: 2px 8px;
   width: 284px;   
   height: 58px;
   }   
.wr3 {
   padding: 2px 8px;
   width: 284px;
   height: 76px;
   }   

.bottom {
   clear: both;  
   margin: 0;
   padding-left: 77px;
   width:620px;
   }
.bar {
   margin-bottom: 10px;
   }   
   
.bottom p {
   border-bottom: 1px #ccc dotted;
   line-height: 1.6;
   padding: 3px 0  2px 0;
   }






   
/*---　区切りライン設定 ----*/
.br {
   clear: both;
   }    

/*-----≪サイトインフォ部≫----------*/

#siteinfo { 
   width: 760px;
   }
	
#siteinfo h3 {
   width:760px; height: 23px;
   margin: 65px 0 0 0; padding: 5px 0 3px 0;
   text-align: center;
   background:url(../img/common/footer_line.gif) left top no-repeat;
   color: white;
   font-size:12px;
   }
   
#siteinfo h3 a {
   color:#FFFFFF;
   text-decoration: none;
   }
   
#siteinfo h3 a:visited {
   color:#FFFFFF;
   text-decoration: none;
   }
#siteinfo h3 a:hover {
   color:#FFFFFF;
   text-decoration: none;
   }      
   
   
   
   
address {
   margin: 10px 0 0 0;
   text-align:center;
   font-size: 13px;
   }
address .weak {
   color: #999;
   font-size: 15px;
   }   
   
  
   
  /*  lower-navi 部　 */
div.lower-navi {
   width: 725px;
   margin: 60px 0 0 0;
   padding: 10px 15px 15px 20px;
   color:#a4b7c7;
   font-size:10px;
   text-align: center;
   }
   
.lower-navi ul{
   margin: 0; padding: 0;
   } 
 
.lower-navi li {
   display: inline;
   padding: 2px 6px 2px 3px;
   line-height: 1.8;
   border-left: dotted 1px #a4b7c7;   
   }
   

.lower-navi a {color: #a4b7c7; background: transparent; text-decoration: none;}
.lower-navi a:link {color: #a4b7c7; background: transparent; text-decoration: none;}
.lower-navi a:visited {color:#a4b7c7; background: transparent; text-decoration: none;}
.lower-navi a:hover {color: white; background: #999900; text-decoration: none;}
.lowew-navi a:active {color: #FF9900; background: #999900; text-decoration: none;}
.lower-navi a:focus {color: #FF9900; background: #999900; text-decoration: none;}  
  

/* -----<フォント・リンク部　設定>-----------------------------------*/

/* フォントスタイル設定 */
p dfn { font-style: normal; }
address { 
   font-style: normal;
   color:#999999;
   }  
address.right { color: #CCCCCC; }
em { 
   font-style: normal;
   }  


/* リンク設定　*/
  /*  コンテンツ部　*/
#content a {color: #69f; background: transparent;}
#content a:link {color: #69f; background: transparent;}
#content a:visited {color: #69c; background: transparent;}
#content a:hover {color: #6ff; background: white;}
#content a:active {color: #6ff; background: white; text-decoration: none;}

　/*　その他のリンク部　*/








/* -------≪確認用設定部≫----------------------------- */
/*
div,table,h1,h2,h3,h4,p,ul,li {border: 1px solid lime;}
*/


  