@charset "utf-8";
#title {
	height: 70px;
	width: 580px;
	margin-bottom: 20px;
	background-image: url(../images/plofile/plofile-titel.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#title-02 {
	height: auto;
	width: 580px;
	font-size: 13px;
	line-height: 180%;
	margin-bottom: 30px;
}

table {
	font-size:12px;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	width: 580px;
	line-height: 140%;
	height: auto;
	margin-bottom: 40px;
}

th{
	padding:8px 2px 8px 2px;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#333333;
	font-weight:normal;
	padding:10px;
	text-align:center;
	background-color:#E6E6E6;
}
.thead-th {
	background-color: #EFEDD8;
	color: #000066;
	font-size: 16px;
}

td{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	font-size:12px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.shima tr:hover {
	background-color: #EEF2F9;
	color: #000099;
}
