@charset "utf-8";


/* リンク集
------------------------------------------------------------ */

/** 枠 **/
.linkWrap {
	border:solid 1px #CCC;
	border-top:none;
	padding:15px;
}


.linkWrap p{
	line-height:1.4;
}

.eyecatch{
	color:#F00;
	font-size:110%;
	font-weight:bold;
	margin:20px 0;
}




.thirdLink {
	padding:2px 8px 1px;
	margin-bottom:20px;
	width:495px !important;
	width /**/:511px;
	background-color:#E6F7E9;
	overflow:hidden;
}
.thirdLink li {
	display:inline;
}
.thirdLink li a {
	display:block;
	width:auto;
	float:left;
	margin-right:1.5em;
	padding-left:8px;
	background: url(../../common_img/bow_3x5_gren.gif) left center no-repeat;
	color:#006633;
	text-decoration:none;
}
.thirdLink li a:hover {
	color: #FF3300;
	background: url(../../common_img/bow_3x5_orange.gif) left center no-repeat;
}



/** 装飾 **/
.ttlRank1 {
	font-size: 120%;
	padding: 4px 8px;
	border: solid 1px #669933;
	color: #336600;
	background-color: #EEFFD7;
	margin: 0em 0 .6em;
	line-height: 1.1;
}


.linkWrap h4 {
	font-size: 110%;
	padding-left: 8px;
	border-left: solid 10px #336633;
	color: #336633;
	margin-bottom: .3em;
	line-height: 1.1;
}


ul.link_list{
	margin:.7em 0 2em 2.5em;
	line-height:1.4;
}
.link_list li{
	list-style-type:circle;
	color:#339966;
}
.link_list li span {
	color:#444;
}
