@charset "utf-8";/*==============================  #body  ==============================*/body {	text-align: center;	background-color: #333333;}/*==============================  #page  ==============================*/#page {	width: 800px;	margin-right: auto;	margin-left: auto;	text-align: left;	padding-top: 10px;	padding-bottom: 10px;}#page h1 {	display: none;}#page address {	text-align:center;	margin: 20px auto 20px auto;	font-size: 0.8em;	color: #999;}/*------------------------------  #middle  ------------------------------*/#middle {	padding-top: 30px;	padding-bottom: 30px;	background-image: url(../images/image_middle.jpg);	background-repeat: no-repeat;	background-position: left top;}#middle #shop {	width: 231px;	padding-left: 510px;}#middle #shop img {	padding-top: 5px;	padding-bottom: 5px;}#middle #shop li {	line-height: 1.5em;	font-size: 116%;	color: #fcd475;}#middle #shop li a {	color: #fcd475;}#middle #shop li a:hover {	text-decoration: underline;	color: #e0854c;}#middle #shop #shopLeft {	width: 160px;	float: left;}#middle #shop #shopRight {	width: 70px;	float: right;}