@charset "Shift_JIS";
/*トップページ用css*/

/*メインイメージの設定*/
#mainimage{
  width:760px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
	margin-top:14px;
}

/*製品情報の設定*/
#product_title{
  margin-top:14px;
  width:760px;
  height:29px;
  background:url(../images/top/product.jpg) no-repeat;
}

#product{
  clear:both;
  width:758px;
	background-color:#F3F3F3;
	border:1px #CCCCCC solid;
}
#product table{
  margin:18px;
  width:720px;
}
/*ハバジット特約欄の設定*/
#habasit{
width:760px;
margin-top:14px;
border:1px #CCCCCC solid;
text-align:center;
height:64px;
}
#habasit2{
width:730px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
margin-top:10px;
}
#habasit_left{
float:left;
}
#habasit_right{
float:right;
text-align:left;
}
/*商品名テキスト*/
#text96{
width:96%;
margin-left:auto;
margin-right:auto;
text-align:left;
}