/* CSS Document */

	.sub_box2{
	width: 580px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	.sub_box2 a{
	text-decoration: underline;
	}
	.sub_box2 a:hover{
	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 img{
	margin-left: 7px;
	margin-right: auto;
	text-align: center;
	margin-top: 7px;
	}
	.sub_box2 ul li{
	line-height: 1.6;
    margin-top:10px;
	margin-left: 5px;
	margin-right: 5px;
	}
	.sub_box3{
	float: left;
	text-align: left;
	width: 270px;
	height: 400px;
	margin: 5px;
	background: url(image/bg.gif);
	background-repeat: no-repeat;
	}
    .sub_box3 p{
	line-height: 1.0;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 160%;

	}	
	.sub_box4{
	float: right;
	text-align: left;
	width: 270px;
	height: 400px;
	margin: 5px;
	background: url(image/bg.gif);
	background-repeat: no-repeat;
	}
    .sub_box4 p{
	line-height: 1.6;
	padding-left: 25px;
	margin-left: 15px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 160%;
	background-image: url(image/yaji.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}	
	.sub_box3bar{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 2px;
	border-bottom: #999999 1px dotted;
	clear: both;
	}

