#contents{
	width:980px;
	margin:30px auto;
}
#companytitle{
	background-color:#004098;
	height:40px;
	line-height:40px;
	text-indent:10px;
	font-size:17pt;
	font-weight:300;
	color:#fff;
}

#contents dl{
	margin-top:30px;
	margin-left:30px;
}
#contents dt{
	font-size:13pt;
	font-weight:bold;
	margin-top:25px;
}
#contents dd{
	font-size:12pt;
	line-height:18pt;
	margin-top:10px;
}
#c1{
	overflow:hidden;
}
.subtitle{
	font-size:14pt;
	font-weight:600;
	margin-top:20px;
	clear:both;
}
.column{
	float:left;
	width:300px;
	overflow:hidden;
	margin-top:10px;
	margin-left:20px;
	text-align:right;
	margin-bottom:20px;
}

.employee{
	clear:both;
	margin:40px auto;
}
.employee table{
	width:900px;
	margin:10px auto;
	border:1px solid;
	border-collapse:collapse;
}
.employee th,.employee td{
	border:1px solid;
	padding:12px;
}
.employee th{
	width:250px;
	background-color:#d5ebf4;
}

#confirm{
	clear:both;
}
#confirm p{
	text-align:center;
	font-size:14pt;
}
#confirm #down{
	font-size:20pt;
}
#confirm #form{
	padding-top:0px;
	background-color:#004098;
	color:#fff;
	line-height:36px;
	width:200px;
	margin:0px auto;
	border-radius: 20px 20px 20px 20px;
}
#confirm a{
	color:#fff;
	text-decoration:none;
}