@charset "utf-8";
/* CSS Document */

table {border:1px solid #ccc;}
	 table th,
	 table td {border:1px solid #ccc;}
	
	 table th {text-align:left; padding:5px; vertical-align:top; background:#EFEAE5; width:100px;}
	 table td {padding:5px;}
	 
	 table td p {margin-bottom:0;}
	 
	 table td ul.nostyle {list-style:none;}
	 table td dl {margin:0;}
	 table td dl dt {font-weight:bold;}

ul li {line-height:160%; margin-bottom:10px;}	 
ul.num li {list-style:decimal;}	 

.btn {text-align:center;}
.btn input {border:1px solid #ccc; padding:15px;}
.btn input:fucus {border:1px solid #990000;}

dl.flow {}
	dl.flow dt {width:150px;}
	dl.flow dd {margin:-122px 0 130px 160px; line-height:150%;}