@charset "utf-8";

/*------------------------------------------------------------

2008.08.21 ver 0.0: waterfall_menuをリリース
2008.12.15 ver 0.1: #globalNavにposition:relative;を追記(FF2.0対策)

------------------------------------------------------------*/
/*--------------------

	dropdown

--------------------*/
#globalNav{
	/*position:relative;*/
}
.dropdownBox{
	width:1000px;
	margin-bottom:0px;
}
.dropdown{
	width:1108px;
	padding:0px;
	margin:0px;
}
.dropdown dt{
	height:50px;
	width:1000px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	cursor:pointer;
	color:white;
}
.dropdownBox dl.firstMenu dt{
}
.dropdown dt:hover{
}
.dropdown dd{
	width:1028px;
	position:absolute;
	overflow:hidden;
	display:none;
	background:#FFF;
	z-index:200;
}
.dropdownBox dl.firstMenu dd{
	margin-left:0;
}
/*
.dropdown ul{
	width:1108px;
	border:4px solid #8DC3E5;
	list-style:none;
}
.dropdown li{
	text-align:center;
}
*/
.dropdown a,
.dropdown a:active,
.dropdown a:visited{
}
.dropdown a:hover{
}
.dropdown .underline{
	border-bottom:1px solid #b9d6dc;
}

/*--------------------

	accordion

--------------------*/
.accordionBox{
	margin-bottom:20px;
}
.accordion{
	width:208px;
}
.accordion dt{
	width:188px;
	border:2px solid #8DC3E5;
	border-top:none;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:#D9DEE0 url(/images/header.gif) repeat-x;
}
.accordionBox dl.firstMenu dt{
	border-top:2px solid #8DC3E5;
}
.accordion dt:hover{
	background:#C9D3D6 url(/images/header_over.gif) repeat-x;
}
.accordion dd{
	overflow:hidden;
	display:none;
	background:#FFF;
}
.accordion ul{
	width:170px;
	border:2px solid #8DC3E5;
	list-style:none;
	border-top:none;
}
.accordion a,
.accordion a:active,
.accordion a:visited{
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	background:#EFF6FF;
	width:194px;
}
.accordion a:hover{
	background-color:#C1DEFF;
	color:#000;
}
.accordion .underline{
	border-bottom:1px solid #b9d6dc;
}

/*--------------------

	float clear

--------------------*/
#contents,
.dropdownBox,
.accordionBox,
.clearFix{
	overflow:hidden;
}

#contents:after,
.dropdownBox:after,
.accordionBox:after,
.clearFix:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

/*\*/
* html #contents,
* html .dropdownBox,
* html .accordionBox,
* html .clearFix{
	height:1em;
	overflow:visible;
}
/**/

/* or */
.clear{
	clear:both;
}
