﻿@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 {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.9em;
background:url(images/bg.png) repeat-x top left;
font-family:"Lucida Grande",Verdana,Arial,"ヒラギノ角ゴ Pro W3",'メイリオ',"Hiragino Kaku Gothic Pro","MS P ゴシック";
border:1px solid #000;
margin: 24px 0 -25px;
padding:0;
}

ul#globalNavi li {
display:block;
float:left;
width: auto;
margin: 0 0.5em 0 0.5em; /* 各項目周囲の余白 */
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	float:left;
	color:#CCE6CC;
	text-decoration:none;
	height:24px;
	padding: 0.5em 8px; /* Button Height */
	position: relative; /* IE6 Bug Fix */
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
color:#fff;
background:url(images/bgg.png) repeat-x top left;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
color:#fff;
font-weight:700;
}

/*--------------------------------------
	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 */