@charset "UTF-8";

/* トップ */

#main li {
	margin-bottom: 0.8em;
}

.termLink {
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	padding-left: 37px;
	margin-bottom: 3px;
	position: relative;
}

#link1 {
	background: #e9f5f7 url(../../method/image/sicon1.gif) no-repeat 10px center;
}

#link2 {
	background: #e9f5f7 url(../../method/image/sicon2.gif) no-repeat 10px center;
}

#link3 {
	background: #e9f5f7 url(../../method/image/sicon3.gif) no-repeat 10px center;
}

.termLink p {
	position: absolute;
	left: 160px;
	top: 0;
	font-weight: normal;
}

.method {
	width: 371px;
	float: left;
}



/* セル幅 */
.cell1 {
	width: 113px;
}

.cell2 {
	width: 174px;
}

.cell3 {
	width: 42px;
}

.cell4 {
	width: 133px;
}

.cell5 {
	width: 112px;
}


.narrTable th {
	background: #cfd3fa;
	font-weight: normal;
	padding: 2px;
	border: 0;
	border-right: 1px solid #fff;
}

.type {
	background: #68b833;
	color: #fff;
	padding: 4px 10px;
	border-bottom: 1px solid #fff;	
}

.narrTable .noBd {
	border-right: 1px solid #cfd3fa;
}

