body
{
	Background-color: peachpuff;
}
header{
	position: absolute;
	top: 0px;
	background-color: silver;
	border-radius: 10px 10px;
	height: 42px;
	left: 0px;
	width: 99%;
}
h1 {
  margin: 2px 0;
  padding: 0;
  line-height: 0.8;
  font-size: 20px;
}
h3 {
  margin: 2px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 12px;
}
h4 {
  margin: 2px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 11px;
}
.som1{
	position: absolute;
	top: 0px;
	Width: 100px;
	height: 25px;
	background-color: #FF8C00;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.fic{
	position: absolute;
	top: 0px;
	left: 120px;
	Width: 160px;
	height: 25px;
	background-color: #FF8C00;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.aid{
	position: absolute;
	top: 0px;
	left: 300px;
	Width: 60px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.tit{
	position: absolute;
	top: 0px;
	left: 380px;
	width: 640px;
	height: 18px;
	background-color: khaki;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 20px;
}
.cal{
	position: absolute;
	top: 0px;
	left: 1050px;
	Width: 70px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.pro{
	position: absolute;
	top: 0px;
	left: 1140px;
	Width: 60px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}	
.som2{
	position: absolute;
	top: 0px;
	left: 1220px;
	width: 110px;
	height: 25px;
	background-color: #FF8C00;
	text-align: right;
	font-size:12px;
	border-radius: 10px 10px;
}
.tim{
	position: absolute;
	top: 100px;
	Width: 150px;
	Background-color: aliceblue;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.tip{
	position: absolute;
	top: 200px;
	Width: 150px;
	Background-color: aliceblue;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.im1 {
	left: 20px;
	height: 500px;
}
.f1 {
	position: absolute;
	top: 40px;
	left: 20px;
	Background-color: aliceblue;
	border: 1px solid #330;
	padding: 5px;	
}
.im2 {
	left: 20px;
	height: 2000px;
}
.f2 {
	position: absolute;
	top: 40px;
	left: 20px;
	Background-color: aliceblue;
	border: 1px solid #330;
	padding: 5px;	
}
table
{
	Border-collapse: collapse;
}
th, td{
	padding: 1px;
	width: 100px
}
.t1{
	width: 10px
}
.t2{
	width: 80px
}
.t3{
	width: 10px
}