/* CSS Document */

	.sub_box2{
	width: 580px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;	
	}
	.sub_box2 h3{
	height: 35px;
	padding-top: 5px;
	padding-bottom: 0px;	
	padding-left: 35px;
	background-image: url(image/barbg.jpg);
	background-repeat: no-repeat;
	}
	.sub_box2 h4{
	font-size: 100%;
   }
    .sub_box2 hr{
	width: 570px;
	color: #999999;
	border-bottom-style: dotted;
	}
	.sub_box3{
	float: left;
	width: 250px;
	height: 150px;
	}
	.sub_box3text{
	float: right;
	width: 310px;
	height: auto;
	padding-left: 0px;
	}
	.sub_box3bar{
	width: 570px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;	
	border-bottom: #999999 1px solid;
	clear: both;
	}
	.sub_box2 p{
	margin: 10px;
	font-size: 120%;
	background-image: url(image/icon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	}
