@charset "UTF-8";

/* ================================================================
				/news/index.html 用設定
	================================================================	*/

#newsTop {
	width: 653px;
}

#newsTop .fl {
	float: left;
}
#newsTop .fr {
	float: right;
}

.cts {
}

.cts h2{
	padding-top:20px;
}

.cts dl.headline{
}

	.cts dl.headline dt {
		display:block;
		padding-top:15px;
		width:120px;
		margin-left:10px;
	}
	
	.cts dl.headline dd {
		margin-top:-1.4em;
		padding-left:140px;
		padding-bottom:13px;
		border-bottom:1px solid #aeb5bd;
	}
		.cts dl.headline dd p {
			padding-left:12px;
		}
	
		.cts dl.headline dd p.lnk {
			padding-left:0;
		}
	
			.cts dl.headline dd p.lnk a{
				display:block;
				background:url("/common/img/arrow_s.gif") no-repeat 2px 5px;
				padding-left:12px;
			}
	

