@charset "utf-8";
/*--------------------------
contentL
--------------------------*/
#mainContent .contentL {
	width: 145px;
	float: left;
	padding-top: 0;
}

#mainContent .contentL ul#serviceList {
	margin: 7px 0 24px 0;
	background: none;
	padding-top:5px;
}

#mainContent .contentL ul li {
	background: #fff url(../images/k_dotted.gif) no-repeat left bottom;
	padding-top: 4px;
	padding-bottom: 3px;
}
#mainContent .contentL ul li a {
	background: url(../images/side_arrow.gif) no-repeat left center;
	padding: 0 0 0 14px;
	display: block;
}

#mainContent .contentL ul li.listTop {
	padding-top: 0;
}

*html #mainContent .contentL ul li a {
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++
newsBox
+++++++++++++++++++++++++++++++++++++++++++*/
#newsBox {
	width: 520px;
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
}
.newshead {
	margin-bottom: 10px;
}
#newsBox dl {
	border-bottom: 1px dashed #ccc;
	padding: 1px 0 4px 0;
}
#newsBox dl dt {
	font-size: 12px;
	float: left;
	width: 85px;
	clear: both;
	margin-bottom: 3px;
	padding: 5px 0 0 0;
}
#newsBox dl dd {
	font-size: 12px;
	margin-bottom: 3px;
	width: 475px;
	padding: 5px 0 0 0;
	background: #;
}
#newsBox dl dd a {
	text-decoration: underline;
}
/*++++++++++++++++++++++++++++++++++++++++++
pageTitle
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTitle {
	text-align: right;
	margin: 10px 0 8px 0;
	clear: both;
}
.pageTitle a {
	width: 960px;
}