/* -------------------------------
Other Layout 
------------------------------- */
#labelCategory {
	background:url(img/label_category.jpg) no-repeat left top;
}
/* -------------------------------
index Layout 
------------------------------- */
.table-index1, .table-index2{
	margin-bottom:0.5em;
	width:100%;
}
.table-index1 th {
	padding:7px 10px;
	border:1px solid #bbb;
	background-color:#d5885b;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.table-index1 td {
	padding:7px 10px;
	border:1px solid #bbb;
	background:#fff;
	line-height:1.231;
}

.table-index2 {
	width:100%;
	margin-bottom:0.5em;
}
.table-index2 th {
	padding:5px 10px;
	width:25%;
	border:1px solid #bbb;
	background-color:#ddd;
	text-align:center;
	color:#000;
}
.table-index2 td {
	padding:5px 10px;
	width:75%;
	border:1px solid #bbb;
	background:#fff;
	line-height:1.231;
}

.pdf {
	display: block;
	background: url(/pdf/icon_pdf.gif) no-repeat left 2px;
	padding: 0 0 6px 24px;
}

ul.courseinfo {
	margin-left: 0;
	text-indent:-0.2em;
	margin-left: 1em;
}
ul.courseinfo li {
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 1.5em;
}
ul.courseinfo li.caution {
	list-style-type: none;
	margin-left: 1em;
	text-indent: -1em;
}

ul.method {
	margin-left:1.5em;
}
ul.method li {
	list-style:none;
	text-indent:-1.5em;
	padding-bottom:0.5em;
}
