/* CSS Document */

#Change_Tab{
	width:220px;
	height:25px;
	position:absolute;
	z-index:4;
	margin-left:140px;
	margin-top:6px;
	*margin-top:5px;
}
.Change_Tab_bar_bg{
	width:365px;
	height:30px;
	background:url(Tab_bar_02.gif) repeat-x left;
	position:absolute;
	z-index:2;
	border:1px #CCC solid;
	border-bottom:0;
}
.Change_Tab_bar_news{
	width:105px;
	height:25px;
	background:url(Tab_news_03.gif) no-repeat right;
	color:#993333;
	position:absolute;
	z-index:3;
	overflow:hidden;
	margin-left:10px;
}
.Change_Tab_bar_news label{
	font-size:14px;
	font-weight:bold;
	position:absolute;
	margin:7px 0 0 25px;
}
#Change_Tab ul{
	list-style:none;
	margin:0;
	padding:0;
}
#Change_Tab li{
	float:left;
	display:inline;
	text-align:center;
	margin-left:5px;
}
#Change_Tab a{
	display:block;
	text-decoration:none;
	width:50px;
	line-height:25px;
	color:#993333;
}
#Change_Cont{
	clear:both;
	border:1px #CCC solid;
	border-top:0;
	width:365px;
	height:300px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	margin-top:23px;
	background:#FFF;
}
.Change_Cont_Common{
	margin:6px;
	margin-top:10px;
}
.Change_Cont_Common ul{
	margin:0;
	padding:0;
	line-height:17px;
}
.Change_Cont_Common li{
	margin:0px;
	padding:0px;
	border-bottom:1px #999 dotted;
	padding-left:12px;
}
.Tab_On{
	background:url(tabs3_s.gif) no-repeat left bottom;
	color:#993333;
	font-weight:bold;
}
.Tab_Off{
	background:url(tabs2_s.gif) no-repeat left bottom;
	color:#993333;
}