/* CSS Document */

.txt{ 
    font-size: 120%;
	color: #990000;
}
	.sub_box2{
	width: 580px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	.sub_box2 a:link{
	color: #000099;
	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: 35px;
	background-image: url(image/barbg.jpg);
	background-repeat: no-repeat;
	}
	.sub_box2 h4{
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	color: #666666;
	padding-left: 0px;
	padding-top: 5px;
	clear: both;
	}
	.sub_box2 h5{
    margin-left: 10px;	
	color: #000099;
	font-size: 100%;
	}
	.sub_box2 p{
	margin: 10px;
	font-size: 100%;
	padding-left: 0px;
	}

	.sub_box2 ul li {
	margin-left: 50px;
	list-style: square;
	}	
	.sub_box3{
	float: left;
	width: 150px;
	height: 240px;
	margin-top: 10px;
	background: #f5f5f5;
	}
	.sub_box4{
	float: right;
	width: 420px;
	height: 240px;
	margin-top: 10px;
	margin-left: 0px;
	background: #f5f5f5;
	}
	.sub_box5{
	width: 570px;
	height: auto;
	clear: both;
	}
	.sub_box3 ul li{
	list-style-type: square;
	margin-left: 10px;
	color: #CC0000;
	}
	.sub_box3text{
	float: right;
	width: 310px;
	height: auto;
	padding-left: 0px;
	}
	.sub_box3bar{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	border-bottom: #999999 1px dotted;
	margin-bottom: 10px;
	clear: both;
	}

