/****************************************************
　■リンク　ページ設定
****************************************************/

/* --- サイドメニュータイトル --- */
#side-navi h2 {
	background-image: url(images/link_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}



/* --- コンテンツ --- */
#link {
	margin: 0 0 40px 0;
}
#privacy-inner {
	padding: 0;
}

#link .box {
	width: 570px;
	border-left: 10px solid #3366CC;
	padding-left: 10px;
	margin: 20px 0 5px 10px;
}
#link .box .exp {
	width: 350px;
	float: left;
	vertical-align: top;
}
#link .box .banner {
	width: 200px;
	float: right;
	text-align: left;
	vertical-align: top;
}

#content #link .box h4 {
	font-size: 16px;
	color: #3366CC;
	padding: 0 0 3px 2px;
	border: none;
	border-bottom: 1px dotted #3366CC;
	margin: 0 0 10px 0;
	background-image: none;
}
#content #link .box h4 a {
	color: #3366CC;
	text-decoration: none;
}
#content #link .box h4 a:hover {
	color: #6699FF;
}

#link .info-exp {
	margin: 15px 0 30px 10px;
	padding: 5px;
	border-top: 1px dotted #ccc;
	font-size: 85%;
	text-align: right;
}
