@charset "utf-8";


/* ****************************************_**************************************** */


/* Background Image */

body {
  background: url(../../../images/departmentstore/background.jpg) top center no-repeat;
}


/* ****************************************_**************************************** */


/* global navigation // Department Store */

#menu_departmentstore {
  width: 104px;
  background-position: -666px -40px;
}

#menu_departmentstore:hover {
  background-position: -666px -40px;
}


/* ****************************************_**************************************** */


/* Contents Area */

#contents_area {
  width: 770px;
  margin-top: 40px;
  font-size: 0.85em;
}

#contents_area h2 {
  height: 40px;
  background: url(../../../images/departmentstore/h2_title.png) top left no-repeat;
}


/* ****************************************_**************************************** */


/* Department Store */

#departmentstore p {
  margin: 10px 0 10px 430px;
}


/* ****************************************_**************************************** */


/* Store */

#store1 {
  margin: 40px 0 150px 0;
}

#store2 {
  margin: 20px 0 40px 0;
}

#store1 h2 {
  height: 37px;
  background: url(../../../images/departmentstore/h2_title02.png) top left no-repeat;
}

#store2 h2 {
  height: 37px;
  background: url(../../../images/departmentstore/h2_title03.png) top left no-repeat;
}

#store1 dl, #store2 dl {
  margin: 10px 0 20px 410px;
}

#store1 dl dt, #store2 dl dt {
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  clear: both;
}

#store1 dl dd, #store2 dl dd {
  display: block;
  padding: 0 0 0 110px;
}


/* ****************************************_**************************************** */