body {
    background-color:#d62250;
	/*background-image:url(pic/bg.jpg);*/
	background-repeat:repeat-x;
	margin:0px auto 0px auto;
	
}

div.back {
	width:940px;
	color:#424242;
	background-color:#fff;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:13px;
	font-weight:100;
	margin:0px auto 0px auto;
	padding:0;
}

div.area-middle{
    width:902px;
	background-color:#eeb98e;
	margin:0px auto;
	padding:5px 19px;
	display:table;
}

div.area-middle p {
	margin:0px;
	padding:0px;
}

table.form {
    /*border-collapse: collapse;
    border: 1px solid #38160C;*/
    background: #c24e37;
}
  
th.tit {
   /* width:44%;*/
    font-size:15px;
    padding: .3em;
    text-align:center;
    background-color:#ce3f28;
}  

th a:link, a:active, a:visited {
    background: transparent;
    text-decoration: tunderline;
    font-weight: bold;
    color: #FFFFFF;
  }
th a:hover {
    background: transparent;
	text-decoration: none;
    color: #ffe980;
  }
  
td.space {
	/*width:44%;*/
    padding:.2em;
    background-color:#ffefb8;
} 

td.space a:link,td.space a:active, td.space a:visited {
    color:#1e34a1;
	font-weight:100;
}

td.list,td.list01 {
	width:12%;
    padding:.2em;
	text-align:center;
    background-color:#ebcebe;
}

td.list01 {
    background-color:#faded0;
}

td.import {
    padding:.2em;
    background-color:#ffd74d;
}

td ol {
}

td.import2 {
    padding:.2em;
    background-color:#ffe58c;
}
.download a:link,download a:visited,download a:active{
    margin:3px;
    padding:.2em;
}
.download a:hover{
    color:#FF3300;
	text-decoration:none;
}
img{ vertical-align:top;}