/* -------------------------------
Other Layout 
------------------------------- */
body#p-index #labelCategory {
	background:url(img/label_category_experience.jpg) no-repeat left top;
}

/* -------------------------------
cNoteArea Layout 
------------------------------- */
.pdf {
	display: block;
	background: url(/pdf/icon_pdf.gif) no-repeat left 2px;
	padding: 0 0 6px 24px;
}

.indexLeft {
	float: left;
	width: 279px;
	padding-right: 10px;
	margin-bottom: 1.5em;
	
	text-align: left;
	line-height: 1.231em;
}
.indexRight {
	float: right;
	width: 279px;
	margin-bottom: 1.5em;

	text-align: left;
	line-height: 1.231em;
}
.indexLeft div,
.indexRight div{
	padding: 0 10px;
}

.talbeIndex {
	margin-bottom:10px;
	width:100%;
	background-color:#eee;
}
.talbeIndex caption{
	padding:7px 10px;
	line-height:1.231;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#ccc;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
.talbeIndex th {
	padding:5px 10px;
	border:1px solid #aaa;
	line-height:1.231;
	background-color:#ddd;
}
.talbeIndex td {
	padding: 8px 10px;
	border:1px solid #aaa;
	background-color:#fff;
	line-height:1.231;
}
#leftArea .talbeIndex td p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#leftArea .talbeIndex td ul li{
	line-height: 1.5em;
}
#leftArea .talbeIndex td ul li a {
	padding-left: 10px;
	background:url(../img/icon_arrow_02.gif) no-repeat left 5px;
}

#leftArea .talbeIndex td ul li.imgLink a {
	display: block;
	padding-left: 0;
	background: none;
	
	text-indent: -9999px;
}

#leftArea .talbeIndex td ul li.imgLink a.imgLinkRequest {
	height: 40px;
	background: url(img/btn_form_off.gif) no-repeat center top;
}
#leftArea .talbeIndex td ul li.imgLink a.imgLinkRequest:hover {
	background: url(img/btn_form_over.gif) no-repeat center top;
}



.indexList {
	margin-bottom: 1.5em;
}
.indexList dt{
	color: #096;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.indexList dd{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1.5em;
	line-height: 1.5em;
}



