@charset "utf-8";

*{
	margin:0;
	padding:0;
}
#contents{
	margin-bottom:20px;
}
#localNav{
	float:left;
	width:240px;
}
#alphaBlock{
	float:left;
	width:590px;
	margin-top:20px;
}
#footer{
	margin-bottom:5px;
	padding-top:5px;
	border-top:1px solid #000000;
}
#footer address{
	font-style:normal;
	font-size:87.5%;
	text-align:center;
}

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

	dropdown

--------------------*/
#globalNav{
	position:relative;
}
.dropdownBox{
	margin-bottom:20px;
}
.dropdown{
	float:left;
	width: 165px;			/* 206px; */
}
.dropdownBox dl.firstMenu{
	width: 167px;			/* 208px; */
}
.dropdown dt{
	width: 147px;			/* 188px; */
	border:2px solid #0066ff;	/* #669999 */
	border-left:none;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:#006699 url(../images/header.gif) repeat-x;
}
.dropdownBox dl.firstMenu dt{
	border-left:2px solid #0066cc;
}
.dropdown dt:hover{
	background:#006699 url(../images/header_over.gif) repeat-x;
}
.dropdown dd{
	position:absolute;
	margin-left:-2px;
	overflow:hidden;
	display:none;
	background:#FFF;
	z-index:200;
}
.dropdownBox dl.firstMenu dd{
	margin-left:0;
}
.dropdown ul{
	width:204px;
	border:2px solid #0000ff;	/* ダウンメニューの枠の色 */
	list-style:none;
	border-top:none;
}
.dropdown li{
}
.dropdown a,
.dropdown a:active,
.dropdown a:visited{
	display:block;
	padding:5px;
	color:#555555;
	text-decoration:none;
	background:#ccffff;		/* ダウンメニューの標準色 */
	width:194px;
}
.dropdown a:hover{
	background-color:#99ccff;	/* ダウンメニューのマウスオーバー色 */
	color:#000;
}
.dropdown .underline{
	border-bottom:1px solid #0000ff;	/* ダウンメニューのアイテムの堺色(横棒) */
}

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

	accordion

--------------------*/
.accordionBox{
	margin-bottom:20px;
}
.accordion{
	width:208px;
}
.accordion dt{
	width:188px;
	border:2px solid #ccffff;
	border-top:none;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:#006699 url(../images/header.gif) repeat-x;
}
.accordionBox dl.firstMenu dt{
	border-top:2px solid #0099cc;
}
.accordion dt:hover{
	background:#006699 url(../images/header_over.gif) repeat-x;
}
.accordion dd{
	overflow:hidden;
	display:none;
	background:#FFFFFF;
}
.accordion ul{
	width:204px;
	border:2px solid #0000ff;
	list-style:none;
	border-top:none;
}
.accordion a,
.accordion a:active,
.accordion a:visited{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#ccffff;
	width:194px;
}
.accordion a:hover{
	background-color:#99ccff;
	color:#000;
}
.accordion .underline{
	border-bottom:1px solid #0000ff;
}

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

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