﻿/* トップメニュー */
#topheader {
	width: 900px; 
	height: 38px; 
	margin: 10px auto; 
	position: relative; 
	z-index: 9998; 
}
#topheader #topmenu { 
	margin: 0; padding: 0;
}
#topheader #topmenu li { 
	display: inline;
}
#topheader #topmenu li a { 
	float: left; 
	width: 180px; 
	height: 0; 
	padding-top: 38px; 
	overflow: hidden; 
}
#topheader #topmenu li a,
#topheader  {
	background-image: url(http://slingweb.jp/sl-ime3/images/top_menu.jpg); 
	background-repeat: no-repeat; 
}

/* ボタン */
#topheader #topmenu li#sl-ime_top a { background-position: 0 0; }
#topheader #topmenu li#sl-ime_kinou a { background-position: -181px 0; }
#topheader #topmenu li#sl-ime_faq a { background-position: -361px 0; }
#topheader #topmenu li#sl-ime_contact a { background-position: -541px 0; }
#topheader #topmenu li#sl-ime_login a { background-position: -721px 0; }
#topheader #topmenu li#sl-ime_logout a { background-position: -901px 0; }

/* ホバー */
#topheader #topmenu li#sl-ime_top a:hover { background-position: 0 -38px; }
#topheader #topmenu li#sl-ime_kinou a:hover { background-position: -181px -38px; }
#topheader #topmenu li#sl-ime_faq a:hover { background-position: -361px -38px; }
#topheader #topmenu li#sl-ime_contact a:hover { background-position: -541px -38px; }
#topheader #topmenu li#sl-ime_login a:hover { background-position: -721px -38px; }
#topheader #topmenu li#sl-ime_logout a:hover { background-position: -901px -38px; }

/* 選択状態 */
#topheader #topmenu li#sl-ime_top a:active { background-position: 0 -76px; }
#topheader #topmenu li#sl-ime_kinou a:active { background-position: -181px -76px; }
#topheader #topmenu li#sl-ime_faq a:active { background-position: -361px -76px; }
#topheader #topmenu li#sl-ime_contact a:active { background-position: -541px -76px; }
#topheader #topmenu li#sl-ime_login a:active { background-position: -721px -76px; }
#topheader #topmenu li#sl-ime_logout a:active { background-position: -901px -76px; }

/* スタンス */
#topheader.top2 #topmenu li#sl-ime_top a:hover { background-position: 0 0; cursor: default; }
#topheader.kinou2 #topmenu li#sl-ime_kinou a { background-position: -181px -114px !important; }
#topheader.faq2 #topmenu li#sl-ime_faq a { background-position: -361px -114px !important; }
#topheader.contact2 #topmenu li#sl-ime_contact a { background-position: -541px -114px !important; }
#topheader.login2 #topmenu li#sl-ime_login a { background-position: -721px -114px !important; }
#topheader.logout2 #topmenu li#sl-ime_logout a { background-position: -901px -114px !important; }