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



#box_page h3{
	background:url(../info/images/bg.gif) repeat;
	color:#fff;
	padding:5px 10px;
	margin-bottom:15px;
	border:none;
}

#top_text{
	border-bottom:1px dotted #3C3C3C;
	padding-bottom:20px;
	margin-bottom:20px;
	
}


#box_page dt{
	color:#FF6E23;
	margin-bottom:5px;
	font-weight:bold;
	
}

#box_page dd{
	margin-bottom:20px;
	padding-left:1em;
	
}
ol li{
      list-style-type:none;
      list-style-position:inside;
      counter-increment: cnt;
	  padding-left:1.2em;
	  text-indent:-1.2em;
    }
    ol li:before{
      display: marker;
      content: "(" counter(cnt) ")";
    }
	
#box_page dd p{
	margin-bottom:10px;
}

#text_bottom{
	border-top:1px dotted #3C3C3C;
	padding-left:1em;
	text-align:right;
	padding-top:20px;
	margin-top:20px;
}
