body {
	background-attachment: scroll;
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.index_border {
	background-image: url(images/border.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 15px;
	width: 450px;
}
.photo_area {
	width: 420px;
}

.text_area {
	width: 480px;
}
.small {
	font-size: 12px;
}
.btn {
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #8ED4FF;
	text-decoration: none;
}
a:visited {
	color: #1E51B4;
	text-decoration: none;
}
