/*---------- margin auto ----------*/
/*body
    {
     margin:0px;          /* ページ全体のmargin */
/*     padding:0px;         /* ページ全体のpadding */
/*     text-align:center;   /* 下記のautoに未対応用のセンタリング */
/*    }
/*#margin-auto
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
/*     margin-right:auto;   /* 右側マージンを自動的に空ける */
/*     text-align:left;     /* 中身を左側表示に戻す */
/*     width:865px;         /* 幅を決定する */
/*    }


/* CSS Document */

ul#productsmn {
	position: relative;
	margin: 0;
	height: 22px;
	list-style: none;
	overflow: hidden;
}

ul#productsmn li a {
	height: 22px;
	position: absolute;
	overflow: hidden;
	padding: 22px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 136px;
}
html>body ul#productsmn li a{
	height: 0;
}

li#mnt a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn01.gif) no-repeat 0 0;
	left: 408px;
	}
li#mnb a{ 
	background: transparent url(/products/images/cmn_img/p_navi/p_mn02.gif) no-repeat 0 0;
	left: 136px;
	}
li#mnk a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn03.gif) no-repeat 0 0;
	left: 0px;
	}
li#mnp a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn04.gif) no-repeat 0 0;
	left: 272px;
	}
	
li#mnti a{ 
	background: transparent url(/products/images/cmn_img/p_navi/p_mn05.gif) no-repeat 0 0;
	left: 544px;
	}	
	
	
li#mntf3 a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn01_f3.gif) no-repeat 0 0;
	left: 408px;
	}
li#mnbf3 a{ 
	background: transparent url(/products/images/cmn_img/p_navi/p_mn02_f3.gif) no-repeat 0 0;
	left: 136px;
	}
li#mnkf3 a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn03_f3.gif) no-repeat 0 0;
	left: 0px;
	}
li#mnpf3 a{
	background: transparent url(/products/images/cmn_img/p_navi/p_mn04_f3.gif) no-repeat 0 0;
	left: 272px;
	}
	
li#mntif3 a{ 
	background: transparent url(/products/images/cmn_img/p_navi/p_mn05_f3.gif) no-repeat 0 0;
	left: 544px;
	}
	
	
li#mnt a:hover, 
li#mnb a:hover, 
li#mnk a:hover, 
li#mnp a:hover, 
li#mnti a:hover{ 
	background-position: 0px -22px;
	}

