@charset "utf-8";

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

　■h2
　■リンクリスト

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

/* --------------------------------------------------
　■h2
-------------------------------------------------- */
#link h2 {
	background-position: 0 -264px;
}




/* --------------------------------------------------
　■リンクリスト
-------------------------------------------------- */
#link div.section dl {
	padding: 20px 0;
	background: url(../images/common/line_dot01.gif) repeat-x bottom;
	clear: both;
}

/* dt・dd 共通設定 */
#link div.section dl dt,dd {
	color: #1255aa;
	float: left;
}

#link div.section dl dt {
	width: 18em;
	padding: 0 0 0 10px;
	font-size: 117%;
	font-weight: bold;
}

/* 外部サイトへのリンクアイコン*/
.outside {
	margin: 0 0 0 5px;
}

.outside img {
	vertical-align: baseline;
}



