@charset "utf-8";
/*----------------------------------------------------------
	File Name     style.css
*/
/*----------------------------------------------------------
	Base
-----------------------------------------------------------*/
div#containerBody {
	padding-bottom: 50px;
	margin:5px 0 0 0;
	background: #FFF;
	color:#000000;
}
h2#unitMain {
	margin:0;
}
/*----------------------------------------------------------
	unitGuide
-----------------------------------------------------------*/
div#unitGuide {
	font-size: 75%;
	line-height: 1.5em;
	padding: 20px 40px 20px 40px;
	border:1px solid #666666;
	margin:20px 0 0 0;	
}
div#unitGuide table {
	width: 100%;
	border-top: 1px solid #333;
}
div#unitGuide table th {
	padding: 9px 6px 8px 10px;
	width: 100px;
	border-bottom: 1px solid #333;
	font-size: 100%;
}
div#unitGuide table td {
	padding: 9px 0 8px 0;
	border-bottom: 1px solid #333;
	font-size: 100%;
}
div#unitGuide table td table {
	border: 0;
}
div#unitGuide table td table th {
	padding-left: 0;
}
div#unitGuide table .noborder {
	border: 0;
}
div#unitGuide table .nopadding {
	padding: 0;
}
