@charset "utf-8";
/* CSS Document */

body{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
table{
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box1 {
	height: 50px;
	width: 50px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFCC;
	line-height: 140%;
}
.box2 {
	height: 50px;
	width: 50px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 140%;
}
.box3 {
	height: 50px;
	width: 50px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	line-height: 140%;
}

