@charset "UTF-8";
/* CSS Document */

/* td bgcolor
---------------------------------------------- */
.tdbg_white{
	background:#fff;
}
.tdbg_green{
	background:#f8fae2;
}

.tdbg_pink{
	background:#fceaea;
}
.tdbg_rgreen{
	background:#f0f0ea;
}

.tdbg_yellow{
	background:#fafbee;
}

.tdbg_blue{
	background:#e1f6fd;
}

.tdbg_orange{
	background:#faebdc;
}

.tdbg_default{
	background:#fffcf1;
}

.tdbg_white{
	background:#fff;
}

/* padding
----------------------------------------------- */

.pt10{
	padding-top:10px;
}

.mt10{
	margin-top:10px;
}

.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}

/* fontcolor
----------------------------------------------- */
.red{
	color:#C00;
}
