@charset 'utf-8';

/***************************************

	table

***************************************/

/* ** table ** */

table
{
	width:100%;
	margin:15px 0;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
}

table th,
table td
{
	border-bottom:1px solid #aaaaaa;
}

table th
{
	padding:9px;
	background:#cccccc;
	text-align:center;
	border-right:1px solid #aaaaaa;
}

table th.right
{
	border-right:1px solid #aaaaaa;
}

table th.header
{
	width:140px;
}

table td
{
	padding:9px;
	border-right:1px solid #aaaaaa;
}

table td ul,
table td ol,
table td dl,
table td p
{
	margin-top:0;
}

table td .mtn
{
	margin-top:0;
}

table td .mbn
{
	margin-bottom:0;
}
