/*@charset "Shift_JIS";
/* ページ全体
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #653818;
  background: #ffffff url;
}

/* ヘッダ・ナビゲーション
---------------------------------------------------- */
#header {
  height: 120px;
  color: #653818;
  background: url(img/topH.gif) no-repeat ;
}

/* メニュ
---------------------------------------------------- */

#menu {

  margin: 10px;
  height: 35px;
  background:  url() no-repeat 700px 100px fixed;
  background-color: black;
  width: 250px;
}

#menu a{
  height: 35px ;
  width: 100px ;
  margin: 0px ;
}
/* メニュ2
---------------------------------------------------- */

#navi1 {
  width: 200px;
}

#navi1 a{
  width: 200px ;
  margin: 0px ;
}



/* コンテンツ
---------------------------------------------------- */
#content {
  margin: 0px 0px 0px 0px;
  width: 750px;
}

#c1 {
  float: left;
  width: 550px;
}


#c2{
  float: right;
  width: 200px;
}

.ItemCategory
{
 background-image:"~/img/leftH.png";
 background-repeat: no-repeat;
 font-weight: bold;
 background-attachment: fixed;
}

.equality
{
    text-align: justify;
    text-justify: distribute-all-lines;
}
