@charset "utf-8";

/* CSS Document */

#linkbox{
	width:630px;
	/*float:left;*/
font-size:100%;
	line-height:160%;
	color:#1C1C1C;
	margin-left: 35px;
}

#centerbox{
	width:630px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
	line-height: 160%;
}

#linksubbox{
	width:630px;
	/*float:left;*/
	font-size:100%;
	line-height:160%;
	color:#4B4B4B;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#linksubbox h4{
	margin-top: 5px;
	margin-bottom: 5px;
}


#linksubbox p{
	margin-left: 5px;
	margin-right: 5px;
}

#linksubbox a:link{
	color:#4B4B4B;
	text-decoration:underline;
	font-weight: bold;
}

#linksubbox a:visited{
color:#4B4B4B;
text-decoration:underline;
}

#linksubbox a:hover{
color:#009900;
text-decoration:underline;
}

#linksubbox dd{
margin-bottom: 5px;
}

#linksubbox img.banner{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

