@charset "utf-8";
/* CSS Document */


div#release_all {
	margin: 0;
	padding: 0;
}
div#release_all h3 {
	height: 33px;
	font-size: 21px;
	padding-left: 10px;
	background: url(../content/press_release/image/press_all_titlebg.jpg) no-repeat bottom;
	color: #fff;
}

div#release_all ul {
	background: url(../content/press_release/image/press_all_bg.gif) repeat-y;
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding: 5px 0 5px;
	width: 670px;
	border: 1px solid gray;
}
div#release_all ul li:last-child {
	border-bottom: none;
	margin-bottom: 5px;
}
div#release_all ul li {
	padding: 5px 0 5px 20px;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

span.bold_text {
	padding-right: 40px;
}