html{
  background-image: url("images/bg.png");
  height: 100%;
}

body{
  height: 100%;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
}
body > #contents{
    height: auto;
}
#wrapper{
  min-height: 100%;
  width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #fff;
}

#header{
  margin-bottom: 15px;
}

#menu{
  margin-bottom: 15px;
}

#main{
  overflow: hidden;
  margin-bottom: 15px;
}

#contents{
  float: left;
  width: 400px;
}

#sidebar{
  float: right;
  width: 180px;
}

#footer{
  font-size: 12px;
  color: silver;
  text-align: center;
  border-top: 1px solid silver;
  padding: 10px 0 ;
}
#menu ul>li{
  display: inline-block;
  width: 100px;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  background: silver;
  margin-right: 10px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff;
}

#menu ul>li:hover{
  background: #ddd;
}

#menu ul>li>a{
  text-decoration: none;
  display: block;
}

h2, h3{
  font-weight: bold;
}

h2{
  font-size: 16px;
  border-left: 5px solid silver;
  padding: 3px 0 3px 10px;
  margin-bottom: 10px;
}

h3{
  border-bottom: 1px solid silver;
  padding: 3px 0;
  margin-bottom: 10px;
}

ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.products{
  margin-bottom: 15px;
}

ul.products>li{
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted silver;
}

ul.products>li:last-child{
  border: none;
}

ul.products>li>img {
  float: left;
  width: 60px;
}

ul.products>li>p {
  margin-left: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

ul.products>li>h4{
  margin: 0px;
  margin-left: 70px;
}

