/* CSS Document */
h3.tit
{
	 background:url(../img/tit.gif) no-repeat;
	 width:540px;
	 height:31px;
	 text-indent:-9999px;
	 margin-bottom:15px;
}


.borderBottom01
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #cccccc;
}
.borderBottom02
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #d2d2d2;
}

dl.Table dd.leftDd
{
	float:left;
	width:300px;
	margin-right:20px;
}

dl.Table dd.rightDd
{
	float:left;
	width:200px;
}

table.specTable,table.specTable td,table.specTable th
{
	border:solid 1px #C9D6BE;
}

table.specTable th
{
	background:#E0E6DB;
	color:#006600;
	font-weight:bold;
}
table.specTable td.bgOn
{
	background:#f2f2f2;
}
