@charset "utf-8";

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

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

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

*{
	margin:0;
	padding:0;
}



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

	dropdown

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

.dropdownBox{

}

.dropdown{
	float:left;
	width: 149px;
}

.dropdownBox dl.firstMenu{

}

.dropdown dt{
	border-left:none;
	font-weight:bold;
	cursor:pointer;
}

.dropdownBox dl.firstMenu dt{

}

.dropdown dt:hover{

}

.dropdown dd{
	position: absolute;
	overflow: hidden;
	display: none;
	background: #FFF;
	z-index: 200;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75); /* IE6/7 */
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

html:not(:target) .dropdown dd { 
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.dropdownBox dl.firstMenu dd{
	margin-left:0;
}

.dropdown ul{
	list-style:none;
	border-top:none;
}

.dropdown li{
}

.dropdown a,
.dropdown a:active,
.dropdown a:visited{
	display: block;
	/width: 225px;
	padding: 5px 5px 5px 0px;
	color: #758da6;
	text-decoration: none;
	background: #fff;
	padding-left: 19px;
	background: url(../img/arrow03.png) no-repeat 9px 0.8em;
}

.dropdown a:hover{
	color: #000;
	background: url(../img/arrow03_over.png) #eed474 no-repeat 9px 0.8em;
}

.scale{
	width: 149px;
}

/*
.dropdown .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;
}
