@charset "UTF-8";
#main-base {
	width: 900px;
}
#left-nav {
	background-color: #323232;
	width: 160px;
	height: 850px;
	float: left;
}
#left-nav ul {
	list-style-type: none;
	margin-top: 20px;
}
#link {
	width: 738px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: right;
	height: 817px;
	background-image: url(../material/wave2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
}
.link-lv {
	padding-bottom: 15px;
}
#link h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F90;
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
#link p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-left: 60px;
	margin-bottom: 5px;
}
#link ul {
	margin-bottom: 10px;
	margin-left: 80px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}
#link ul li {
	margin-bottom: 5px;
}
