@charset "utf-8";
/* CSS Document */
div.table_p1 {
	clear:both;
	width:530px;
	margin: 5px auto;
	
}
div.table_p1 table {
	border-top:1px solid #666;
	border-left:1px solid #666;
	background-color:#fff;
	margin-right:10px;
	width:254px;
		}
div.table_p1 table th, div.table_p1 table td {
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	text-align:center;
	font-size:12px;
	padding:2px;
	line-height:20px;
	color:#000;
	}
div.table_p1 table th {
	background-color:#1081a4;
	color:#fff;
	white-space:nowrap;
}
div.table_p1 h4, div.caution h4{
	color:#000000;
	margin-bottom:3px;
	font-size:13px;
	}
.floatl{
	float:left;
	}
p.info{
	font-size:11px;
	text-align:right;
	padding-right:2em;
	}
div.caution{
	width:530px;
	margin: 5px auto;
	}
div.caution dl{
	width: 252px;
	float: left;
	margin-right: 10px;
	clear: right;
	border: 1px solid #F7E88F;
	background-color: #F9F7E8;
	}
div.caution dl dt{
	font-weight: bold;
	background-color: #F7E88F;
	padding: 5px;
	color: #000;
	}div.caution dl dt ul {
	list-style-position: inherit;
}
div.caution dl dd ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;

}
