@charset "utf-8";


div.link {
	}

div.link h2 {
	margin-bottom: 50px;
	text-align: center;
	}

div.link h3 {
	margin-bottom: 5px;
	padding: 5px;
	color: #fff;
	background: #06c;
	font-weight: bold;
	text-align: center;
	}

div.link form {
	margin: 30px 0;
	text-align: center;
	}

div.link div.section {
	zoom: 1;
	}

div.link div.section:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.link div.section div.links {
	margin: 0 20px;
	float: left;
	width: 200px;
	}

div.link div.section div.links dl {
	}

div.link div.section div.links dt {
	border-left: 1.5em solid #666;
	color: #fff;
	background: #e0e0e0;
	font-weight: bold;
	text-indent: -1.25em;
	}

div.link div.section div.links dd {
	margin-bottom: 2em;
	}

div.link div.section div.links dd ul {
	}

div.link div.section div.links dd ul li {
	margin-left: 1.5em;
	list-style: disc;
	}





