@charset "utf-8"; 
/*==================================================================================================
DRAGON SYSTEM .NET / BLOG 2009 @ グローバルメニュー
+copyright + credits+

auther: KANEKO RYU


==================================================================================================*/

#gMenu_HOME{
	background:url("img/gMenu/menu/home.png") top left no-repeat;
	_background:url("img/gMenu/menu/home.gif") top left no-repeat;
	}
	#gMenu_HOME:hover{
	background-position:-200px 0px;
	}
	
		#gMenu_HOMEnow{
		background-position:-400px 0px;
		background:url("img/gMenu/menu/home.png") -400px 0px no-repeat;
		_background:url("img/gMenu/menu/home.gif") -400px 0px no-repeat;
		}
	
#gMenu_ABOUT{
	background:url("img/gMenu/menu/about.png") top left no-repeat;
	_background:url("img/gMenu/menu/about.gif") top left no-repeat;
	}
	#gMenu_ABOUT:hover{
	background-position:-200px 0px;
	}
		#gMenu_ABOUTnow{
		background:url("img/gMenu/menu/about.png") -400px 0px no-repeat;
		_background:url("img/gMenu/menu/about.gif") -400px 0px no-repeat;
		}

#gMenu_ARCHIVES{
	background:url("img/gMenu/menu/archives.png") top left no-repeat;
	_background:url("img/gMenu/menu/archives.gif") top left no-repeat;
	}
	#gMenu_ARCHIVES:hover{
	background-position:-200px 0px;
	}
	
#gMenu_CONTACT{
	background:url("img/gMenu/menu/contact.png") top left no-repeat;
	_background:url("img/gMenu/menu/contact.gif") top left no-repeat;
	}
	#gMenu_CONTACT:hover{
	background-position:-200px 0px;
	}
		#gMenu_CONTACTnow{
		background:url("img/gMenu/menu/contact.png") -400px 0px no-repeat;
		_background:url("img/gMenu/menu/contact.gif") -400px 0px no-repeat;
		}

#gMenu_SHOP{
	background:url("img/gMenu/menu/shop.png") top left no-repeat;
	_background:url("img/gMenu/menu/shop.gif") top left no-repeat;
	}
	#gMenu_SHOP:hover{
	background-position:-200px 0px;
	}
	
#gMenu_PORTFOLIO{
	background:url("img/gMenu/menu/portfolio.png") top left no-repeat;
	_background:url("img/gMenu/menu/portfolio.gif") top left no-repeat;
	}
	#gMenu_PORTFOLIO:hover{
	background-position:-200px 0px;
	}
		#gMenu_PORTFOLIOnow{
		background:url("img/gMenu/menu/portfolio.png") -400px 0px no-repeat;
		_background:url("img/gMenu/menu/portfolio.gif") -400px 0px no-repeat;
		}

#gMenu_TYPEFACE{
	background:url("img/gMenu/menu/typeface.png") top left no-repeat;
	_background:url("img/gMenu/menu/typeface.gif") top left no-repeat;
	}
	#gMenu_TYPEFACE:hover{
	background-position:-200px 0px;
	}
	
#gMenu_BLOG{
	background:url("img/gMenu/menu/blog.png") top left no-repeat;
	_background:url("img/gMenu/menu/blog.gif") top left no-repeat;
	}
	#gMenu_BLOG:hover{
	background-position:-200px 0px;
	}
		#gMenu_BLOGnow{
		background:url("img/gMenu/menu/blog.png") -400px 0px no-repeat;
		_background:url("img/gMenu/menu/blog.gif") -400px 0px no-repeat;
		}

#gMenu_SOON{
	background:url("img/gMenu/menu/soon.png") top left no-repeat;
	_background:url("img/gMenu/menu/soon.gif") top left no-repeat;
	}

/*==================================================================================================*/

.gA{/*グローバルメニューの共通クラス*/
	display:block; overflow:hidden;
	width:200px;
	height:19px;
	text-indent:-9999px;
	}

.gA:hover{
	background-position:0px -200px;
	}


li.gMenuLI{/*グローバルメニューのリスト(li)設定*/
	display:block;
	padding:0 0 1px 0;
	}

#gMenuUL{/*グローバルメニューUL設定*/
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	}

#gMenuHeader{/*ヘッダ部分*/
	display:block; overflow:hidden;
	width:200px; height:15px;
	text-indent:-9999px;
	background:url("img/gMenu/gMenu_Header.gif") top left no-repeat;
	padding:0 0 1px 0;
	}
	
#gMenuFooter{/*フッタ部分*/
	display:block; overflow:hidden;
	width:200px; height:16px;
	text-indent:-9999px;
	background:url("img/gMenu/gMenu_Footer.gif") top left no-repeat;
	}

#gMenuBody{/*ボディ背景*/
	display:block; width:200px; margin:0;
	background:url("img/gMenu/gMenu_Base.gif") top left no-repeat #73737e;
	}