@charset "utf-8";

#Content{
width:920px;
float:left;
background-color:#d8171a;
}

.Section {
width:880px;
//height:640px;
margin:5px 0 5px 40px;
float:left;
background-color:#fff;
}

.Section h2{
padding:0 0 0 10px;
font-size:150%;
font-weight:bold;
font-family:Arial Black;
}

#Contact div.Section p#Contact-Notice{
margin:0px 0px 10px 0px;
}

.Section span.Check{
color:#000;
}

.Section p{
text-align:center;
}

#Contact div.Section form{
margin:0px 0px 20px 0px;
border:none;
}

ul#title{
width:160px;
height:500px;
float:left;
}

ul#title li{
width:160px;
height:16px;
margin:0 0 20px -40px;
padding-right:5px;
text-align:right;
display:block;
background-color:#d8171a;
font-family:Arial;
font-weight:bold;
font-size:80%;
color:#fff
}

ul#boxes{
width:640px;
height:500px;
float:left;
}

ul#boxes li{
width:500px;
height:16px;
margin:0 0 20px 0;
display:block;
}

.Section #boxes input{
width:300px;
height:16px;
}

.Section #boxes textarea{
width:500px;
height:150px;
}