#tabbar {
  font-weight:bold;
	font-size:11px;
	margin:0 0 0 0 ;
	padding: 0 0 25px 0;
	line-height:normal;
	font-style:normal;
	font-variant:normal;
	border-bottom:5px solid #1A5F88;
}
#tabbar li {
	list-style:none;
	float:left;
	line-height:22px;
	white-space:nowrap;
}
#tabbar li.tab1 {
  background-color:#FFFFFF;
  background-image:url(../image/p_tab_01.gif);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	color:#FFFFFF;
}
#tabbar li.tab1 a {
	float:left;
  display:block;
  background-color:#FFFFFF;
  background-image:url(../image/p_tab_01.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 12px 0px 3px;
	margin-left:15px;
	font-weight:bold;
}
#tabbar li.tab1 a {
	float:none;
}
#tabbar li.tab2 {
  background-color:#FFFFFF;
  background-image:url(../image/p_tab_02.gif);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	color:#666666;
}
#tabbar li.tab2 a {
	float:left;
  display:block;
  background-color:#FFFFFF;
  background-image:url(../image/p_tab_02.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	color:#666666;
	text-decoration:none;
	padding: 3px 15px 0px 3px;
	margin-left:6px;
	font-weight:bold;
}
#tabbar li.tab2 a:hover {
	color:#FF9900;
	text-decoration:none;
}

.news_date{
  color:#666666;
	white-space:nowrap;
	padding: 0 5px 0 10px;
	background-image:url(../image/arrow_01.gif);
	background-repeat:no-repeat;
	background-position: 0 7px;
	vertical-align:top;
}
.news_t {
	padding: 0 0 0 3px;
	font-size: 13px;
}
.news_t a:link, .news_t a:visited {
  color:#005B88;
	text-decoration:none; 
	font-weight:normal; 
}
.news_t a:hover {
  background-color: #FFFFEC;
	color:#000000;
	height: 20px;
	font-weight:normal;
}


/* for news pages */
.news_title {
   font-size:15px;
   color:#006699;
   font-weight:bold;
   letter-spacing:1px;
}
.news_title a, .news_title a:visited {
	color:#006699;
	font-weight:normal;
}

.news_date2 {
   font-size:10px;
	 color:#006699;
	 text-align:right;
}

.news_body {
	font-size:12px;
	color:#363636;
	line-height: 20px;
	letter-spacing: 0.1em;
}
