@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(../../image/gray.gif) left top repeat-y;

}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: 640px;
	margin-left: 220px;
	padding-top: 30px;
	border-top: 10px solid #DABF9A;
}
#logo {
	position: absolute;
	left: 19px;
	top: 0px;
	width: 139px;
}

#wrapper {
	width: 175px;
	background: #FFFFFF;
	padding-top: 26px;
}

#globalNav {
	position: absolute;
	left: 19px;
	top: 150px;
	width: 175px;
	list-style-type: none;
	padding-bottom: 400px;
	border-top: 1px solid #5F5F5F;
	background: url(../left/leftmeat.gif) left bottom no-repeat;
}
#globalNav li {
	float: left;
	width: 175px;
	border-bottom: 1px solid #5F5F5F;
	
}
#globalNav li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 26px;
	padding-top: 26px;
	background-image: url(../../image/leftbutton.gif);
	color: #ffffff;
}

/*  背景画像の位置
---------------------------------------------*/

	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: 0 -26px; }
	#nav03 a { background-position: 0 -52px; }
	#nav04 a { background-position: 0 -78px; }

	#nav01 a.stay { background-position: -350px 0;}
	#nav02 a.stay { background-position: -350px -26px; }
	#nav03 a.stay { background-position: -350px -52px; }
	#nav04 a.stay { background-position: -350px -78px; }

	#nav01 a:hover { background-position: -175px 0; }
	#nav02 a:hover { background-position: -175px -26px; }
	#nav03 a:hover { background-position: -175px -52px; }
	#nav04 a:hover { background-position: -175px -78px; }

#viewCart {
	position: absolute;
	left: 883px;
	top: 50px;
	width: 102px;
}

#store {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 660px;
}

#store h1{

	background-color: #2a2a2a;
	border:3px;
	color: white;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;

}

#store p{

	font-size: 11px;
	line-height: 150%;
	font-weight: 400px;
	padding-right: 15px;

}


#store p h2{

	font-weigt:500;
	font-size: 12px;

}

#store p a{

	font-weigt:500;
	font-size: 12px;

}

#store p img{

	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: solid 1px #ff0000;

}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 10px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 640px;
	margin-left: 220px;
	padding: 20px 0px 30px 20px;
}
#footer p {
	position: absolute;
	left: 0;
	top: 25px;
	bottom: 25px;
	padding: 0px 0px 20px 20px;
}
#footerNav01 {
	position: absolute;
	right: 126px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 58px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 48px;
}

