@charset "UTF-8";

/* body
---------------------------------------------------- */
html,body {
  margin:0;
  width: 100%;
  height:100%;
  color: #333;
  background-color:  #6B3523;
  font-family: sans-serif;
}
#wrapper {
  width: 100%;
  padding: 0;
  position:relative;
  z-index:1;
}

/* flash
---------------------------------------------------- */
#flash{
  top: 0;
  width:100%;
  height:600px;
}
/* siteFooter
---------------------------------------------------- */
#siteFooter {
  left: 0;
  top: 600px;
  width: 100%; 
  height: 260px;
  color:#FFFFFF; 
  background:url(../images/back/footer_bg.jpg) repeat-x;
  position: absolute;
  z-index:2;
}
#siteFooter_col {
  margin: 0 auto;
  padding:0;
  width: 900px; 
  height: 260px;
  color:#FFFFFF; 
  background:url(../images/back/footer_col.jpg) no-repeat #6B3523;
  position: relative;
}
/* otoiawase
---------------------------------------------------- */
#otoiawase{
  position: absolute;
  width: 180px;
  height: 120px;
  padding: 0;
  top: 95px;
  right:10px;
  text-indent:-9999px;
  background:url(../images/back/otoiawase.jpg) no-repeat;
}
#otoiawase a{
  display:block;
  width: 180px;
  height: 120px;
  text-decoration: none;
}
#otoiawase a:hover{
  background:url(../images/back/otoiawase.jpg) -185px 0;

}
#address {
  position:absolute;
  top:115px;
  left:220px;
  font-size:11px;
}
ul#footer_nav {
  margin-top: 225px;
  padding: 0;
  position:relative;
  width: 300px;
  height: 30px;
  list-style:none;
  float:right;
}
ul#footer_nav li{
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent:-9999px;
  height: 30px;
}
ul#footer_nav li#siteMap { 
  left: 0; width: 76px; background: url(../images/back/footerUl_bg.jpg) 0 0 no-repeat;
}
ul#footer_nav li#pPolicy { 
  left: 80px; width:122px;background: url(../images/back/footerUl_bg.jpg) -80px 0 no-repeat;
}
ul#footer_nav li#contact { 
  left: 206px; width:94px;background: url(../images/back/footerUl_bg.jpg) -206px 0 no-repeat;
}
#siteFooter li a{
  margin: 0;
  padding: 0;
  display:block;
  height:30px;
  margin:0;
  padding:0;
  text-decoration:none;
}
#siteFooter_col  li#siteMap a:hover{
  background: url(../images/back/footerUl_bg.jpg) 0 -40px no-repeat;
}
#siteFooter_col  li#pPolicy a:hover{
  background: url(../images/back/footerUl_bg.jpg) -80px -40px no-repeat;
}
#siteFooter_col  li#contact a:hover{
  background: url(../images/back/footerUl_bg.jpg) -206px -40px no-repeat;
}
#siteFooter_col p{
  top:230px;
  left:220px;
  font-size:10px;
  font-style:normal;
  position: absolute;
}

#addressname {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
}


#addressmain {
		font-size: 11px;
		font-weight: normal;
}



#copyright {
		padding: 240px 0px 0px 222px;
		margin: 0px;
		height: auto;
		width: auto;
		font-size: 10px;
		font-weight: normal;
}
