@charset "utf-8";
/* CSS Document */

/*  color 
---------------------*/ 
.blue {
	color:#003ca0;
	font-weight:bold;
}

.red {
	color:#ff3333;
	font-weight:bold;
}

/*   contant
---------------------*/ 
#box {
	width:675px;
	margin-left:15px;
	font-size:14px;
}

.contants {
	width:650px;
	margin-bottom:10px;
}

.contants .right {
	width:480px;
}

.bt {
	border-top:dotted 1px #000;
	padding-top:2px;
}	
