/* 共通CSS読み込み */
@import url("../../common/css/contents.css");
@import url("../../common/css/base.css");

/* テキスト---------------------------------------------- */
.txt{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}


/* リンク------------------------------------------------ */
.link{
	width:840px;
	border-left:5px solid #cccccc;
	margin:0 0 30px 0;
	padding:0 0 0 15px;
}

.link_u{
	width:840px;
	border-left:5px solid #cccccc;
	margin:0;
	padding:0 0 0 15px;
}


