@charset "utf-8";
/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "VERSIONFIVE alternative stylesheet";
 :shortdesc "Alternative stylesheet if scripting is disabled";
 :created "2009-10-20";
 :release [:revision "1.0"; :created "2010-03-01"];
 :author [:name "VERSIONFIVE"; :homepage <http://versionfive.jp/> ];
 :license <http://creativecommons.org/licenses/by/3.0/> .
*/

/* -------------------------
  Nav
------------------------- */
body > nav ul li a:hover::after {
	position: absolute;
	height: 32px;
}
body > nav ul li:first-child a:hover:after {
	margin-left: -57px;
	width: 57px;
	content: url(../images/nav-blog_on.gif);
}
body > nav ul li + li a:hover:after {
	margin-left: -74px;
	width: 74px;
	content: url(../images/nav-about_on.gif);
}
body > nav ul li + li + li a:hover:after {
	margin-left: -88px;
	width: 88px;
	content: url(../images/nav-product_on.gif);
}

/* -------------------------
  entryNav
------------------------- */
#selectedEntry nav:after {
	padding: 15px 5px 0 5px;
	display: block;
	text-align: center;
	font-size: 93%;
	height: 40px;
	background: transparent url(../images/aside-bg.gif) 50% 0 repeat-y;
	content: "タブをクリックしてください";
}
#selectedEntry > ul {
	margin-top: -55px;
	display: none;
	position: relative;
	z-index: 300px;
}
#selectedEntry > ul:target {display: block !important;}

#archiveList dl.monthly dd > ul > li ul {display: none;}
#archiveList dl.monthly dd > ul > li:hover ul {display: block !important;}

