@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :link.css
 style info :リンクカテゴリ用css
 
=================================================================== */

#link h4 {
	background:url(/images/line_sttl.gif) left bottom no-repeat;
	height:31px;
	line-height:31px;
	font-weight:bolder;
	font-size:75%;
	margin:15px;
}
#link #attention {
	background: #f3f3f3;
	padding: 10px;
}
#link #maincontents p {
	margin-bottom:7px;
}

#link #maincontents dl {
	width:640px;
	margin-bottom:7px;
	padding-bottom:7px;
	background:url(/images/line_dot.gif) repeat-x left bottom;
	clear:both;
	float:left;
}
#link #maincontents dt {
 background:url(/images/icon_orange.gif) left 0.5em no-repeat;
 padding-left:12px;
	float: left;
	width: 180px;
}
#link #maincontents dd {
	float: left;
	width: 440px;
}
#link #linkList h4 {
	margin:20px 0 5px;
	padding-top:10px;
	clear:left;
}


#link #maincontents dt a:link {
	text-decoration: none;
	color: #666;
}
#link #maincontents dt a:visited {
	text-decoration: none;
	color: #666;
}
#link #maincontents dt a:hover {
	text-decoration: none;
	color: #888;
}
#link #maincontents dt a:active {
	text-decoration: none;
	color: #888;
}
