@charset "utf-8";
/* CSS Document */
@import url("frame.css"); 
@import url("btn.css");
@import url("banner.css");
@import url("organize_map.css");
/*
@import url("table.css");
*/

/* HTML、BODY */

html, body {
	font-family:Arial, Helvetica, sans-serif, 新細明體;
	font-size: 13px;
	color: #666;
	margin: 0;
}

a{
	color:#07f;
	text-decoration:none;
	cursor: pointer;
}

a:hover{
	color:#09f;
	text-decoration:underline;
}

.clear{
	clear:both;
}

.horizon{
	margin:10px 5px 10px 5px;
	border-bottom:#ddd 1px dashed;
}
img{
	border:0 ;
}
/*firefox ellipsis*/
.ellipsis {
  text-overflow: ellipsis;
  -moz-binding: url('ellipsis.xml#ellipsis');
}
/*=== MAIN ===*/
.main{
	margin:0 auto 0 auto;
	width:990px;
	overflow:hidden;
}


/*== TOP ==*/
.top{
	margin:0 0 10px 0;
}

/*= TOP_TITLE =*/
#top_title{
	height:25px; width:980px;
	color:#CCC;
	padding-right:10px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#top_title ul{
	list-style:none;
	margin:0;
	padding:0;
}
#top_title li{
	line-height:25px;
	.line-height:30px;
	float:right;
	padding:0 0 0 10px;
	color:#fff;
}
#top_title li a{
	color:#fff;
}
#top_title li a:hover{
	color:#fff995;
}

/*= BANNER =*/
#banner{
	clear:both;
	position:relative;
	background:url(images/banner.jpg) no-repeat;
	height:150px;
}
#banner_en{
	clear:both;
	position:relative;
	background:url(images/banner_en.jpg) no-repeat;
	height:150px;
}
/* Banner_Link_Area */
#banner_link_area a{
	position:absolute;
	display:block;
	top:30px; left:10px;
	width:500px;
	height:100px;
}

/*= MENU =*/
#menu{
	position:relative;
	background:url(images/menu_bar.gif) no-repeat;
	height:35px;
	z-index:9999;
}
/*Menu_Area*/
#menu_area{
	float:left;
	margin:0 auto 0 10px;
	_margin:0 auto 0 5px;
	width:780px;
	height:35px;
	overflow:hidden;
	color:#fff;
}
#menu_area ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu_area li{
	float:left;
	font-size:15px;
	text-align:center;
	color:#fff;
}
#menu_area li a{
	color:#fff;
	display:block;
	width:95px;
	line-height:35px;
	.line-height:40px;
	text-decoration:none;
}
#menu_area li a:hover{
	color:#fef894;
	text-decoration:none;
	background:url(images/menu_select.gif) repeat-x;
	width:93px;
	border:#72cae8 1px solid;
	border-top:none;
	border-bottom:none;
}
/* menu_area_select */
#menu_area #menu_area_select a{
	color:#fef894;
	text-decoration:none;
	background:url(images/menu_select.gif) repeat-x;
	width:93px;
	border:#72cae8 1px solid;
	border-top:none;
	border-bottom:none;
	display:block;
	line-height:35px;
	.line-height:40px;
}

/*Search_Area*/
#search_area{
	float:right;
	margin:8px 10px auto auto;
	_margin:8px 5px auto auto;
	width:180px;
	height:20px;
	background:url(images/search_area.gif) no-repeat;
	position:relative;
}
#search_area_en{
	float:right;
	margin:8px 10px auto auto;
	_margin:8px 5px auto auto;
	width:180px;
	height:20px;
	background:url(images/search_area_en.gif) no-repeat;
	position:relative;
}
/* search_txtbox */
.search_txtbox{
	border:0;
	font-size:12px;
	line-height:15px;
	.line-height:16px;
	width:105px;
	color:#999;
	margin:2px auto 0 30px;
	.margin:1px auto 0 30px;
}
/* btn_search */
#btn_search a{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:38px;
	height:20px;
}

/*== CONTENT ==*/
.content{
	clear:both;
	overflow:hidden;
}

