@charset "utf-8";
/* CSS Document */

/* パーツ */
table.dotbordertable {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0px;
}

table.dotbordertable * {
	margin:0px;
}

table.dotbordertable th{
	border-right:1px solid #FFF;
	border-bottom:1px double #999;
	margin:0px;
}

table.dotbordertable td{
	border-right:1px solid #CCC;
	border-bottom:1px dotted #CCC;
	margin:0px;
}

