@charset "UTF-8";
@import  "../../common/css/common.css";
/* :::::::::::::::::::::::::::::::::::::::::
	リンク集用CSS
	link.css
	
	#header		ヘッダ
	.link		リンクリスト
:::::::::::::::::::::::::::::::::::::::::::: */


/* - - - - - - - - - - - - - - - - - - - - ヘッダ */
#header {
	background: url(../images/header.jpg) 20px 10px no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - リンクリスト */
dl.link {
	margin: 0 16px 0;
	padding-bottom: 200px;
	background: url(../images/biomac.gif) no-repeat right bottom;
}
dl.link dt {
	clear: both;
	font-weight: bold;
}
dl.link dt img.thumbnail {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
dl.link dd {
	margin-bottom: 2em;
	font-size: small;
}

dl.link dd dl.zenkoku-link {
	margin-left: 96px;
}

dl.link dd dl.zenkoku-link dd {
	font-size: smaller;
}

#furl {
	line-height: 2em;
	font-weight: bold;
}

