@charset "utf-8";

/*----------------------------------------
HTML:/information/index.html
CSS: /information/css/index.css

----------------------------------------*/



/* NewsLsit
---------------------*/
div.section.NewsLsit dl{
	padding:15px 0 15px 0;
	background:url("../../images/common/bg_border_dotted.gif") repeat-x 0 100%;
}
div.section.NewsLsit dl.bg-color{
	background:url("../../images/common/bg_border_dotted.gif") repeat-x 0 100% #F7F6F3;
}
div.section.NewsLsit dl dd{
	width:434px;
	float:left;
	display:inline;
	margin:3px 0 0 15px;
}
div.section.NewsLsit dl dt{
	width:76px;
	height:20px;
	float:left;
	display:inline;
	line-height:20px;
	text-align:center;
	font-size:84%;
	color:#FFF;
	border:1px solid #B1AAA1;
	background:#635643;
}



