
/* h2 */
h2{margin:0px;
   padding:0px;
   width:800px;
   height:18px;
   background:url("../image/h2_.gif") no-repeat 0%;
   background-color:#990000;
   font-size: 0px;
   line-height:0;
   text-indent: -9999px;
   clear:both;
   display:block;
  }
/* h3 */
h3{
margin-top:10px;
padding:5px 0 5px 0;
   background-color:#FFCCCC;
   font-size:1em;
   line-height:125%;
   text-align:left;
  }

/* h4 */
h4{
/*   margin:10px 10px 0 35px;*/
margin:10px 0 5px 0;
   padding:2px 0 3px 5px;
   border-bottom:solid 1px #CC0000;
   border-left:solid 5px #CC0000;
   font-size:1em;
   line-height:125%;
   text-align:left;
  }

/* h5 */
h5{
/*   margin:0 0 0 400px;*/
   padding:3px 0 3px 0px;
   border-bottom:solid 1px #FF3366;
   font-size:1em;
   line-height:125%;
   text-align:left;
  }

/* id */

#list  {
	border:none;
	margin:auto;
	padding:5px;
	font-size:small;
	line-height:125%;
	text-align:center;
	background-image:url(../image/back_c.jpg);
     }
#list table{
		margin:auto;
		text-align:center;
		}

tr .head{
         background:url(../image/h3.gif);
         height:25px;
        }
		
#li td{
         text-align:left;
         margin:0 0 0 3px;
         padding:3px 10px;
         border-bottom:dashed 1px #2F4F4F;
        }

/* p */
p{
  padding:0;
  text-align:left;
 }

.sub{
margin:5px 0 10px 0;
     padding:5px 0 5px 0;
     border-bottom:dashed 1px #FF0033;
    }

.ar{
	text-align:right;
	padding-bottom:2px;
	border-bottom:dashed 1px #CCCCCC;
	font-size:0.9em;;
	margin-bottom:10px;
   }

/* pan部分 */
#pan{
     height:30px;
     width: auto;
    }
#pan ul{
	margin:5px 0 0 0;
	text-align:right;
       }
#pan li{
        padding:0 0 0 5px;
        display:inline;
        list-style:none;
        border-left:solid 1px #000000;
       }

/* list */
ul{
/*　 margin: 5px 5px 5px 35px;*/
   padding: 0 20px 0 25px;
　 line-height:150%;
　 list-style-image:url("../image/icon.gif");
   list-style-position:outside;
  }

ol{
/*　 margin: 5px 5px 5px 35px;*/
   padding: 0 10px 0 25px;
　 line-height:150%;
   list-style-position:outside;
  }

#kizi li{
   margin: 0px 0px 0px 0px;
   text-align:left;
  }

/* text */
em{
   color:#FF0000;
   font-style:normal;
   font-weight:bold;
  }

strong{
       color:#990000;
       font-weight:bold;
      }

.white{
       color:#FFF;
      }



