@charset "utf-8";
/* CSS Document */
body {
	font-size:14px;
}


	#main h2 {
		margin:-30px 0 0 -50px;
	}

dl.clearfix {
	margin-bottom:30px;
}
	dl.clearfix a {
		color:#0000CC;
	}
	dl.clearfix a:hover {
		color:#1111CC;
	}
	dl.clearfix dt {
		float:left;
		width:235px;
	}
	dl.clearfix dd {
		float:right;
		width:340px;
		line-height:1.4;
	}
		dl.clearfix dd h3 {
			font-weight:bold;
			line-height:1.2;
			margin-bottom:20px;
		}
			dl.clearfix dd h3 span {
				font-size:14px;
			}
		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;
}
