@charset "UTF-8";

#main_cont{
	width:580px;
	color:#4F4F4F;
}

*html #main_cont{
	width:570px;
	color:#4F4F4F;
}

.group{
	color:#2F0530;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #2F0530;
}

.bold{
	font-weight:bold;
}

dl#d1{
	width:580px;
	margin-bottom:20px;
}

*html dl#d1{
	width:570px;
	padding-right:10px;
}

#d1 dt{
	color:#2F0530;
	margin-top:10px;
}

#d1 dd{
	line-height:14pt;
	font-size:12px;
}

dl#d2{
	width:580px;
	margin-bottom:20px;
}

*html dl#d2{
	width:570px;
	padding-right:10px;
}

#d2 dt{
	color:#2F0530;
	margin-top:20px;
	margin-bottom:10px;
}

#d2 dd{
	line-height:14pt;
	font-size:12px;
	padding:5px;
	border:1px solid #BFBFBF;
	margin-bottom:20px;
}

table#t1{
	border-left:1px solid #BFBFBF;
	border-top:1px solid #BFBFBF;
	width:580px;
	margin-bottom:20px;
}

#t1 th{
	color:#fff;
	background-color:#2F0530;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:5px;
	text-align:center;
	width:40px;
}

#t1 td{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:5px;
}

#t1 td.td1{
	background-color:#DFD8DF;
}

table#t2{
	border-left:1px solid #BFBFBF;
	border-top:1px solid #BFBFBF;
	width:580px;
	margin-bottom:20px;
}

#t2 th{
	color:#fff;
	background-color:#2F0530;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:5px;
	text-align:center;
}

#t2 td{
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	padding:5px;
	text-align:center;
}

#t2 td.td2{
	background-color:#DFD8DF;
}

#p1{
	padding:5px;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
}

.margin{
	margin-top:20px;
}

#p2{
	padding:5px;
	border-bottom:1px solid #BFBFBF;
	text-align:center;
}

#p3{
	padding:5px;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}

#p3 img{
	padding:1px;
	border:1px solid #BFBFBF;
	margin-right:10px;
	margin-left:10px;
}

