@charset "Shift_JIS";
/* ==================================================================

	■個別のCSS指定
	
=================================================================== */

/* =================================
   ■ リンクページ
================================== */

#left {
	width: 140px;
}
#right {
	width: 650px;
}

#link {
	width: 550px;
	background: #Fed200 url(../link/img/link_c_bg.gif) repeat-y left;
	text-align: left;
	line-height: 160%;
	padding: 10px 35px 10px 65px;
}

/* リンクのリンクテキスト
-------------------------------- */ 
#link a{
	text-decoration:none;
	color: #000000;
}
#link a:hover{
text-decoration:underline;
}
/* 各リンク
-------------------------------- */ 
#link dl {
	width: 160px;
	margin-right: 20px;
	float: left;
	margin-bottom: 30px;
}
#link dd {
	font-size: 85%;
	line-height: 140%;
}
#link strong {
	font-size: 120%;
}
.link_t_bg {
	position: relative;
	left: 0px;
	top: 0px;
}
.link_b_bg {
	position: relative;
	left: 0px;
	top: 0px;
}
#link img {
	padding-bottom: 5px;
}
