@charset "utf-8";
/*--------------------------------------------------------認証ページ用cssファイル*/
/*--------------------------------------------------------index*/
#head {
	width: 830px;
	height: 410px;
	margin: 0 auto;
	background: none;
}
#head h1 {
	margin-right: 25px;
	padding: 5px 0;
	text-align: right;
}
#head h1 a {
	color: #999966;
}
#body {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#body #ninsho_link li {
	height: 60px;
	margin: 5px;
	float: left;
	font-size: 8px;
}
#body #enter_exit {
	text-align: left;
	background: #000000;
}
#body #enter_exit ul {
	width: 550px;
	height: 50px;
	margin-left: 140px;
	background: #000000 url(../img/ninsho.jpg) no-repeat center;
}
#body #enter_exit li {
	width: 250px;
	height: 50px;
	float: left;
}
#body #enter_exit li a {
	display: block;
	width: 250px;
	height: 50px;
}
#body #enter_exit li a span {
	display: none;
}
#body #enter {
	background: url(../img/enter_of.jpg) no-repeat;
}
#body #enter a:hover {
	background: url(../img/enter_on.jpg) no-repeat;
}
#body #exit {
	margin-left: 50px;
	background: url(../img/exit_of.jpg) no-repeat;
}
#body #exit a:hover {
	background: url(../img/exit_on.jpg) no-repeat;
}
#body #fueiho h3,
#body #other_shop h4,
#body #ninsho_link h5,
#body #mobile_site h4 {
	color: #cc9933;
	padding: 10px;
}
#body #fueiho img {
	margin: 20px auto;
}
#body #fueiho p {
	padding: 10px;
	line-height: 20px;
	color: #999966;
}
#body #other_shop ul {
	text-align: center;
}
#body #other_shop li {
	display: inline;
	position: relative;
	font-size: 10px;
	color: #555555;
}
#body #other_shop li img {
	margin-top: 10px;
}
#body #other_shop li span {
	display: block;
	position: absolute;
	top: -125px;
	left: 0;
}
#ninsho_link ul {
	width: 650px;
	margin: 0 auto;
}