/* main ------------------------------------------------------------- */
div.main table	{ margin: auto; padding-top: 10px; }
div.main th		{ border-bottom: 1px dotted #C3C3C3; border-right: 1px dotted #C3C3C3; 
				  font-size: 1em; background-color: #EBEBFF; white-space: nowrap; }
div.main td		{ border-bottom: 1px dotted #C3C3C3; border-right: 1px dotted #C3C3C3; 
				  font-size: 1em; }
div.main td ul	{ margin: 0 1.5em; padding: 0; font-size: 1em; line-height: 1.6em; }
div.main td li	{ font-size: 1em; line-height: 1.4em; list-style-type: disc; }

