.text_base {
	background-image: url(images/text_base.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 750px;
}
.border {
	background-image: url(images/border.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 750px;
	height: 40px;
}
body {
	background-image: url(images/base.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	background-attachment: fixed;
	letter-spacing: 1px;
}
.index_top {
	background-image: url(images/index_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 130px;
	padding-top: 25px;
}
.btn {
}
.small {
	font-size: 12px;
	line-height: 24px;
}
.date_back {
	font-size: 10px;
	line-height: 16px;
	color: #666;
	background-image: url(images/date_back.gif);
	background-position: center center;
	width: 120px;
	background-repeat: no-repeat;
}
a:hover {
	color: #FC9;
	text-decoration: none;
}

a:link {
	color: #57B01D;
	text-decoration: none;
}
a:visited {
	color: #060;
	text-decoration: none;
}
