/* --------------------------------------------------------------------------------------------
 　メインボタン@基本設定
-------------------------------------------------------------------------------------------- */

#button1 {
	display: block;
	width: 133px;;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button1-1.jpg);	/* 背景色・背景画像の設定 */
}

#button1:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button1:hover {
	background-image: url(../image/button1-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button1:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンA基本設定
-------------------------------------------------------------------------------------------- */

#button2 {
	display: block;
	width: 133px;;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button2-1.jpg);	/* 背景色・背景画像の設定 */
}

#button2:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button2:hover {
	background-image: url(../image/button2-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button2:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンB基本設定
-------------------------------------------------------------------------------------------- */

#button3 {
	display: block;
	width: 133px;;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button3-1.jpg);	/* 背景色・背景画像の設定 */
}

#button3:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button3:hover {
	background-image: url(../image/button3-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button3:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンC基本設定
-------------------------------------------------------------------------------------------- */

#button4 {
	display: block;
	width: 133px;;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button4-1.jpg);	/* 背景色・背景画像の設定 */
}

#button4:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button4:hover {
	background-image: url(../image/button4-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button4:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンD基本設定
-------------------------------------------------------------------------------------------- */

#button5 {
	display: block;
	width: 134px;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button5-1.jpg);	/* 背景色・背景画像の設定 */
}

#button5:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button5:hover {
	background-image: url(../image/button5-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button5:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}



/* --------------------------------------------------------------------------------------------
 　メインボタンE基本設定
-------------------------------------------------------------------------------------------- */

#button6 {
	display: block;
	width: 134px;
	height: 30px;				/* 背景色・背景画像適応領域の設定 */
	background-image: url(../image/button6-1.jpg);	/* 背景色・背景画像の設定 */
}

#button5:visited {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #999999;				/* 文字色の設定 */
}

#button6:hover {
	background-image: url(../image/button6-2.jpg);	/* 背景色・背景画像の設定 */
	color: #FFFFFF;				/* 文字色の設定 */
	position: relative; top: 0px; left: 0px;
}

#button6:active {
	background-color: #000000;			/* 背景色・背景画像の設定 */
	color: #333333;				/* 文字色の設定 */
}