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

a:link  {color: #47210D;text-decoration:none;}
a:visited {color: #47210D;text-decoration:none;}
a:hover  {color: #47210D;text-decoration:none;}
a:active {color: #47210D;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-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.container{
	margin: 0 auto;
	width: 900px;
}
#header{
	height: 170px;
}
#header #headerLeft h1{
	background-image: url(../images/h1_bg.png);
	width: 360px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
}
#header #headerLeft h1 a{
	display: block;
	width: 360px;
	height: 150px;
}
#header #headerRight{
	width: 500px;
	float: right;
}
#header #headerRight p#slogan{
	background-image: url(../images/slogan_bg.png);
	width: 500px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
#header #headerRight ul{
	padding-top: 120px;
	height: 20px;
	float: right;
}
#header #headerRight ul li{
	padding-left: 20px;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#header #headerRight ul li a{
	display: block;
	height: 20px;
}
#header ul li#btShopping{
	width: 210px;
	background-image: url(../images/btShopping.png);
}
#header ul li#btContact{
	width: 100px;
	background-image: url(../images/btContact.png);
}
#header ul li#btSitemap{
	width: 100px;
	background-image: url(../images/btSitemap.png);
}
#header ul li#btCorporate{
	width: 80px;
	background-image: url(../images/btCorporate.png);
}
#header ul li#btBlog{
	width: 70px;
	background-image: url(../images/btBlog.png);
}



#footer{
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/footer_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #000000;
	height: 130px;
}
#footer #footerLeft{
	padding-top: 5px;
	padding-left: 80px;
	width: 100px;
	float: left;
}
#footer #footerLeft img{
	border: 0px;
}

#footer #footerRight{
	width: 600px;
	float: right;
}

#footer #footerRight ul{
	margin-top: 15px;
	list-style: none;
}
#footer #footerRight ul li{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	color: #777777;
}
#footer #footerRight ul li a{
	color: #EEEEEE;
}
#footer #footerRight p#copyright{
	margin-top: 15px;
	background-image: url(../images/copyright_bg.png);
	width: 450px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
