@charset "utf-8";

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

div#header {
	border-bottom: 0;
}

/*--------------------
	Border Switch
----------------------*/

div#content,
div#content div#main,
div#content div#utilities {
	border-top: none;
}

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

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

ul#globalNavi {
	margin: 0px 0 0px;
	padding: 0 0 0 0;
	width: 900px;
	height: 40px;
	background-image: url(../../subSkin/images/bg/bg_navi.gif);
	background-repeat: no-repeat;
}

ul#globalNavi li {
	margin: 0 0 0 0px;
	padding: 0;
	float: left;
	width: 120px;
	line-height: 1;
	list-style-type: none;
	font-size: 12px;
	height: 40px;
	border-right: solid #DCDCDC 1px;
}

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

ul#globalNavi li a {
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_01.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.about a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_about.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}


ul#globalNavi li.ladies a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_ladies.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

ul#globalNavi li.charge a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_charge.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

ul#globalNavi li.regist a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_regist.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

ul#globalNavi li.company a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_company.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

ul#globalNavi li.blog a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_blog.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

ul#globalNavi li.member a{
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #333333;
	text-align: center;
	text-decoration: none;
	background-image: url(../../subSkin/images/bg/images/navi_btn_member.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

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

ul#globalNavi li a:hover {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_01-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.about a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_about-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.ladies a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_ladies-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.charge a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_charge-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.regist a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_regist-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.company a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_company-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.blog a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_blog-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

ul#globalNavi li.member a:hover  {
	color: #333333;
	background-image: url(../../subSkin/images/bg/images/navi_btn_member-over.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}

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

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

/*--------------------------------------
	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 */