@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.furigana {
	font-size: 11px;
	margin-top: 20px;
}
.title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 180px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #59C245;
}
.tel {
	font-size: 20px;
	margin-top: 5px;
}
.address {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 5px;
}
.open_time {
	font-size: 12px;
}
.info {
	font-size: 11px;
	margin-top: 20px;
	width: 400px;
}
.copyright {
	font-size: 10px;
	margin-top: 50px;
}
h1 {
	font-size: 16px;
}
h2 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	text-indent: -10000px;
	margin-right: 6px;
}