@charset "utf-8";

/* 包括 */
#contentsArea #impContent {
	width: 895px;
	padding: 39px 39px 15px 39px;
	border: 1px solid #e3e3e3;
}

/* ページタイトル包括 */
h1 {
	clear: both;
	width: 851px;
	height: 21px;
	margin-bottom: 25px;
	padding: 7px 8px 6px 36px;
	border-bottom: 1px solid #1b63b2;
	background: url(/pci/common/img/parts/bg_mttl.gif) 8px 6px no-repeat #f2f2f2;
	color: #1b63b2;
	font-size: 15px;
}

.dottedLine {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	background: url(/pci/common/img/parts/bg_dotted.gif) repeat-x left bottom;
}

.dottedLine h2 span {
	padding-left: 24px;
	padding-right: 17px;
	background: url(/pci/common/img/parts/ic_arrow_big.gif) no-repeat right center;
	line-height: 35px;
}

.dottedLine h3 span {
	padding-left: 44px;
	padding-right: 17px;
	background: url(/pci/common/img/parts/ic_arrow_big.gif) no-repeat right center;
	line-height: 35px;
}

h4 {
	clear: both;
	margin-bottom: 10px;
	padding-left: 64px;
	font-weight: normal;
}

ul.forthBox {
	clear: both;
	margin-bottom: 20px;
	padding-left: 84px;
	font-size:12px;
}

ul.forthBox li {
	margin-bottom: 5px;
}

ul.forthBox li span {
	padding-right: 10px;
	background: url(/pci/common/img/parts/ic_arrow.gif) no-repeat right center;
}

ul.floatBox {
	clear: both;
	padding-left: 64px;
	font-size:12px;
}

ul.floatBox li {
	float: left;
	width: 355px;
	padding-bottom: 15px;
}

ul.floatBox li.listBottom {
	padding-bottom: 20px;
}

ul.floatBox li span {
	padding-right: 10px;
	background: url(/pci/common/img/parts/ic_arrow.gif) no-repeat right center;
}

/* リンク */
#impContent a:link {
	color: #252525;
	text-decoration: none;
}

#impContent a:hover {
	color: #252525;
	text-decoration: none;
}

#impContent a:visited {
	color: #252525;
	text-decoration: none;
}

#impContent a:hover {
	color: #252525;
	text-decoration: underline;
}




