@charset "utf-8";
#link {
	width: 700px;
	float: left;
	padding-bottom: 150px;
}
#link h2 {
	height: 40px;
	line-height: 40px;
	font-size: 140%;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#link .border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #141D5D;
	float: left;
	width: 200px;
	height: 3px;
}
#link ul#section {
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#link ul#section li {
	float: left;
	margin-bottom: 15px;
	font-size: 130%;
	background-position: left center;
	margin-top: 15px;
	background-image: url(../img/link/icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 320px;
	margin-right: 20px;
}
#link ul#section li:nth-child(even){
	margin-right: 0px;
}


#link ul#list {
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
}
#link ul#list li {
	float: left;
	width: 320px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 110%;
	background-image: url(../img/link/icon.png);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: left center;
	height: 20px;
	padding-left: 20px;
}
#link ul#list li:nth-child(even){
	margin-right: 0px;
}
