@charset "utf-8";
.body {
	background-attachment: scroll;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #964D0D;
	margin-top: 0px;
}
.copyright {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottommenu  { font-size: 12px; font-family: Arial, Helvetica, sans-serif }
.table_top {
	background-attachment: scroll;
	background-image: url(../img/top_image.jpg);
	background-repeat: no-repeat;
	background-position: 245px 0px;
}
.shopinfo {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #CCC;
}
.span120 {
	font-size: 120%;
}
.span80 {
	font-size: 80%;
}
.text {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
}
.menu_text {
	font-size: 11px;
	line-height: 200%;
}


.h1 {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #2B982D;
}
.h2 {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #2B982D;
}
a:active { color: #f00; text-decoration: none }
a:link  {
	color: #2B982D;
	text-decoration: none
}
a:visited  {
	color: #999999;
	text-decoration: none
}

a:hover  { color: #f00; text-decoration: underline }

