@charset "utf-8";

/* ///////////////////////////////////////////////
【リンク】
link.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/link/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_link h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_link .att {
margin-bottom: 5px;
}

#content_link table {
width: 650px;
border-collapse: separate;
border-spacing: 0;
border-top: #976a53 solid 1px;
border-left: #976a53 solid 1px;
}

#content_link th {
width: 9.0em;
padding: 10px;
border-bottom: #976a53 solid 1px;
font-weight: bold;
vertical-align: top;
}

#content_link td {
padding: 10px 10px 10px 0;
border-right: #976a53 solid 1px;
border-bottom: #976a53 solid 1px;
vertical-align: top;
}


