@charset "utf-8";
/* CSS Document */
@import "base.css";


.main_content{
	line-height:1.5em;
	font-size:small;
}

table{
	width:630px;
	margin-left:5px;
	margin-top:10px;
}
td{
	background-color:#C4DEBC;
	color:#333333;
	font-size:small;
	padding:5px;
}
.title{
	width:100px;
	background-color:#006600;
	color:#FFFFFF;
	text-align:center;
}
.title2{
	width:130px;
	background-color:#006633;
	color:#FFFFFF;
	text-align:center;
}