/* CSS Document */
/*glossary*/
#glossary { margin: 15px 15px 20px; padding: 0; }
#glossary p { line-height: 150%; margin: 0 0 10px; padding: 0; }
#glossary h3 { margin: 30px 0 15px; padding: 0 0 5px; border-bottom: 1px solid #999; }
#glossary h4 { color: #009; font-size: 12px; font-weight: bold; margin: 15px 0 5px; padding: 0 0 5px; }
/*list*/
#list { margin: 30px 30px 15px 50px; padding: 0; }
#list table { background-color: #cff; width: 450px; margin-bottom: 20px; border-top: 1px solid #666; border-left: 1px solid #666; }
#list td { font-size: 11px; vertical-align: top; padding: 10px; }
#list th { font-weight: bold; background-color: #ccc; text-align: center; padding: 5px; border-right: 1px solid #666; border-bottom: 1px solid #666; }
#list td.td_01 { border-bottom: 1px solid #666; }
#list td.td_02 { text-align: right; border-bottom: 1px solid #666; }
#list td.td_03 { text-align: center; border-right: 1px solid #666; border-bottom: 1px solid #666; }
#list td.td_04 { text-align: right; border-bottom: 1px solid #666; }
#list td.td_05 { text-align: center; border-right: 1px solid #666; border-bottom: 1px solid #666; }
#list td.td_06 { text-align: left; border-right: 1px solid #666; border-bottom: 1px solid #666; }
#list p { font-size: 11px; margin: 5px 0; padding: 0; }

