@charset "UTF-8";
@import url("main.css");
@import url("layout.css");
@import url("page_contents.css");



/* layout.css */
.ContentsTitle{
	background:#ffffff url("../img/news/contents_title.gif") no-repeat bottom left;
}
.ContentsSubTitle{
	clear:right;
	width:680px;
	height:auto;
	display:block;
	text-decoration:none;
	text-indent:0px;
	overflow:hidden;

	margin-top:15px;
	margin-bottom:15px;
	padding-top:2em;
	padding-left:20px;
	background: url("../img/img_list.gif") no-repeat 0em 2.1em;
	font-weight:bold;
	color:#003399;
	font-size:16px;
}

