@charset "Shift_JIS";

/* 製品紹介コンテンツ部分
---------------------------------------------------- */
#Product
{
  clear: both;
  position: relative;
  top: 0px;
  margin-left: 25px;
  width: 650px;
  background: #ffffff;
  border: 0px;
}


/* 製品名リストの設定
---------------------------------------------------- */
#Product ul
{
  list-style: none;
  margin-left: 15px;
  margin-bottom: 80px;
	line-height: 250%
 }


/* 製品名の位置設定
---------------------------------------------------- */
.Menu
{
  float: left;
  width: 210px;
  background: #ffffff;
}


/* 特定商取引法に基づく表示の小見出し位置設定
---------------------------------------------------- */
#TokuteiKomidashi
{
  float: left;
  width: 150px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 特定商取引法に基づく表示の内容位置設定
---------------------------------------------------- */
#TokuteiText
{
  float: left;
  width: 450px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* ボーダーの設定
---------------------------------------------------- */
#Product hr
{
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}


/* 製品紹介BOX
---------------------------------------------------- */
#ProductBox
{
  clear: both;
  position: relative;
  width: 650px;
  background: #ffffff;
  margin-bottom: 10px;
}


/* 製品紹介BOXイメージのBOX設定
---------------------------------------------------- */
#ProductImgBox
{
  float: left;
  background: #ffffff;
  width: 250px;
  margin: 5px;
  text-align: center;
}


/* 製品紹介イメージの設定
---------------------------------------------------- */
#ProductBox img
{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}


/* 製品紹介BOXテキストのBOX設定
---------------------------------------------------- */
#ProductTextBox
{
  float: left;
  width: 370px;
  background: #ffffff;
  margin: 5px;
  line-height: 150%
}


/* 製品名BOX内のリストの設定
---------------------------------------------------- */
#ProductTextBox ul
{
  margin-left: 20px;
  margin-bottom: 0px;
  list-style-type: disc;
  line-height: 150%
 }


/* 製品へ戻るの位置設定
---------------------------------------------------- */
.ProductBack
{
  text-align: right;
}
