@charset "utf-8";
/* CSS Document */

#no_more_ie_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFE1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	border-bottom: solid 1px #666666;
	padding-top: 10px;
	padding-bottom: 6px;
}
#no_more_ie_container img {
	border: none;
}
#ie6-warning-message {
	float: left;
	margin: 0 2em 0 5px;
	line-height: 1;
	background: url(../images/icon-ove.gif) no-repeat left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#ie6-warning-push {
	float: left;
	position: relative;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1;
}
#ie6-warning-push-message {
	margin: 0;
	line-height: 1;
}
#ie6-warning-close {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 8px;
	height: 8px;
}
#ie6-warning-close-btn {
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -99999px;
	background: url(../images/close.gif) no-repeat center center;
}

#browser-icons-container {
	position: absolute;
	display: none;
	top: 30px;
	border: solid 1px #999999;
	background-color: #FEEFDA;
	padding: 10px;
	width: 280px;
}
#browser-icons {
	margin: 0;
	padding: 0;
}
#browser-icons li {
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
	list-style: none;
}
#browser-icons li a {
	display: block;
	width: 50px;
	height: 70px;
	text-indent: -99999px;
}
#browser-icon-firefox {
	background: url(../images/firefox.jpg) no-repeat left top;
}
#browser-icon-ie {
	background: url(../images/internet_explorer.jpg) no-repeat left top;
}
#browser-icon-safari {
	background: url(../images/safari.jpg) no-repeat left top;
}
#browser-icon-chrome {
	background: url(../images/chrome.jpg) no-repeat left top;
}


#browser-icons-container-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 8px;
}
#browser-icons-container-close-btn {
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -99999px;
	background: url(../images/close.gif) no-repeat center center;
}