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

body {
	font-size:14px;
}
#cont {
	background:#000;
	padding:60px 0;
}

dl.clearfix {
}
	dl.clearfix dt {
		float:left;
		width:200px;
		text-align:center;
	}
	dl.clearfix dd {
		float:right;
		width:365px;
		line-height:1.4;
	}
		dl.clearfix dd h2 {
			font-weight:bold;
			margin-bottom:15px;
		}
		dl.clearfix dd h3 {
			margin-bottom:15px;
		}
		dl.clearfix dd table {
			margin-top:20px;
			font-size:13px;
		}
			dl.clearfix dd table th {
				vertical-align:top;
				padding:3px 0;
				width:70px;
			}
			dl.clearfix dd table td {
				vertical-align:top;
				padding:3px 0;
			}
#foot {
	font-size:10px;
}
