/* CSS Document */
/* --------------------------------
	IE7 以降向けスタイル
----------------------------------- */
#fixedItem {
	position: absolute;
	top: 15px;
	left: 780px;
}

/* --------------------------
	IE6 向けのスタイル
----------------------------- */
* html ,
* html body {
}

* html #cover {
	width: 100%;
	height: 100%;
	left: 19px;

}
