/* CSS Document */

	.sub_box2{
	width: 580px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	.sub_box2 a{
	color: #3366FF;
	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 p{
	line-height: 1.6;
	margin-left: 20px;
	margin-top: 10px;
	}	
	.sub_box3bar{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 2px;
	border-bottom: #999999 1px dotted;
	clear: both;
	}
/* サイト利用部分 */

#about {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
    width: auto;
	height: auto;
	line-height: 2;
	border-bottom: #CCCCCC 1px solid;
}
#about h4 {
    border-bottom: groove 2px;
    border-bottom-color: #1d4a81;
    border-top: #999999 solid 1px;
    margin-top: 10px;
	margin-bottom: 10px;
    color: #267da8;
    font-weight: bold;
}
#about ul li{
    line-height: 2.0;
	list-style-type: disc;
    margin-left: 20px;	
}
#about A {
    color: #0066CC;
	padding: 5px;
	FONT-STYLE: normal; 
	WHITE-SPACE: nowrap;
    text-decoration: none;
}
#about A:hover {
    text-decoration: none;
	padding: 5px;
	background-color: #b8d477;
	color: #FFFFFF;
}
#about A:visited{
    text-decoration: none;
	padding: 5px;
}
