/*------body要素のcss　　全体位置　中央　指定------*/

body {
   
    
    border: none;
    background-image: url(./img/background.gif);
    background-position:bottom;
	background-repeat :no-repeat;
	margin:0px;
    
  }



/*------　　div"wrap"　要素のcss 全体幅930px指定 position センタリング指定------*/

#wrap {
	
	
	/*------    センタリング　　-----*/ 
	position:relative;
	left:50%;
	margin-left:-475px;
	/*------    センタリング　　-----*/ 
	
	width: 930px;
	
 　
  
  }

/*------　　div"header"　要素のcss 　　------*/
 

#header {
	  
	

	  }



/*------　　div"menu"　要素のcss 　-----*/
/*------    ■左側メニュー部分　　-----*/

#menu {
	
	
	width: 180px;
        margin-left:0px;
	margin-top:10px;
	line-height:10px;
        float:left;
    
   
  }


/*------　　divの中の"ul"　要素のcss 　　------*/
/*------    ■左側　メニュー文字部分■　　-----*/


#menu ul {

   width: 150px;
   text-align:left;
   font-size:12px;
   color:#626262;
   line-height:25px;
   margin-left:15px;
  
  }
  
  
#menu p{
    
    margin-top:10px;
	
	}  
  

/*------　　div"content"　要素のcss 　位置指定　　------*/
/*------    ■右側メインコンテンツ　ＴＯＰ写真・ボタン部分　これにmemo等も含む■　　-----*/



#content {
    
	width: 740px;
	margin-left: 185px ;	
    margin-top:25px;
   	
  }

.shiyou {
    
	margin-left:20px;
    width:600px;
	font-size:12px;
    color:#626262;
    line-height:15px;
	
	}
.shiyou-2 {
    
	
	text-align:right;
    width:710px;
	font-size:12px;
    color:#626262;
    line-height:15px;
	margin-top:-20px;
    margin-left:5px;
	}	

.midashi {

    width:710px;
	margin-left:5px;
	}

.ask{
    

}


.jiturei{

    width:710px;
	margin-left:5px;
	font-size:14px;
    color:#626262;
    line-height:15px;
	}
	
#content ul {

    font-size:12px;
    color:#626262;
    line-height:25px;
	list-style:circle;

	}





.shiyou-td{
    
	 font-size:15px;
     color:#626262;
	 line-height:15px;
	 }

.kaisya-td{
    
	 font-size:15px;
     color:#626262;
	 line-height:15px;
	 margin-top:40px;
	 
	 }
	 
#kojin{
    
	text-align:left;
	 width:680px;
	 font-size:13px;
     color:#626262;
	 line-height:15px;
	 margin-top:40px;
	 margin-left:25px;
	 }




.kaisyagaiyou{

      height:700px;
	  }


.cost-td{
    
	 font-size:11px;
     color:#626262;
	 line-height:15px;
	 }
	 
	 
.top-pho {
     
	 width: 700px;
	 margin:0px;
	 
     
	 }
	 
	 
.qoobu1{

    text-align:center;
    width:720px;
	margin-left:5px;
	font-size:14px;
    color:#626262;
    line-height:18px;
	} 
	
.qoobu2{

    text-align:left;
    width:650;
	margin-left:50px;
	font-size:14px;
    color:#626262;
    line-height:18px;
	} 	
	 
.zero-top{
    
	width: 350px;
    float:left;

}
    
	
.zero-about{

	width: 350px;
    text-align:center;
	font-size:13px;
	color:#626262;
    line-height:18px;
	margin-top:80px;
    float:clear;

}
	
	
.zero-content{
    
	width:720px;
       
	
	}
/*------　　p"top-button"　要素のcss 　------*/

.top-button {
     
	 width: 720px;
	 margin-top:-5px;
     
	 }


#todoufuken{


     background-image: url(./img/back-chizu.gif);
     background-repeat :no-repeat;
     height:450px;

	 }


#todoufuken2{


     background-image: url(./img/back-hanbai.gif);
     background-repeat :no-repeat;
     

	 }




/*------　　設置場所・販売店の地区名ボタンのcss　------*/

#place{

     width: 720px;
	 margin-left:5px;
	 
	 }


#place p{


     margin:0px;
	 padding:0px;
	 float:left;
	 
	 }
	 
	 
	 
/*------　　設置場所・販売店の地区名テキストのcss　------*/


.icon {

    
	 
	 font-size:13px;
	 line-height:20px;
     font-size:13px;
	 color:#626262;
	 margin-top:5px;
	 margin-bottom:5px;
	
	}
	
	

.kenmei{

     width:600px;
	 line-height:13px;
	 font-size:13px;
	 color:#626262;
	 margin-left:20px;
	 margin-top:0px;
	 margin-bottom:5px;
	 
	 
	 
	 }

.hanbai-td{
     border:2px solid;
     font-size:13px;
     color:#626262;
	 line-height:15px;
	 margin-top:3px;
	 }


/*------　　div"memo"　要素のcss 　------*/

#memo {
    
	background-image: url(./img/memo2.gif);
	width:650px;
	height:170px;
	float:left;    
    
  } 





/*------　　memoの<p>指定　はみ出したのテキストは表示しない　overflow:hidden;　　------*/

#memo p{

    width:650px;
    height:170px;
    text-align:left;
    font-size:12px;
    color:#626262;
    margin-top:60px;
    margin-left:20px;
    overflow: hidden;

}



#label {
		
    width:200px;
    float:left;
	
  }


#label p{
     
	 text-align:right;
	 width:176.5px;
	 float:left;
	 margin-top:0px;
	 margin-bottom:9px;

}


.bana{
width:350px;

}


.adobe-bana{
width:350px;

text-align:right;

}












/*------　　div"footer"　要素のcss 全体幅950px指定 position センタリング指定------*/

#footer {
   
   /*------    センタリング　　-----*/ 
   position:relative;
   left:50%;                
   margin-left:-475px;
   /*------    センタリング　　-----*/ 
   
   margin-top:0px;
   width:950px;
   height:80px;


}

#footer p{

   text-align:center;
   font-size:11px;
   color:#626262;
   line-height:15px;
   
   }


#footer2 {
   
   /*------    センタリング　　-----*/ 
   position:relative;
   left:50%;                
   margin-left:-475px;
   /*------    センタリング　　-----*/ 
   
   margin-top:0px;
   width:1200px;
   height:80px;


}

#footer2 p{

   text-align:center;
   font-size:11px;
   color:#626262;
   line-height:15px;
   
   }




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

ｃ⌒っ*ﾟーﾟ)φ　ﾒﾓﾒﾓ...


border: thin solid #99CCCC;


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