@charset "UTF-8";
body{border:solid 1px silver;
    padding: 10px;
    max-width: 1000px;height:500px;
    margin-left: auto; margin-right: auto;
  }
/*ヘッダーの始まり*/              
div.header{border-bottom:solid 1px silver;
  width:100%; height:210px;margin-bottom: 50px;
  float:left;}
  
  /*ヘッダー全体の枠*/
div.ue1top{border:solid px red; 
  width:100%;height:50px;
         margin:0 auto;}/*ヘッダー内の上段の空枠*/
#ue3top{border:solid  px green; 
  width:100%;height:55px;
       margin:0 auto;}/*ヘッダー内下段のバナー*/ 
div.senwaku{border:solid  px pink;
   width:1000px;height:55px;float:left;}/*千の蔵のロゴ*/
img.senwaku{border:solid  px ;
   width:250px;height:40px;
  margin:0 auto;}/*千の蔵のロゴ*/
/*メニュー*/
a:link, a:visited, a:hover, a:active {
  color: black;}/*リンクを押しても色を変えない*/
/*現場ウオッチング*/
#menu5{border:solid  px darkorange; 
  width:160px;height:25px;
  float:right;margin-top:25px;
  margin-left:0px;}    
/*お問い合わせ*/ 
#menu4{border:solid  px darkorange; 
  width:120px;height:25px;
  float:right;margin-top:25px;
  margin-left:0px;}
/*不動産情報*/
#menu3{border:solid  px cadetblue; 
  width:110px;height:25px;
  float:right;margin-top:25px;
  margin-left:0px;}        
/*施工事例*/
#menu2{border:solid  px blueviolet ; 
  width:100px;height:25px;
  float:right;margin-top:25px;
   margin-left:0px;}
/*会社概要*/
#menu1{border:solid  px blue ; 
  width:100px;height:25px;
  float:right;margin-top:25px;}

/*トップ写真の下の文*/     
.taitolu{border:solid px;font-size: 30px;
    width:740px;height:50px;
    text-align: center;float:left;
    margin-left:130px;margin-right: 130px;
    }
/*フォーム*/
.nyuulyoku{border:solid px pink;
  width:740px;height:400px;float:left;
  margin-left:130px;margin-right: 130px;}  

  #fullname{
    width:400px;
    height:25px;
    font-size:20px;
    }
  #jyuusyo{
    width:800px;
    height:25px;
    font-size:20px;
    }
  #tell{
      width:400px;
      height:25px;
      font-size:20px;
      }
  #mail{
        width:400px;
        height:25px;
        font-size:20px;
        }
  #naiyou{width:800px;
    height:125px;
    font-size:20px;
  }     


.button{border:solid px;margin-top:40px;
  width:740px;height:40px;
    text-align: center;
}
