@charset "utf-8";

/*--------------------------------------------------------------------
新着情報一覧ページ　id/news.html
--------------------------------------------------------------------*/
div#mainBody {
	width:760px;
	clear:both;
	padding:0;
}



dl.newsEventList{
	display:block;
	border-top:5px solid #000000;
	border-bottom:2px solid #000000;
	background:#F8F8F8;
	padding:15px;
}

dl.newsEventList dt{
	display:block;
	border-bottom:3px solid #CCCCCC;
	padding-bottom:10px;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
}

dl.newsEventList dd{
	display:block;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}
dl.newsEventList dd a{
	padding:5px;
	display:block;
	color:#333333;
	text-decoration:none;
}
dl.newsEventList dd a:hover{
	background:#FFFFDD;
}

dl.newsEventList dd img{
	float:left;
	margin-right:10px;
}

dl.newsEventList dd strong{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	color:#0066CC;
	text-decoration:underline;
}

dl.newsEventList dd span{
	display:block;
	float:right;
	width:120px;
	border-left:1px dashed #CCCCCC;
	margin-left:10px;
	padding-left:5px;
	text-align:right;
	color:#666666;
	line-height:16px;
}

dl.newsEventList dd em{
	display:block;

	text-align:right;
	color:#880000;
}

































