@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access Solutions

=================================================================== */

.link {
	width: 516px;
	border: 2px #ccc solid;
	padding: 10px;
}
.link h3 {
	font-size: 110%;
	color: #999;
	border-left: 5px #fc9 solid;
	padding-left: 10px;
}
.link .contents_wrap {
	width: 516px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px #ccc solid;
	
}
.link .contents_wrap:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.link .contents_l {
	width: 248px;
	float: left;
}
.link .contents_r {
	width: 248px;
	float: right;
	margin-left: 20px;
}
.link li {
	background: url(../../images/li/arrow01.gif) no-repeat left 55%;
	padding-left: 12px;
}

.link a:link {
	color:#06c;
	text-decoration: none;
}

.link a:visited {
	color:#639;
	text-decoration: none;
}

.link a:hover {
	color:#f60;
	text-decoration: underline;
}

.link a:active {
	color:#f60;
	text-decoration: underline;
}


.pagenav01_menu_skin {
	width: 523px;
	height: 15px;
	line-height: 15px;
	font-size: 70%;
	color: #999;
	background: #f9f9f9;
	padding-left: 10px;
	border-left: 5px #fc9 solid;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
}