@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna - Global Navigation Style Module";
 :created "2008-01-03";
 :release [:revision "1.01"; :created "2008-01-13"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://www.opensource.org/licenses/mit-license.php>;
 :description "グローバルメニューHTML用のスタイル定義";
 :note "このモジュールを有効にする前に、グローバルメニュー用のHTMLが追加されている必要があります。" .
*/

div#header {
}

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

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	position: absolute;
	height: 59px;
	left: 190px;
	top: 0px;
	margin: 0;
	padding: 0;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	line-height: 1;
	list-style-type: none;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	display: block;
	width: 80px;
	height: 59px;
	background: url(../../images/common/globalnavi_base.gif) no-repeat right top;
	margin-right : 10px;
	border: none;
	outline: none; /* クリック時の枠線を消す */
	text-decoration: none;
}

ul#globalNavi li a img{
	margin-top: 40px;
	border: none;
}


/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	background: url(../../images/common/globalnavi_base_on.gif) no-repeat left top;
	border: none;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #fff;
	background-color: #333;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	height: auto;
	overflow: hidden;
}
/* end */