/* common.css */
body {
	background: url(../img/bg_line.gif) repeat left top;
}

div#wrap {
	margin: 0 auto 0 auto;
	width: 808px;
}

div#box {
	width: 808px;
	background: url(../img/bg_top.png) repeat-y left top;
	height: auto;
}

div#header {
	height: 127px;
	width: 800px;
	background: url(../img/header.png) no-repeat center top;
	margin-left: 4px;
}

div#header h1 {
	text-indent: -9999px;
}

div#header ul {
	text-indent: -9999px;
}

div#contents-box {
	height: auto;
	width: 800px;
	overflow: hidden;
	background: url(../img/left_bg_line.gif) repeat left top;
	margin-left: 4px;
}

/* 右側 */
div#right-contents {
	height: auto;
	width: 200px;
	margin-top: -1px;
	overflow: hidden;
	float: left;
}

div#right-contents ul#navi {
}

div#right-contents ul#navi li {
	width: 190px;
	height: 50px;
	margin: 5px 0 0 5px;
}

div#right-contents ul#navi a {
  text-indent: -9999px;
  display: block;
  width: 190px;
  height: 50px;
  background: url(../img/left_navi_btn.gif) no-repeat left top;
}

div#right-contents ul#navi li#top a { background-position: 0px 0px; }
div#right-contents ul#navi li#shop a { background-position: 0px -55px; }
div#right-contents ul#navi li#rate a { background-position: 0px -110px; }
div#right-contents ul#navi li#taigu a { background-position: 0px -165px; }
div#right-contents ul#navi li#mensetu a { background-position: 0px -220px; }
div#right-contents ul#navi li#rec a { background-position: 0px -275px; }
div#right-contents ul#navi li#app a { background-position: 0px -330px; }


div#right-contents ul#navi a:hover {
  background: url(../img/left_navi_btn.gif) no-repeat left top;
}

div#right-contents ul#navi li#top a:hover { background-position: -190px 0px; }
div#right-contents ul#navi li#shop a:hover { background-position: -190px -55px; }
div#right-contents ul#navi li#rate a:hover { background-position: -190px -110px; }
div#right-contents ul#navi li#taigu a:hover { background-position: -190px -165px; }
div#right-contents ul#navi li#mensetu a:hover { background-position: -190px -220px; }
div#right-contents ul#navi li#rec a:hover { background-position: -190px -275px; }
div#right-contents ul#navi li#app a:hover { background-position: -190px -330px; }

div#right-contents div.line {
	background: url(../img/line.png) repeat-x left top;
	height: 1px;
	width: 190px;
	margin: 5px 0 5px 5px;
	text-indent: -9999px;
	overflow: hidden;
}

div#right-contents div#yokohama {
	background: url(../img/yokohama.gif) no-repeat left top;
	height: 200px;
	width: 190px;
	margin-left: 5px;
	overflow: hidden;
}

div#right-contents div#yokohama a {
	height: 200px;
	width: 190px;
	display: block;
	text-indent: -9999px;
}

div#right-contents div#yokohama h3, div#right-contents div#yokohama p {
	display: none;
}

div#right-contents div#mobile {
	background: url(../img/mobile.gif) no-repeat left top;
	height: 240px;
	width: 190px;
	margin-left: 5px;
	overflow: hidden;
}

div#right-contents div#mobile div#qr {
	height: 99px;
	width: 99px;
	border: 1px solid #FCCE50;
	margin: 42px 0 0 84px;
}

div#right-contents div#mobile p {
	font-size: 10px;
	color: #000000;
	text-align: center;
	height: 10px;
	margin-top: 78px;
}

div#right-contents div#information , div#right-contents div#information2 {
	background: url(../img/shop_hp.gif) no-repeat left top;
	height: 159px;
	width: 190px;
	margin-left: 5px;
	overflow: hidden;
}

div#right-contents div#information div#banner , div#right-contents div#information2 div#banner  {
	margin: 42px 0 0 5px;
	background-color: #FE9900;
	height: 60px;
	width: 180px;
}

div#right-contents div#information p , div#right-contents div#information2 p  {
	font-size: 10px;
	color: #000000;
	text-align: center;
	height: 10px;
	margin-top: 39px;
}

div#right-contents div#recruit-man {
	background: url(../img/recruit_man.gif) no-repeat left top;
	height: 140px;
	width: 190px;
	margin: 0 0 5px 5px;
}

div#right-contents div#recruit-man ul {
	text-indent: -9999px;
}

div#footer {
	background: url(../img/bg_bottom.png) no-repeat left top;
	width: 808px;
}

div#footer ul, div#footer p{
	padding: 15px 0;
	text-align: center;
}

div#footer ul li{
	display: inline;
	margin: 0 10px;
}

/* 各ページ共通部品 */
div#main-contents {
	height: auto;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
}



div#main-contents div#up {
	height: 25px;
	width: 600px;
	margin: 10px 0 10px 0;
	text-align: right;
}

div#main-contents div#up img {
    margin-right: 5px;
}

