@charset "shift-jis";


#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav	{
	position:relative;
	width: 800px;
}
#nav li	{
	display:inline;
	float:left;
	position:relative;
	text-align: left;
}
#nav ul {
	width: 160px;
	position: absolute;
	top: 40px;
	left: 3px;
	display: none;
}




#nav ul li a	{
	width: 125px;
	display: block;
	background: #BFC0C0 url(blog-head-img/icon.gif) no-repeat;
	padding: 7px 5px 8px 27px;
	border-bottom: 1px dotted #909090;
	color: #000;
	text-decoration: none;
}


#nav ul li a:hover	{
	background: #000 url(blog-head-img/icon_on.gif) no-repeat;
	color: #FFF;
}
#nav ul li.first a	{
	background: #BFC0C0 url(blog-head-img/bg_navi.gif) no-repeat;
	padding: 16px 5px 7px 27px;
}
#nav ul li.first a:hover	{
	background: #000 url(blog-head-img/bg_navi_on.gif) no-repeat;
}

#nav img {border:#000066}
#headbtn img {border:#000066}


/* ǉ
----------------------------------------------------------- */
#nav ul li ul {
	top: 0px;
	left: 175px;
}
#nav ul ul{
display:none;
}
