@charset "utf-8";
/*
 * name:link.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* link_list
------------------------------------------------ */
#link_list {
}

	#link_list dl {
		margin-bottom: 40px;
	}

		#link_list dl dt {
			padding-left: 5px;
			border-bottom: solid #8DC21F 2px;
			font-size: 160%;
			color: #8DC21F;
		}

		#link_list dl dd {
			margin-top: 20px;
		}

			#link_list dl dd ul {
				margin: 0 0 20px -2%;
			}

				#link_list dl dd ul li {
					float: left;
					margin-left: 2%;
					width: 31%;
					text-align: center;
				}

					#link_list dl dd ul li a {
						color: #000;
					}

