@charset "UTF-8";


/* sub
-----------------------------------------------------------------*/
/* IE8
-----------------------------*/
head~/* */body #content{
	position:relative;
	z-index:1;
} 

head~/* */body #content h2{
	float:left;
	z-index:1;
} 

head~/* */body #main{
	float:left;
} 

head~/* */body #sub{
	float:right;
	position:static;
	margin-top:-73px;
	z-index:9999;
} 


/* modern
-----------------------------*/
html:not(:target) #content{
		position:relative;
} 

html:not(:target) #content h2{
	clear:both;
	float:none;
} 

html:not(:target) #main{
	clear:both;
	float:none;
} 

html:not(:target) #sub{
	clear:both;
	float:none;
	position:absolute;
	left: 694px;
	top: 0px;
	margin:90px 10px 50px 0;
	z-index:1;
}

