@charset "utf-8";


#link_tit {
	clear:both;
	background:url(/common/images/tit_link_bg.gif) no-repeat;
	font-size:160%;
	font-weight:bold;
	height:32px;
	margin-top:18px;
	padding:15px 0 0 50px;
}

#link_lead {
	background:#fff;
	padding:15px;
	font-size:115%;
	width:700px;
}

#link_list {
	margin-top:25px;
}

#link_list h3 {
	background:url(/common/images/h3_bg.gif) no-repeat;
	margin:20px 0 0;
	padding:8px 0 0 30px;
	height:27px;
	font-size:115%;
	font-weight:bold;
}

#link_list dl {
	width:730px;
	clear:both;
	overflow:hidden;
	padding:5px 0;
	border-bottom:dotted 1px #999;
	background:url(/common/images/dt_bg.gif) repeat-y left;
}

#link_list dt {
	width:256px;
	float:left;
	text-align:center;
	padding:5px 0;
}

#link_list dt a:hover img {
	opacity:0.8;
}

#link_list dd {
	width:460px;
	float:left;
	padding-left:10px;
}

#link_list dd h4 {
	background:url(/common/images/arrow_s.gif) no-repeat left 5px;
	width:438px;
	margin:5px 0 0;
	padding-left:17px;
}

#link_list dd h4 a:link {text-decoration:none; color:#249800;}
#link_list dd h4 a:visited {text-decoration:none; color:#249800;}
#link_list dd h4 a:hover {text-decoration:underline; color:#ff2425;}



#link_list dl.link_others {
	background:none;
}

#link_list dl.link_others dd {
	width:700px;
}



