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

#content {
	height: 1700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#content #top {
	background-image: url(img/work/sutaff.jpg);
	float: left;
	height: 1600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content #low {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 1000px;
}
#content #low a {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#content #low p {
	text-align: center;
	margin-top: 30px;
}
