@charset "utf-8";

/* ----------------------------------------------------------
 Frameworks
-----------------------------------------------------------*/

/* Category Title */
.globalCnt   #contents:before { background: transparent url("/news/images/categoryTitle.jpg") no-repeat center center; }


/* ----------------------------------------------------------
 News
-----------------------------------------------------------*/

dl.newsList {
	}
	dl.newsList dt {
		float: left;
		width: 100px;
		padding: 10px 0;
		}
	dl.newsList dd {
		padding: 10px 0 10px 100px;
		border-bottom: 1px dotted #cccccc;
		}