@charset "UTF-8";
#form{
        width : 100%;
margin : auto;
  float : left;
padding : 0px;
}
    .form UL{
        list-style:none;
        margin : auto; padding:0;
    
  width : 450px;
}
    #form li{
        list-style:none;
        margin:0; padding:6px;
        clear:both;
    }
    #form LABEL{
        display:block;
        font-weight:bold;
        color : #3c2b04;
    
  text-align : left;
  float : left;
  margin-top : 10px;
}
    #form li span{
        float:left;
        margin:0 5px 0 0; padding:0;
    }
    #form li span label{
        color:#999;
        font-weight:normal;
        font-size:80%;
    }
    #form INPUT.field,
    #form TEXTAREA{
        background : white;background-repeat : repeat-x;background-attachment : scroll;background-position : 0px 0px;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
        border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #cccccc;border-right-color : #dddddd;border-bottom-color : #dddddd;border-left-color : #cccccc;
        padding:3px;
    }
    #form TEXTAREA{
        width:100%;
    
  height : 250px;
}
    .fome INPUT#email{
        width : 300px;
    }
.form P{
  text-align : left;
  margin-left : auto;
  margin-right : auto;
  width : 450px;
  margin-top : 10px;

}
INPUT#btn_submit{
    // 幅と高さを指定
    width: 150px;
    height : 44px;
  text-align : center;
background : url(../../image/material/submit.gif) center center no-repeat;
  width : 148px;
}
INPUT#btn_submit:hover{
	background : url(../../image/material/submita.gif) center center / auto auto no-repeat scroll padding-box border-box transparent;
} 
-->
