*html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

a:link  {color: #333333;text-decoration:none;}
a:visited {color: #333333;text-decoration:none;}
a:hover  {color: #333333;text-decoration:none;}
a:active {color: #333333;text-decoration:none;}

html,body,h1,h2,h3,h4,h5,h6,div,p,ul,li,dl,dt,dd,form,fieldset,table,tr,th,td{
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.8em;
}

body {
	background-image: url(../images/body_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#container {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
/*	background-color: #CCCCCC; */
}

#headerLeft {
	margin-left: 10px;
	float: left;
	width: 100px;
}
#headerLeft h1{
	background-image: url(../images/h1_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#headerLeft h1 a{
	display: block;
	width: 100px;
	height: 100px;
}
#headerRight {
	margin-right: 10px;
	float: right;
	width: 400px;
}
#headerRight ul{
	padding-top: 80px;
	float: right;
	list-style: none;
}
#headerRight ul li#btAboutShopping{
	margin-right: 20px;
	width: 120px;
	height: 20px;
	float: left;
	background-image: url(../images/btAboutShopping.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#headerRight ul li#btAboutShopping a{
	width: 120px;
	height: 20px;
	display:block;
}
#headerRight ul li#btPrivacy{
	margin-right: 20px;
	width: 100px;
	height: 20px;
	float: left;
	background-image: url(../images/btPrivacy.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#headerRight ul li#btPrivacy a{
	width: 100px;
	height: 20px;
	display:block;
}
#headerRight ul li#btContact{
	width: 70px;
	height: 20px;
	float: left;
	background-image: url(../images/btContact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#headerRight ul li#btContact a{
	width: 70px;
	height: 20px;
	display:block;
}
#headerRight p#btCart{
	margin-top: 10px;
	width: 135px;
	height: 30px;
	float: right;
	background-image: url(../images/btCart.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#headerRight p#btCart a{
	width: 135px;
	height: 30px;
	display:block;
}

#mainMenu {
	position: relative;
	top: 5px;
	z-index: 2;
}


#contents {
	position: relative;
	top: 0px;
	z-index: 1;
}




#contentsTop {
	background-image: url(../images/contentsTop_bg.png);
	background-repeat: no-repeat;
	height: 10px;
}
#contentsMiddleSpace {
	background-image: url(../images/contentsMiddle_bg.png);
	background-repeat: repeat-y;
	height: 20px;
}
#contentsMiddle {
	padding-bottom: 20px;
	background-image: url(../images/contentsMiddle_bg.png);
	background-repeat: repeat-y;
}
#contentsMiddle #contentsMain{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 870px;
}






#contentsBottom {
	background-image: url(../images/contentsBottom_bg.png);
	background-repeat: no-repeat;
	height: 10px;
}

#footer {
	margin-top: 20px;
}
#footer #footerLeft {
	padding-left: 20px;
	float: left;
	width: 100px;
}
#footer #footerLeft p{
	background-image: url(../images/h1_logo.png);
	text-indent: -9999px;
	overflow: hidden;
}
#footer #footerLeft p a{
	display: block;
	width: 100px;
	height: 100px;
}
#footer #footerRight {
	margin-top: 10px;
	margin-left: 50px;
	float: left;
}
#footer #footerRight ul{
}
#footer #footerRight ul li{
	display: inline;
	font-size: 12px;
	color: #777777;
	line-height: 1.8em;
}
#footer #footerRight ul li a{
	color: #785E54;
}
#footer #footerRight address{
	margin-top: 10px;
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -9999px;
}
#footer #footerBottom p{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 20px;
	text-indent: -9999px;
}

