/* CSS Document */

.all {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.head-top {
	background-image:url(../img/common/head-top.jpg);
	height: 10px;
}

.head-under {
	background-image:url(../img/common/head-under.jpg);
	height: 30px;
	text-align: center;
}

.middle {
	background-image:url(../img/common/middle.jpg);
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.main-column {
	text-align: center;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.font14px {
	font-size: 14px;

}

.top010px {
	margin-top: 10px;
}

.bottom005px {
	margin-bottom: 5px;
}

.bottom010px {
	margin-bottom: 10px;
}

.bottom015px {
	margin-bottom: 15px;
}

.red {
	color:#FF0000;
}
.footer {
	background-image:url(../img/common/footer.jpg);
	height: 40px;
}