/*= ADDRESS_AREA =*/
.address_area{
	position:relative;
	background:url(images/address_bg_00.gif) repeat-x;
	height:25px;
	overflow:hidden;
	margin-bottom:10px;
}
.address_area_left{
	position:absolute;
	top:0;
	left:0;
	background:url(images/address_bg_01.gif) no-repeat;
	width:5px;
	height:25px;
}
.address_area_right{
	position:absolute;
	top:0;
	right:0;
	background:url(images/address_bg_02.gif) no-repeat;
	width:5px;
	height:25px;
}
.address_area_title{
	position:absolute;
	top:0;
	left:5px;
	line-height:25px;
	line-height:30px;
	height:25px;
	overflow:hidden;
}
.address_area_title a{
	color:#07f;
	text-decoration:none;
}
.address_area_title a:hover{
	color:#09f;
	text-decoration:underline;
}
.address_area_title ul{
	list-style:none;
	margin:0;
	padding:0;
}
.address_area_title li{
	float:left;
	padding-right:2px;
}
/* address_style */
#address_home a{
	display:block;
	width:25px;
	height:25px;
	background:url(images/address_icon_home.gif) 2px 2px no-repeat;
}
#address_shape{
	width:12px;
	height:25px;
	background:url(images/address_icon_shape.gif) 0 1px no-repeat;
}

/*- Newspaper -*/
.newspaper_txtbox{
	border:#ccc 1px solid;
	font-size:12px;
	width:138px;
	.width:136px;
	line-height:15px;
	.line-height:16px;
	color:#999;
}
.newspaper_btn_area{
	position:relative;
	height:20px;
	margin:3px 0 0 0;
}


/*== FOOT ==*/
.foot{
	clear:both;
	background:url(images/copyright_bg.gif) no-repeat;
	height:50px;
	font-size:12px;
	overflow:hidden;
	margin:0 0 10px 0;
}
/* Foot_Area */
.foot_area_01{
	position:relative;
	margin:0 10px 0 10px;
	border-bottom:#ddd 1px solid;
	height:25px;
	line-height:27px;
	.line-height:30px;
	color:#999;
	overflow:hidden;
}
.foot_area_02{
	position:relative;
	margin:0 10px 0 10px;
	height:25px;
	line-height:20px;
	.line-height:24px;
	color:#999;
	overflow:hidden;
}
/* Foot_Area_Left & Right */
.foot_area_left{
	position:absolute;
	top:0;
	left:0;
}
.foot_area_left ul{
	list-style:none;
	margin:0;
	padding:0;
}
.foot_area_left li{
	float:left;
	padding-right:10px;
}
.foot_area_right{
	position:absolute;
	top:0;
	right:0;
}
.foot_area_right ul{
	list-style:none;
	margin:0;
	padding:0;
}
.foot_area_right li{
	float:right;
	padding-left:10px;
}
.foot_area_center{
	margin:0 auto 0 auto;
	line-height:25px;
	text-align:center;
}
.MyCalendar .ajax__calendar_container {
	border:1px solid #646464;
	background-color:White;
	color: black;
	width:180px;
	line-height:10px;
	z-index:9999;	
}

.MyCalendar .ajax__calendar .ajax__calendar_day {
	border:1px solid #FFFFFF;
}
.MyCalendar .ajax__calendar_day {
	cursor:pointer;
	height:17px;
	padding:0 2px;
	text-align:right;
	width:18px;
}
.MyCalendar .ajax__calendar_container table {
	font-size:11px;
}
.MyCalendar .ajax__calendar_container table  td {
	border: 1px solid #ffffff;
	font-size: 10px;
	color: #000;
}
/* ----- onError ----- */
#onError
{
    background:url(images/error_bg.jpg) no-repeat;
    width:800px;
    height:600px;
    margin:auto;
    position:relative;
}
#onError div.Error404
{
    position:absolute;
    top:267px;
    left:189px;
    height:65px;
    width:351px;
    padding:20px;
    text-align:center;
    font-size:14px;
    color: #000;
}
#onError div.Error500
{
    position:absolute;
    top:282px;
    left:189px;
    height:65px;
    width:351px;
    padding:20px;
    text-align:center;
    font-size:14px;
    color: #000;
}
#onError div.Error666
{
    position:absolute;
    top:267px;
    left:189px;
    height:65px;
    width:351px;
    padding:50px 20px 20px 20px;
    text-align:center;
    font-size:14px;
    color: #000;
}

.hiddencol
{
   display:none;
}
