@charset "utf-8";
/*--------------------------------------
switch
--------------------------------------*/
#switch {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 10;
	top: 13px;
	right: 0;
	padding: 0 13px 13px 13px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-clip: padding-box;
	background: url("../image/alpha_50.png");
	color: #CCCCCC;
	font-size: 11px;
	text-align: left;
}
#switch p {
	margin: 13px 0 0 0;
	padding: 0;
	font-weight: bold;
}
#switch ul {
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
}
#switch ul li {
	margin: 0;
	padding: 0;
	background: none;
}
#switch a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#switch a:visited {
	color: #E0E0E0;
	text-decoration: none;
}
#switch a:hover, #switch a:active, #switch a:focus {
	color: #999999;
	text-decoration: none;
}
