@charset "utf-8";
/* CSS Document */
@import url("base.css");
.box{
	clear:both;
	margin-top:15px;
	float:left;
	background:url(../images/box_back.gif) repeat-y center;
	width:800px;
}
.box_top{
	margin:0px;
	float:left;
	background:url(../images/box_top.gif) no-repeat;
	width:800px;
	height:11px;
}
.box_bot{
	margin:0px;
	float:left;
	background:url(../images/box_bottom.gif) no-repeat;
	width:800px;
	height:11px;
}
.box_sentence{
	float:left;
	margin-left:10px;
	width:780px;
}
.bor{
	float:left;
	background-color:#F90;
	width:780px;
	height:1px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}
#main_title{
	float:left;
	width:785px;
	font-weight:900;
	margin-left:10px;
	font-size:large;
}
#main_sentence{
	float:left;
	margin-left:10px;
	width:782px;
}
#long{
	color:#900;
}
td{
	text-align:center;
	padding:15px;
}
.ta-title{
	background-color:#F90;
	color:#FFF;
	padding:15px;
}
.total{
	color:#900;	
	font-weight:900;
}
