@charset "utf-8";

.p1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

.box_01 img {
	float: right;
	margin: 0 0 10px 10px;
}

.p2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f30;
}


#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;
}
