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


.mincho{
	font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}

.tableBox td{
	padding:5px;
}

.tableBox table{
}


/* td bgcolor
---------------------------------------------- */

.tdbg_rightBlue{
	background:#dbf5f1;
}

.tdbg_emerald{
	background:#f6fae6;
}

.tdbg_default{
	background:#fff4db;
}

.tdbg_default02{
	background:#f9f9f9;
}

.tdbg_default03{
	background:#F9F6F2;
}

.tdbg_white{
	background:#fff;
}

.tdbg_green{
	background:#f8fae2;
}

.tdbg_pink{
	background:#fceaea;
}

.tdbg_rgreen{
	background:#f0f0ea;
}

.tdbg_yellow{
	background:#fafbee;
}

.tdbg_yellow_01{
	background:#ffff33;
}

.tdbg_yellow_02{
	background:#ffffcc;
}

.tdbg_blue{
	background:#e1f6fd;
}

.tdbg_orange{
	background:#faebdc;
}

.tdbg_rightGlay{
	background:#ededed;	
}

.tdbg_superGlay{
	/*background:#fafafa;*/
	background:#F5F5F5;
}

.tdbg_white{
	background:#fff;
}

.tdbg_red_dotted{
	background:url(../images/tdbg_red_dotted.jpg);
}

.tdbg_yellow_dotted{
	background:url(../images/tdbg_yellow_dotted.jpg);
}


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


/* fontcolor & Weight
----------------------------------------------- */

.red{
	color:#C00;
}

.blue{
	color:#0095CC;
}

.black{
	color:#333;
}

.orange{
	color:#E06F0C;
}
.bold{
	font-weight:bold;
}






