@charset"UTF-8";
*{
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    
}
body{
    color: #7c3523;
    font-size: 0.875em;
    font-family:
       "Hiragino Kaku Gothic Pro",
       "ヒラギノ 角ゴ Pro W3",
       Meiryo,
       "メイリオ",
       Osaka,
       "MS PGothic",
       "MS Pゴジック”,
       sans-serif;
    line-height: 1.3;
} 
#container{
    width: 600px;
    height: auto;
    text-align: left;
    margin: 40px auto;
} 
#header{
    margin: 0 0 30px 0;
    width: 600px;
    height: 445px;
}
#content { 
    width: 600px;
    margin : 0 0 20px 0;
}
#content h2{ 
    margin: 20px 0 10px 0;
     text-align: center;
}
p.lead {
    text-align: center;
    margin: 0 42px 0 42px;
}
#content h3{
 font-size: 1em;
  margin: 20px 0 10px 10px;
}
#content ul{
    text-indent: -1em;
    margin: 0 28px 0 42px;
}
#content li{
     line-height: 1.5;
}
#content p{
    line-height: 1.5;
    margin: 0 42px 0 42px;
}
form{
    text-align: center;
} 
#footer{
    width:600px;
    height: 96px;
}