@import url(css/base.css);

.asset-content h3{
border-bottom:1px solid #ccc;
margin-top:10px;
padding:6px 0 6px 22px;
font-weight:bold;
background:#eee url(img/arrow_sitemap01.gif) 10px center no-repeat;
}

.asset-body P{
padding:0px 0px 0px 12px;
}

/**************************************************
.table01
**************************************************/

table.table01 {
margin-top: 0.2em;
margin-bottom: 1em;
border-collapse: collapse;
border: solid 1px #666;
font-size: 100%;
}
table.table01 th, table.table01 td {
border: solid 1px #666;
padding: 4px;
}
table.table01 th {
background: #DDDDDD;
text-align: center;
white-space: nowrap;
color: #333;
}
/**************************************************
.table02
**************************************************/

table.table02 {
margin-top: 0.2em;
margin-bottom: 1em;
border-collapse: separate;
border-spacing: 2px;
font-size: 100%;
}
table.table02 th, table.table02 td {
padding: 4px 6px;
}
table.table02 th {
text-align: center;
white-space: nowrap;
font-size: 92%;
color: #333;
background: #CCC;
}
table.table02 td {
}
table.table02 tr.course-a {
background: #F6F6F6;
}
table.table02 tr.course-b {
background: #EAEAEA;
}
