@charset "utf-8";
/* CSS Document */

h4{
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #009;
}
#contents{
	margin-left: 25px;
	width: 600px;
}
.alarm{
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 14px;
	color: #F00;
}
.t_1{
	margin-top: 20px;
	border: solid;
	float: left;	
	border-collapse: collapse;
}
.t_1 td{
	padding: 5px;
	border: solid;
	border-width: 1px;
}
.t_1 th{
	padding: 5px;
	border: solid;
	border-width: 1px;
}
.t_2{
	margin-top: 20px;
	border: solid;
	float: right;
	border-collapse: collapse;
}
.t_2 td{
	padding: 5px;
	border: solid;
	border-width: 1px;
}
.t_2 th{
	padding: 5px;
	border: solid;
	border-width: 1px;
}
table caption{
	color: #600;
	font-size: 16px;
	font-weight: bolder;
}