@charset "utf-8";

.p1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

#main dt {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #360;
	font-weight: bold;
	font-size: 1.2em;
}
#main dd {
	margin: 0 0 10px 20px;
}

#main p {
	margin-bottom: 10px;
}
.p2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f30;
}

.p3 {
	text-indent: -999em;
}

.table01 {
	width: 100%;
}
.table01 th {
	padding: 5px;
	vertical-align: top;
}
.table01 td {
	padding: 5px;
}

#footer {
	clear: both;
	width: 950px;
	font-size: 0.8em;
	text-align: center;
	background-image: url(../common/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	padding-right: 0;
	padding-left: 0;
	margin-left: -10px;
}
