@charset "utf-8";
/* CSS Document */


div.container div.contents h3.nomal {
	margin:0 0 10px 10px;
	padding-bottom:5px;
	width:558px;
	border-bottom:1px dashed #cccccc;
	font-size:90%;
}

div.container div.contents p{
	padding: 0 0 15px 10px;
	width:563px;
	line-height:140%;
}

div.container div.contents table{
	margin:0 10px 15px 10px;
	padding:0;
	width:558px;
	border-collapse: collapse;
	border:1px solid #cccccc;
}

div.container div.contents table th{
	padding:5px;
	font-weight:normal;
	background-color:#E9E9E9;
	border:1px solid #cccccc;
	color:#333333;
	text-align:left;
	width:35%;
	vertical-align:top;
}

div.container div.contents table td{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	line-height:160%;
}

div.container div.contents table td a{
	font-weight:bold;
	color:#0066CC;
	text-decoration:underline;
}

div.container div.contents table td a:hover{
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
}

div.container div.contents table th.top{
	padding:5px;
	font-weight:normal;
	background-color:#113474;
	border:1px solid #cccccc;
	color:#ffffff;
	text-align:left;
	width:35%;
	vertical-align:top;
}
