@charset "utf-8";
body {
	margin: 0px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.tabs_1 #tab_head_1
{
	background: url(/img/template/tabs.gif) no-repeat left bottom;
}
.tabs_2 #tab_head_1
{
	background: url(/img/template/tabs.gif) no-repeat right bottom;
}

.tab_head
{
	width: 309px;
	height: 30px;
}
.tab_head a
{
	display: block;
	height: 30px;
	width: 88px;
	margin: 0px 5px 0px 0px;
	color: #9a9a9a;
	float: left;
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.tabs_1 #tab_head_1 .on
{
	color: #901768;
	background: url(/img/template/tabs.gif) no-repeat left top;
	cursor: default;
	text-decoration: none;
}
.tabs_2 #tab_head_1 .on
{
	color: #d36b0e;
	background: url(/img/template/tabs.gif) no-repeat right top;
	cursor: default;
	text-decoration: none;
}


.tabs_1 #tab_head_1 a
{
	background: url(/img/template/tabs.gif) no-repeat left -35px;
}
.tabs_2 #tab_head_1 a
{
	background: url(/img/template/tabs.gif) no-repeat right -35px;
}


#tab_body {
	position: relative;
	margin: 10px 0;
	width: 309px;
	height: 95px;
}

#tab_t {
	position: relative;
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	/* 左右對齊 */
	text-align:justify;
	text-justify:inter-ideograph;
}
#tab_t a {
	color: #6e6e6e;
}

#tab_p {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
}

#tab_c a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
.tabs_1 #tab_c a {
	color: #e271bf;
}
.tabs_2 #tab_c a {
	color: #ffba00;
}

