@charset "utf-8";

/* 
---------------------------------------------*/
TD, TH { padding: 4px; }

a:link    { color:#cb3301;}	 /*基本リンク色*/
a:active  { color:#333399;}	 /*クリックしたときのリンク色*/
a:visited { color:#bb9487;}	 /*訪問済みのリンク色*/
a:hover   { color:#f00000;}	 /*マウスを乗せたときの文字色*/

* {
	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.5;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(../images/body_bg.gif) left top repeat-y;
}
img {
/*	border: none; */
	vertical-align: top;
}

/*
---------------------------------------------*/
#wrapper {
	min-width: 700px;
	max-width: 1205px; /* 1205  1206 1205 */
	width: expression(document.body.clientWidth < 701? "700px" : document.body.clientWidth > 1206? "1205px" : "100%");
	position: relative;
}
#content {
	width: auto;
	margin-left: 210px;
	padding-top: 40px;
	border-top: 10px solid #d5c29d;
}

#content h6 {
	margin-bottom: 12px;
	font-weight: normal; 
}


#content2 {
	margin-left: 12px;
	width: 520px;
}

#content2 li {
	margin-left: 28px;
	margin-bottom: 6px;
	/* line-height: 2; */
}

#content2 p {
	margin-left: 20px;
}

#content2 h2 {
	font-size: 120%;
	text-decoration: underline;
}

#content3 {
	margin-left: 12px;
}

#logo {
	position: absolute;
	left: 19px;
	top: 30px;
	width: 139px;
}

#logo img {
	border: none;
}

#globalNav {
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	padding-bottom: 335px;
	border-top: 1px solid #5F5F5F;
	background: url(../images/leftside_bg.jpg) left bottom no-repeat;
}
#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}

#globalNav img {
	border: none;
}

#viewCart {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 102px;
}

#pagetop {
	margin-left: 430px;
}

/*
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

h3 {
	font-size: 130%;
	margin: 0;
	padding-bottom: 6px;
}

/*
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: auto;
	margin-left: 210px;
	padding: 52px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0px;
	top: 65px;
}
#footerNav01 {
	position: absolute;
	right: 146px;
	top: 65px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 78px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 48px;
}

