/* CSS Document */

/* サイト利用部分 */

#about {
    width: 510px;
	height: auto;
	margin-left: 10px;
	text-align: left;
	line-height: 2;
	border-bottom: #CCCCCC 1px solid;
}
#about h3 {
    border-bottom: #009999 groove 2px;
    border-top: #999999 solid 1px;
    margin-top: 10px;
	margin-bottom: 10px;
    color: #267da8;
    font-weight: bold;
}
#about p{

}
#about ul li{
    line-height: 2.0;
	list-style-type: disc;
	margin-left: 20px;
}
#about .aboutbox{
   width: 300px;
   height: auto;
   padding: 10px;
   margin: 5px;
}
#about .aboutbox img{
   margin-right: 10px;
}
#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;
}