@charset "SHIFT_JIS";

body{
	  background : url(background.gif) 2px center / auto auto repeat-y scroll padding-box border-box transparent;
}
a:active{
	color:#0066CC; text-decoration:none ;
}
a:hover{
	color:#FF0000; text-decoration:none  ;
}
td{
	  font-size: 75%; line-height: 150%;
}
.image_right{
	float: right;
	margin: 3px;
}
.image_left{
	float: left;
	margin: 3px;
}
.price{
	  font-size: 150%; font-weight: bolder; color: #FF0000; font-style: italic; text-align: center; line-height:150%; margin-right:5px;
}

/*---広報・店舗ページのサイドリンク設定---*/
#Smenu {
}
#Smenu ul{
	margin:0;
	padding:0;
	margin-left:10px;
	list-style-position: outside;
	list-style-type: none;
}
#Smenu li{}
#Smenu a{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#Smenu a:hover{
	color:#FFF;
	text-decoration:none;
}