@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(../images/body_bg.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content { font-size: 12pt; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 14pt; width: 764px; margin-left: 220px; padding-top: 40px; border-top: 10px solid #f6c; }
#logo {
	position: absolute;
	left: 19px;
	top: 50px;
	width: 139px;
}
#globalNav { background: url(../images/leftside_bg.gif) no-repeat center bottom; position: absolute; left: 0; top: 113px; width: 250px; height: 300px; padding-bottom: 327px; border-top: 1px solid #fff; }
#globalNav li {
	border-bottom: 1px solid #fff;
}
#viewCart { width: 200px; float: right; }

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 764px;
	margin-left: 220px;
	padding: 40px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#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;
}
