/* FlashにHTMLレイヤーを重ねるCSS
*********************************/

div#fla_css {
	position:relative;
	height:150px;
}
div#fla_css div#html-layer{
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	background:none;
	color:#000;
}

/* Google Chrome CSS Hach Test
*********************************/
#chrome_test div { border:solid 1px #fff; margin-bottom:10px; padding:5px; }
* html body #box1 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
*+html body #box2 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
html>body #box3 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
html>/**/body #box4 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
#box5 { _background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
#box6 { /*\*/background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); /* */ }
html:first-child #box7 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
html:not(:only-child:only-child) #box8 { background:url(http://usosake.net/wp-content/themes/d3-black-red/images/bg_red.gif); }
