@charset "UTF-8";

#green{
	color: #ffffff;
	background-color: #00ff00;
}
#gray{
	color: #ffffff;
	background-color: #555555;
}
#orange{
	color: #ffffff;
	background-color: orange;
}
#pink{
	color: #ffffff;
	background-color: pink;
}
.table1 th{
	width: 490px;
	height: 70px;
	font-size: 32px;
}
.table1 td{
	padding: 20px;
	text-align: left;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 22px;
}
.table1 td p{
	padding-left: 20px;
	padding-right: 20px;
}
.table1{
	width: 1000px;
	padding-bottom: 50;
	margin: 0 auto 50px auto;
	background-color: transparent;
}
.top_right_box{
	width: 490px;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;	
}
.top_left_box{
	width: 490px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.top_right_box td{
	width: 490px;
	height: 400px;
}
.top_left_box td{
	width: 490px;
	height: 400px;
}
.table1{
	width: 1000px;
	padding: 0;
	margin: 10px auto;
	background-color: transparent;
}
.bottom_right_box{
	width: 490px;
	height: auto;
	float: right;
	padding: 0;
	margin-bottom: 20px;
}
.bottom_left_box{
	width: 490px;
	height: auto;
	float: left;
	padding: 0;
	margin-bottom: 20px;
}
.bottom_right_box td{
	width: 490px;
	height: 450px;
	padding: 5px;
}
.bottom_left_box td{
	width: 490px;
	height: 450px;
	padding: 5px;
}
#blue{
	color: #ffffff;
	background-color: #0090ff;
}
.table2{
	padding: 0;
	margin: 20px auto;
	cellcpacing: 0;
	background-color: transparent;
}
.table2 th{
	width: 1000px;
	height: auto;
	padding: 5px;
	clear: both;
	font-size: 32px
}
.table2 td{
	margin: 0;
	padding: 0;
}
.bottom_right_box a{
	color: #ff9900;
	text-decoration: underline;
}
.bottom_right_box a:hover{
	font-size: 100%;
	color: #0009ff;
	text-decoration: underline;
}
.bottom_right_box a:visited{
	color: #ff9900;
	text-decoration: underline;
}
