@charset "UTF-8";

@import url("common.css");


/* ------------ main contents ------------ */

#listCont {
	width: 542px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	border: 4px solid #b8b9bf;
	text-align: left;
}

#listCont h3 {
	padding-left: 15px;
	background-image: url(../../resource/img_common/icon_arrow5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
	font-weight: bold;
}

#listTxt {
	margin-top: 5px;
	padding: 7px 10px;
	background-color: #eeeeee;
	font-size: 95%;
}

