@charset "utf-8";
/* CSS Document */

/* リンク集紹介ページ
---------------------------------------- */

#contentslink {
	clear:both;
	width:950px;
	margin:0 auto;
}

/* link 共通
---------------------------------------- */

h3 {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding-left:10px;
	border-left:#58a300 6px solid;
	margin-bottom:10px;
}

/* linklist
---------------------------------------- */

#linklist {
	margin-bottom:40px;
}

#linklist li {
	line-height:24px;
	padding-left:10px;
	background:url(../../images/link/arrow.gif) no-repeat left center;
}

#linklist li a {
	text-decoration:none;
}

#linklist li a:hover {
	text-decoration:underline;
}


/* link01-11共通
---------------------------------------- */

#contents {
	margin-bottom:25px;
}

#contents p {
	margin-bottom:15px;
	line-height:20px;
}

#contents p a {
	font-weight:bold;
	text-decoration:none;
	color:#58a300;
}

#contents p a:hover {
	text-decoration:underline;
}
