/* CSS file data
-----------------------------------------------
Site : Shinhope
Media type : all
Ver :  2008.04
to : グローバルメニューの画像をオンマウスで切り替えるCSS
----------------------------------------------- */

/*-- globalmenu ----------- */

ul#globalmenu {margin: 0; padding: 0;}
ul#globalmenu li {margin: 0; padding: 0; float:left;}
	
li#globalmenu1 a,
div#logo a	{
	display: block;
	width: 160px;
	height: 40px;
	background: url("../images/globalmenu/globalmenu1a.png") no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
	
li#globalmenu1 a:hover,
div#logo a:hover	{
	text-indent: -9999px;
	background: url("../images/globalmenu/globalmenu1b.png") no-repeat;
	}
	
li#globalmenu2 a,
div#logo a	{
	display: block;
	width: 160px;
	height: 40px;
	background: url("../images/globalmenu/globalmenu2a.png") no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
	
li#globalmenu2 a:hover,
div#logo a:hover	{
	text-indent: -9999px;
	background: url("../images/globalmenu/globalmenu2b.png") no-repeat;
	}
	
li#globalmenu3 a,
div#logo a	{
	display: block;
	width: 160px;
	height: 40px;
	background: url("../images/globalmenu/globalmenu3a.png") no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
	
li#globalmenu3 a:hover,
div#logo a:hover	{
	text-indent: -9999px;
	background: url("../images/globalmenu/globalmenu3b.png") no-repeat;
	}
	
li#globalmenu4 a,
div#logo a	{
	display: block;
	width: 160px;
	height: 40px;
	background: url("../images/globalmenu/globalmenu4a.png") no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
	
li#globalmenu4 a:hover,
div#logo a:hover	{
	text-indent: -9999px;
	background: url("../images/globalmenu/globalmenu4b.png") no-repeat;
	}
li#globalmenu5 a,
div#logo a	{
	display: block;
	width: 160px;
	height: 40px;
	background: url("../images/globalmenu/globalmenu5a.png") no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	}
	
li#globalmenu5 a:hover,
div#logo a:hover	{
	text-indent: -9999px;
	background: url("../images/globalmenu/globalmenu5b.png") no-repeat;
	}