@charset "utf-8";
/* CSS Document */

@import url('base.css');
@import url('layout.css');

/*--------------------------------------
Topics Box
---------------------------------------*/

div.topicsBox {
width: 650px;
}

div.topicsBox p.data {
padding: 0 10px 4px 15px;
background: url(../img/bg_data.gif) no-repeat;
font-size: 77%;
line-height: 25px;
}

div.topicsBox dt {
margin: 10px 0 5px 15px;
/*background: url(../img/arrow01.gif) no-repeat left 0.4em;*/
font-size: 108%;
font-weight: bold;
}

div.topicsBox dt a {
font-weight: bold;
}

div.topicsBox dt sup,
div.topicsBox dt i {
font-weight: bold;
}

div.topicsBox dd {
margin: 0 0 25px 15px;
}

div.topicsBox ul.pdfList {
margin: 0 15px;
}

div.topicsBox ul.pdfList li {
float: left;
width: 295px;
}

div.topicsBox ul.pdfList li p.pdfTtl {
padding: 8px 0 0 0;
border-top: solid 1px #cddbeb;
/*background: url(../img/bg_top_pdf.gif) no-repeat left top;*/
font-size: 100%;
}

div.topicsBox ul.pdfList li p.pdfTtl a {
display: block;
padding: 0 0 0 15px;
background: url(../img/arrow01.gif) no-repeat left 0.5em;
}

div.topicsBox ul.pdfList li p.pdfSize {
margin: 0 5px 9px 0;
padding: 5px 24px 5px 0;
color: #999;
background: url(../img/pdf_icon.gif) no-repeat right center;
font-size: 77%;
text-align: right;
}



div#main table#topicsBox {
margin-bottom: 15px;
width: 610px;
}

div#main table#topicsBox tr.type1 { background: #fff;}
div#main table#topicsBox tr.type2 { background: #f5f5f5;}

div#main table#topicsBox th {
padding: 9px 8px 9px 20px;
width: 107px;
color: #66c;
vertical-align: top;
}

div#main table#topicsBox td {
padding: 9px 10px 9px 0;
width: 465px;
vertical-align: top;
}

div#main table#topicsBox td a {
display: block;
padding-left: 25px;
color: #333;
background: url(../../img/topics_arrow01.gif) no-repeat left 0.5em;
text-decoration: none;
}
div#main table#topicsBox td a:hover {
color: #f90;
text-decoration: underline;
}

div#main table#topicsBox td a sup,
div#main table#topicsBox td a i {
color: #333;
}

div#main table#topicsBox td a:hover sup,
div#main table#topicsBox td a:hover i {
color: #f90;
}























