@charset "utf-8";
/* CSS Document */
@import url(common.css);
@import url(utility.css);
h2{
margin-bottom:20px;}
table {
width:520px;
border-collapse:collapse;

}

th {
	width:20%;
	color: #444444;
	border: 1px solid #ffffff;
	padding: 10px 3px;
	background: #E1E1E1;
	text-align: center;
	font-size:14px;
	border-collapse:collapse;
}
tr{

}

table td {
font-size:14px;
line-height:20px;
color:#000000;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 10px;
}
table tr td table {
	width:100%;
}
table tr td table tr td{
	border: none;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
div.border {
width:520px;
border:1px solid #cccccc;
padding:4px;
}
