@charset "utf-8";

*{
	margin:0;
	padding:0;
}

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

	dropdown

--------------------*/
#globalNav{
	width: 350px;
	display: block;
	float: left;
}
.dropdownBox{
	margin: 0px;
	padding: 0px;
	width: 350px;
}
.dropdown{
	float:left;
	width:170px;
}
.dropdownBox dl.firstMenu{
	width:170px;
	margin-right: 10px;
}
.dropdown dt{
	width:170px;
	border-left:none;
	font-weight:bold;
	cursor:pointer;
	background:#FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	height: 32px;
	text-indent: -9999px;
}
.dropdownBox dl.firstMenu dt{
	background:#FFF url(../images/pc-tnav01.jpg) no-repeat left top;
}
.dropdown dt:hover{
	background:#FFF url(../images/pc-tnav01.jpg) no-repeat left top;
}
.dropdown dd{
	position:absolute;
	overflow:hidden;
	display:none;
	background:#FFF;
	z-index:200;
	margin: 0px;
	padding: 0px;
}
.dropdownBox dl.firstMenu dd{
	margin-left:0;
}
.dropdown ul{
	width:170px;
	list-style:none;
}
.dropdown li{
}
.dropdown a,
.dropdown a:active,
.dropdown a:visited{
	display:block;
	color:#361600;
	text-decoration:none;
	background:#d9d9d9;
	width:160px;
	margin: 0px;
	padding: 5px;
}
.dropdown a:hover{
	color:#000;
	background: #ffc80a;
}
.dropdown .underline{
	border-bottom:2px solid #FFF;
	padding: 5px;
}
#globalNav .dropdownBox #one-dl #ddheader-one {
	background: url(../images/pc-gnav01.jpg) no-repeat left top;
}
#globalNav .dropdownBox #one-dl #ddheader-one a {
	background: url(../images/pc-tnav01.jpg) no-repeat left top;
	height: 22px;
	width: 160px;
}
#globalNav .dropdownBox .dropdown #ddheader-two {
	background: url(../images/pc-gnav02.jpg) no-repeat left top;
}
#globalNav .dropdownBox ul li em {
	font-weight: bold;
	font-style: normal;
}


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

	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;
}
