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

body {
	background-color: #CCCC99;
}
#content {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#content p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#content h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 190px;
	margin-bottom: 30px;
}
#content a {
	text-decoration: none;
	margin-bottom: 30px;
}
