@charset "utf-8";
/**/
@import url(reset.css);




/*--hide column--*/
.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	border-collapse:collapse;
	clear: both;
}

.clear td object{ z-index:1; position:relative; }

/*-----------------show_layer--------------------*/
.show_layer{
	background: #FFFFFF;
	width:80px;
	max-height:155px;
	border: 1px solid #ab47af;
	position:absolute;
	top:18px;
	right:95px;
	z-index:99;
	
	
}
.show_layer ul{
	margin:0px;
	padding:5px;
	_height:60px;
}
.show_layer li{
	background: url(../images/icon03.gif) no-repeat 2px 6px;
	padding-left: 15px;
	font-size: 10pt;
	width:65px;
	text-align:left;	
	display:block;
}
.show_layer li a{
	color: #ab47af;
	line-height: 160%;
}

.ch_leftmenu{ margin:-5px 0 15px;}

/*--fontset design--*/
.fontSet{
	position:relative;
	top:-90px;
	right:75px;
	margin:0 0 -10px;
	vertical-align:middle;
	text-align: right;
	
}
.fontSet #fontSwitcherLayer { position: absolute; top:0px; right:-75px; _right:-45px;} 
.fontSet #fontSwitcherLayer ul{ margin:0px; padding:0px;}
.fontSet #fontSwitcherLayer li{
	display:inline;
	margin:2px 2px;
	padding:2px;
	color: #333333;
	background: #CCCCCC;
}
.fontSet #fontSwitcherLayer li a{ color:#000000;}
