﻿/* CSS Document */



/* Page Title */

#page_title {
    margin: 35px 0px;
    padding-bottom: 7px;
    width: 475px;
    background: url(/images/pnt_bg_bottom_rb.gif) right bottom no-repeat; }
    
	div#pt_category {
	    margin: 0px;
      padding: 0px 0px 8px;
      background: url(/images/pnt_bg_top.gif) left bottom no-repeat;
      font-size: 8pt;
      line-height: 110%;
      font-weight: normal;
      }

  h1#pt_title {
      margin: 0px;
      padding: 12px 15px 6px 52px;
      border-right: 1px solid #000000;
      color: #000000;
      font-size: 16px;
      line-height: 26px;
      font-weight: bold;
      text-indent:-52px;
      }
  #pt_chapt_no { font-size: 42px; }



/* Contents Block */

  .common_h2 { font-size:15px; }
  .number { font-size:15px; }

  .common_h3 {
      width:420px;
      margin:18px 0px 0.5em 0px;
      padding-left: 1.25em;
      padding-bottom: 3px;
      background: url(/images/resource-book_h3_bottom.gif) left bottom repeat-x;
		  color:#cc7716;
      text-indent: -1.25em;
      line-height: 110%;
      }
  .h3_top { margin-top: 30px; }

  .common_p {
      width:445px;
      margin:0 0 1em;
      font-size:10pt;
      line-height:130%;
      }
  .h3_p { width:420px; line-height:120%; }

  .common_list { width:420px; }



  .caption { font-size: 12px; font-weight:normal; }
  sup { font-weight:bold; color:#990000; }
  
  
  
  /* Table */

table.chapt_2 {
    width:445px;
	margin:0 0 30px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	border:1px solid #cccccc;
	font-size:12px;
    }

table.chapt_2 th {
	padding:4px 0.5em 3px;
	text-align:left;
	vertical-align:bottom;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px dotted #cccccc;
	background-color:#dddddd;
	font-weight:bold;
	letter-spacing:0.75em;
	white-space:nowrap;
    }

table.chapt_2 th.refer { letter-spacing:normal; }
table.chapt_2 th.theme { border-left:none; }

table.chapt_2 td {
	padding:5px 0.5em;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #cccccc;
	border-left:1px dotted #cccccc;
	line-height:125%;
    }

table.chapt_2 .theme {
	color:#000000;
	font-weight:bold;
	white-space:nowrap;
	border-left:none;
	}

table.chapt_2 .block_no { white-space:nowrap; }
	 
table.chapt_2 td p { margin:0 0 0.5em; }

table.chapt_2 .refer { white-space:nowrap; }

table.chapt_2 td ul { margin:0; }
table.chapt_2 td li { margin-left:1em; padding:0 0 0.5em; list-style-type:disc; }
  table.chapt_2 td ul.class2 li { margin-left:1em;  padding:0.35em 0 0; list-style-type:circle; }
  table.chapt_2 td ul.class3 li { margin-left:1em;  padding:0.35em 0 0; list-style-type:square; }

