*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
ul {list-style-type: none}
.view li {
	width:200px;
	text-align: left;
	float:left;
	height: 29px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.hd {
	display: none;
	position:absolute;
	top:30px;
	background-color: #FF9900;
	font-size: 11px;
}
.hd a {
	display: block;
	height:100%;
	padding-left: 10px;
	}
.hd a:hover {
	background-color: #0066CC;
	width: 190px;
}
.off {
	margin:0
}
.on {
	position:relative;
}
.on .hd {display: block}

