body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-position: center bottom;
}
.hobonichi {
	font-size: 16px;
	line-height: 22px;
	color: #FF0000;
	font-weight: bold;
}
.gray {
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.small {
	font-size: 13px;
	line-height: 24px;
	color: #2C6EA3;
	letter-spacing: 1px;
}
.small-gray {
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}
.small-black {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.date {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.middle {
	font-size: 18px;
	font-weight: bold;
}


a:link {
	color: #009646;
	text-decoration: none;
}
a:visited {
	color: #885C29;
	text-decoration: none;
}
a:hover {
	color: #00D200;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
