@charset "Shift_JIS";

.title_text {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}
body {
	font-size: 14px;
	line-height: 24px;
	background-image: url(images/base.gif);
	background-repeat: repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}
.border {
	background-image: url(images/dot.gif);
	background-position: center center;
	width: 855px;
	background-repeat: repeat-x;
	height: 20px;
}
.date {
	font-size: 10px;
	line-height: 10px;
	color: #585858;
	background-image: url(images/date_back.gif);
	height: 21px;
	width: 142px;
}
.title {
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.honmon {
	padding-left: 15px;
}
.photo {
	padding-bottom: 15px;
}
.btn {
}
.subtitle_text {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 2px;
}
a:link {
	color: #D15300;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #A13F00;
	text-decoration: none;
}
