@charset "utf-8";
/* CSS Document */

/*-------------font color------------*/

.red
{
	color:#ff0000;
}
.white
{
	color:#FFF;
}
.blue
{
	color:#06c;
}

/*-------------font size------------*/
.font10
{
	font-size:10px;
}
.font13
{
	font-size:13px;
}
.font15
{
	font-size:15px;
}

/*-------------font weight------------*/
.fontW
{
	font-weight:bold;
}
.fontN
{
	font-weight:normal
}
/*-------------title------------*/
.title_red
{
	font-size:15px;
	color:#bb0000;
	line-height:30px;
}
.title_blue
{
	font-size:15px;
	color:#06c;
	line-height:30px;
}
/*-------------表格------------*/
.border_bottom_sold
{
	border-bottom:1px solid #ccc;
}
.border_bottom_dot
{
	border-bottom:1px dotted #ccc;
}
.border_2px_CCC
{
	border:2px solid #ccc;
}