@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: #000000; 
	border-top: 20px solid #333333;
}


img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#wrapper {
	min-width: 793px;
	max-width: 1205px;
	width: expression(document.body.clientWidth < 794? "793px" : document.body.clientWidth > 1206? "1205px" : "100%");
	position: relative;
}
#content {
	width: auto;
	margin-left: 220px;
	padding-top: 30px;
	
}

#logo {
	position: absolute;
	left:5px;
	top: 50px;
	width: 139px;
}
#globalNav {
	position: absolute;
	left:20px;
	top: 101px;
	width: 140px;
	padding-bottom: 200px;
	background: url() left bottom no-repeat;
	border-top-color: #333333;
	border:solid 1px #555555;
	padding: 7px 5px 5px 7px;
	background-color: #333333;
}

#globalNav li {
    border-bottom: 1px solid #222222;
	padding: 5px 0　5px;
}


#globalNav li a:hover
	{background-color: #00cccc}
	
	
#globalNav ul li a {
     line-height: 10px; 
	 	 
	 }
	

#viewCart {
	position: absolute;
	right:150px;
	top:55px;
	width: 102px;
}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: auto;
	margin-left:300px;
	padding: 40px 0 30px 0;
	left: 0;
	top: 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#footerNav01 {
	position: absolute;
	right:50px;
	top: 43px;
	width: 70px;
	left: 258px;
}
#footerNav02 {
	position: absolute;
	right: 500px;
	top: 45px;
	width: 30px;
}
#footerNav03 {
	position: absolute;
	right:300px;
	top: 44px;
	width: 70px;
	left: 363px;
}

