/* --------------------------------------------------------------------------------------------
 　メインボタン@『ＨＯＭＥ』基本設定
-------------------------------------------------------------------------------------------- */

#button1 {
	display: block;
	width: 147px;
	height: 37px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button1-1.jpg);	/* 背景色・背景画像の設定 */
}

#button1:hover {
	background-image: url(../image/button1-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンA『ジャム』基本設定
-------------------------------------------------------------------------------------------- */

#button2 {
	display: block;
	width: 148px;
	height: 37px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button2-1.jpg);	/* 背景色・背景画像の設定 */
}


#button2:hover {
	background-image: url(../image/button2-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンB『大納言』基本設定
-------------------------------------------------------------------------------------------- */

#button3 {
	display: block;
	width: 148px;
	height: 37px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button3-1.jpg);	/* 背景色・背景画像の設定 */
}

#button3:hover {
	background-image: url(../image/button3-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンC『会社概要』基本設定
-------------------------------------------------------------------------------------------- */

#button4 {
	display: block;
	width: 148px;
	height: 37px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button4-1.jpg);	/* 背景色・背景画像の設定 */
}

#button4:hover {
	background-image: url(../image/button4-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンD『お問合わせ』基本設定
-------------------------------------------------------------------------------------------- */

#button5 {
	display: block;
	width: 148px;
	height: 37px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button5-1.jpg);	/* 背景色・背景画像の設定 */
}

#button5:hover {
	background-image: url(../image/button5-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　商品の注文・問合わせボタン設定
-------------------------------------------------------------------------------------------- */

#button-buy {
	display: block;
	width: 250px;
	height: 50px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button-buy1.jpg);	/* 背景色・背景画像の設定 */
}

#button-buy:hover {
	background-image: url(../image/button-buy2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
}