@charset "utf-8";

#mainContent table{
	border: solid 1px black;
	border-collapse: collapse;
}
#mainContent th, #mainContent td{
	border: solid 1px;
	padding: 4px;
}

table.c2 col{
	width: 50%;
}
table.c3 col{
	width: 33%;
}

#mainContent h2 {
	margin-bottom: 0;
}

#mainContent h2 + ul {
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 18px;
	background: #ffffff url(../../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left bottom;
	list-style-type: square;
}
