@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {


	font-size: 72%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(../img/global/leftside_bg.gif) left top repeat-y;
}
img {
	vertical-align: top;
}


.style1 {font-size: smaller}
.style4 {font-size: large}


A:hover{ text-decoration: underline overline;color:#0000FF ; background-color:#E1EDFF;} {font-weight:#000000;}
A:active {color:#333333;text-decoration: underline;}



/* 固定幅の2段組レイアウト
---------------------------------------------*/



#wrapper {
	min-width: 668px;
	max-width: 728px;
	width: expression(document.body.clientWidth < 794? "793px" : document.body.clientWidth > 1206? "1205px" : "100%");
	position: relative;
}
#content {
	width: auto;
	margin-left: 40px;
	padding-top: 20px;
	border-top: 0px solid #2f2e2e;
	padding-bottom: 20px;

}



#h-tag {
	margin-left: 50px;
	padding-top: 0px;
	padding-bottom: 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(../img/global/leftside_bg.gif) left bottom no-repeat;
}
#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}
#viewCart {
	position: absolute;
	left: 846px;
	top: 16px;
	width: 102px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 102px;
}
#globalNav02 {
	position: absolute;
	left: 150px;
	top: 16px;
	width: 102px;
}
#fglobalNav03 {
	left: 300px;
	top: 16px;
	width: 102px;
}


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

