/*メニュー関係CSS*/

#menu	{
	position: relative;
	width: 100%;
	height:44px;
	margin-top:4px;
	margin-bottom:1px;
	padding:0px;
/*	border-top:solid #ffcc00 4px;	*/
	border-top:solid #168fd1 4px;
}

#menu ul{list-style-type: none;}

#menu li{
	float:left;
	line-height:44px;
	height:44px;
}
#menu ul li a	{
	background-color:transparent;
}
#menu1 a,
#menu2 a,
#menu3 a,
#menu4 a,
#menu5 a,
#menu6 a,{
	height:99px;
	display:block;
}
#menu1 a:hover,
#menu2 a:hover,
#menu3 a:hover,
#menu4 a:hover,
#menu5 a:hover,
#menu6 a:hover,{
	background-color:transparent;
}


/* ----------メインメニュー---------------------------------------------------------------------- */
    
/*########################################## button1 */
#menu1 a	{
	display:block;
	width:133px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:0px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu1 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:0px -44px;	/* ★背景画像の位置ホバー時★ */
}

/*########################################## button2 */
#menu2 a	{
	display:block;
	width:133px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-133px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu2 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-133px -44px;	/* ★背景画像の位置ホバー時★ */
}

/*########################################## button3 */
#menu3 a	{
	display:block;
	width:133px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-266px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu3 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-266px -44px;	/* ★背景画像の位置ホバー時★ */
}

/*########################################## button4 */
#menu4 a	{
	display:block;
	width:133px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-399px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu4 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-399px -44px;	/* ★背景画像の位置ホバー時★ */
}

/*########################################## button5 */
#menu5 a	{
	display:block;
	width:134px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-532px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu5 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-532px -44px;	/* ★背景画像の位置ホバー時★ */
}

/*########################################## button6 */
#menu6 a	{
	display:block;
	width:134px;
	height:44px;
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-666px 0px;	/* ★背景画像の位置★ */
    background-repeat:no-repeat;	/* 背景画像繰り返し表示しない */
    text-indent:-1000em;	/* リストの文字を枠外にずらす */
    text-decoration:none;	/* リストの下線を表示しない */
}
#menu6 a:hover	{
    background-image:url(./images/menubk.gif);	/* リンク範囲の背景画像設定 */
    background-position:-665px -44px;	/* ★背景画像の位置ホバー時★ */
}
/*==============================================*/

