@charset "utf-8";
/* CSS Document */

body {
	background-color: #F0F0F0;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
}
.wrapper {
	text-align: center;

}
.head {
	margin-top: 5px;
}
area {
	font-weight: bold;
	text-align: left;
	font-size: 14px;

}
#globalNav {
	width:360px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.head_p{
	font-size: 10px;
	margin: 0px;
	float: left;
}
.heda_right{
	font-size: 10px;
	margin: 0px;
	float: right;
}
.box_left {
	text-align:left;
	float: left;
	width: 490px;
	margin-left: 3px;
}
.box_right {
	float: right;
	margin-right: 3px;
}
.shopname,.copy {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shopname {
	font-weight: bold;
}
.content {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 690px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#globalNav li a {
	display: block;
	vertical-align: bottom;
	background-image: url(../img/index_nav.gif);
	background-repeat: no-repeat;
}
ul li a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
li#enter a {
	height:42px;
}
li#exit a {
	height:42px;
	background-position: -179px 0;
}

li#enter a:hover {
	background-position: 0 -41px;
}
li#exit a:hover {
	background-position: -179px -41px;
}

#globalNav li {
	float:left;
	width: 180px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clear {
	clear:both;
}
.clear hr { display:none; } 

a {
	text-decoration: none;
}
.mob {
	width: 200px;
}
#system {
	float: left;
	width: 400px;
	padding-left: 20px;
}
#mobile {
	float: right;
	padding-right: 20px;
}

