/* CSS Document */


	.sub_box2{
	width: 580px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	.sub_box2 a{
	text-decoration: underline;
	}
	.sub_box2 a:hover{
	color: #000099;
	background: #e4f1f8;
	text-decoration: underline;
	}	
	.sub_box2 h3{
	height: 35px;
	padding-top: 5px;
	padding-bottom: 0px;	
	padding-left: 50px;
	color: #FFFFFF;
	background-image: url(image/barbg.jpg);
	background-repeat: no-repeat;
	}
	.sub_box2 h4{
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #666666;
	clear: both;
	}
    .sub_box2 table{
	font-size: 100%;
	width: 95%;
	border-collapse: separate;
	margin-left: 5px;
    border: 1px solid #CCCCCC;
    border-spacing: 1px;	
	}
    .sub_box2 th{
	padding: 10px;	
	background: #e3e3e3;
	text-align: left;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	border-collapse: separate;
	font-weight: normal;
	}		
    .sub_box2 td{
	padding: 10px;
	background: #fff;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	border-collapse: separate;	
	}	
    .sub_box2 td p{
	line-height: 1.6;
	}	
	.sub_box3bar{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	border-bottom: #999999 1px dotted;
	clear: both;
	}

