@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;
}
a:{ text-decoration: none
; }
a:link { color: #333333; text-decoration: none
; }
a:visited { color: #999999; text-decoration: none
; }
a:hover { color:#FB6A6A; text-decoration: underline
; }
a:active { color: #ff0000; text-decoration: underline
; }
a img { border: none
; }
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: auto;
	margin-left: 220px;
	padding-top: 40px;
	background: #FFFFFF url(../images/gif/t_bg.gif) left top repeat-x;
}

#content2 {
	clear: both;
	width: auto;
	margin-left: 220px;
	padding-top: 50px;
}

#content .section {
	width: auto;
	margin-left: 50px;
	padding: 30px 300px 0px 0px;
}
#logo {
	position: absolute;
	left: 19px;
	top: 50px;
	width: 139px;
}
#globalNav {
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	padding-bottom: 327px;
	border-top: 1px solid #5F5F5F;
	background: url(../images/leftside_bg.jpg) left bottom no-repeat;
}
#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}
#viewCart {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 102px;
}

/* 大見出し
---------------------------------------------*/
h1 {
        position: relative;
	margin-bottom: 20px;
	font-size: 100%; /* フォントサイズをbody要素から継承された計算値の150%分に指定 */
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: absolute;
	left: 220px;
	top: 40px;

}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: auto;
	margin-left: 220px;
	padding: 40px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 70px;
}
#footerNav01 {
	position: absolute;
	right: 146px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 78px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 48px;
}




#footerNav04 {
	position: absolute;
	right: 436px;
	top: 45px;
	width: 101px;
}
#footerNav05 {
	position: absolute;
	right: 339px;
	top: 45px;
	width: 101px;
}
#footerNav06 {
	position: absolute;
	right: 245px;
	top: 45px;
	width: 89px;
}
#footerNav07 {
	position: absolute;
	right: 538px;
	top: 45px;
	width: 87px;
}
