@charset 'UTF-8';

div#content {
  width: 292px;
}

div#home {
  position: absolute;
  left: 328px;
  top: 9px;
  width: 356px;
}

a#promotion {
  display: block;
  margin-bottom: 9px;
  border: 1px solid #3B1D03;
  padding: 9px;
  height: 102px;
  background: #F4EDDF;
  color: #333333;
}

a#promotion:hover, a#promotion:hover img {
  border-color: #F24309;
}

a#promotion:hover strong{
  color: #F24309;
}

a#promotion img {
  float: left;
  border: 1px solid #3B1D03;
  margin-right: 9px;
}

a#promotion strong {
  display: block;
  margin-bottom: 9px;
  font-size: 150%;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  color: #CF3B07;
}

div#fashion {
  margin-bottom: 9px;
  border: 1px solid #3B1D03;
  padding: 9px;
  height: 186px;
  background: #F4EDDF url(/images/home/background.jpg);
}

div#fashion h2 {
  letter-spacing: 3px;
  text-align: center;
}

div#fashion h2 a {
  color: #FFFFFF;
}

div#fashion a.item {
  display: block;
  float: left;
  margin-right: 9px;
  border: 1px solid #3B1D03;
  width: 104px;
  font-size: 10px;
  background: #F4EDDF;
  color: #333333;
}

div#fashion a.item:hover, div#fashion a.item:hover img {
  border-color: #F24309;
}

div#fashion a.item:hover strong{
  color: #F24309;
}

div#fashion a.item.last {
  margin-right: 0;
}

div#fashion a.item img {
  margin: 1px 0 0 1px;
  border: 1px solid #3B1D03;
}

div#fashion a.item strong {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  color: #CF3B07;
}

div#fashion a.item span {
  display: block;
  margin-bottom: 6px;
  padding: 0 9px;
}

a#music {
  display: block;
  border: 1px solid #3B1D03;
  padding: 6px 9px 9px 9px;
  height: 101px;
  background: #F4EDDF;
  color: #333333;
}

a#music:hover, a#music:hover img {
  border-color: #F24309;
}

a#music:hover strong{
  color: #F24309;
}

a#music strong {
  display: block;
  margin: 0 0 9px 1px;
  font-size: 125%;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  color: #CF3B07;
}

a#music img {
  float: left;
  margin-right: 9px;
  border: 1px solid #3B1D03;
}