@charset "utf-8";
/* CSS Document */
.blue_flame {
	background-color: #0096DC;
	width: 100%;
	height:50px;
}
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p_title{
	font-size: 160%;
	color: #FFF;
	background-color: #3482B8;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align:center;
}
#under_bar{
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
}
h1{
	font-size: 180%;
	text-align: center;	
}
table{
	font-size: 160%;	
}
table tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
table th{
	width: 150px;
	background-color: #FBF6F6;
	padding: 20px;
}
table td{
	width: 300px;
	padding: 20px;
}
#leftbox{
	float: left;
	width: 450px;	
}
#rightbox{
	float: right;
	width: 600px;
}
