@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access Solutions

=================================================================== */

.link {
	width: 506px;
	border: 2px #ccc solid;
	padding: 10px 15px;
}
.link .contents_wrap {
	width: 506px;	
}
.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;
}
.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;
}
