@charset "UTF-8";
/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.gif');
	color: #333;
	text-align: center;
	margin-bottom: 0px;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background-color:#F8FEFB
	}

#header-index {
	/*
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	*/
	width: 960px !important;
	height: 302px; 
	width /**/: 960px;
	background-color:#FFFFFF;
		}

#header {
	height: 200px; 
	width: 960px;
	}

#headerimg-index 	{ 
	background: #fff no-repeat bottom center;
	margin: 0px 0px 0px 0px;
	height: 302px; 
	width: 960px;  
	} 
	

#headerimg 	{ 
	background: #fff  no-repeat bottom center;
	margin: 0px 0px 0px 0px;
	height: 200px; 
	width: 960px;  
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
		}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
		}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
		}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #886951;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	background-color:#E8E8E8;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin:0 auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
	position:relative;
	}

#header-index {
	background-color: #FFFFFF;
	margin: 0 0 0 0; 
	padding: 0; 
	height: 302px; 
	width: 960px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 0; 
	padding: 0; 
	height: 200px; 
	width: 960px;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	margin-top: -30px;
	margin-left:45px; 
	float:left; 
	padding: 0px 0 20px 0px;
	width: 650px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	}
.breadcrumb{
padding-bottom: 5px;
float:left;
white-space: nowrap;
}
.post {
	margin: 0 0 40px 0px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width:600;
	clear:both;
		}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 30px;
	margin-bottom:5 px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


.sidebar-tx{color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: none;}
.sidebar-tx a, .sidebar-tx a:visited {text-decoration: underline; color:  #666;}
.sidebar-tx a:hover {text-decoration: underline; color: #FF6600;}

#footer {
margin-bottom:0px;
margin-top:30px;
margin-left:4px;
margin-right:2px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:0px;
	width:95%;
	height:100px;
	clear: both;
	background: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.footer-tx {  font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px; line-height: 16px; color: #808080;margin-bottom:5px;}
.footer-tx A:link, .footer-tx A:visited{color: #53504F; text-decoration: none; }
.footer-tx A:hover{color:#333;  text-decoration:underline;}
.footer-tx2{
color:#fff;
padding:0px 5px 0px 5px;
font-size: 11px; 
border: 1px solid #808080;
background-color:#666;
font-family:"Arial", "Verdana","Helvetica";
}
.footer-tx3{
margin-top:0px;
font-size: 11px;
}
.footer-tx4{
font-size: 12px;
display:inline;
	background:  url('images/stat-smile.jpg');
	background-repeat: no-repeat;
	background-position: left 2px!important;
	background-position: left 4px;
margin-right:10px;
margin-top:0px;
padding:1px;
padding-left:9px;
}
.footer-br{
padding-bottom:5px;}
.footer-ul{
display:inline;
margin-top:3px;
margin-left:0px;
margin-bottom:0px;
padding-bottom:0px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
.footer-smile{
padding-top:0px;
margin-left:0px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3, h3 a{
	padding: 0;
	margin: 20px 0 0px 0;
	color: #3AA0CC;
		}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
.entry{
margin-top: 5px;
border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
		padding-top:20px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

 #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
#sidebar ul ul li {
margin:0;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 430px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left; 
	padding: 30px 0 0 15px ;
	margin-left: 4px;
	margin-bottom:0px;
	margin-top:-30px;
		width:195px;
			}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
/*最新消息*/
#tags {
display:inline;
width:100%;
height:55px;
background-image:url("images/news_btn.jpg") no-repeat;
}
#tags li{
	background-color:transparent;
	height:63px;
	margin:0;
	text-align:center;
	float:left;
	display:inline;
	width:24.88%;
	*width:24.9%;
	
}
#con {
border:0px solid #ccc;
width:615px;
*width:614px;
height:336px;
background-image:url("images/news_bg.jpg");
background-repeat:no-repeat;
overflow:hidden;
}
.news_pic {
background-color:transparent;
margin:0px;
margin-right:-5px;
padding:0px auto;
padding-top:5px;
width:196px;
height:213px;
overflow:hidden;
float:left;
vertical-align:center;
}
.news_list {
margin-bottom:0px;
width:400px;
height:209px;
overflow:hidden;
padding:1px 0px;

margin:6px 0;

background-color:transparent;
}

.news_list li {
list-style-type:none;
margin:2px;
background-color:transparent;
}


.news_list a {
padding-top:10px;
color:#41a7bd;
font-size:16px;
font-weight:bold;

}

.tagContent hr {
display:block;

margin:3px;
}
.excerpt {
margin-bottom:2px;
margin-top:5px;
padding-bottom:3px;
border-bottom:dotted 1px gray;
font-size:12px;
}
.excerpt  p{
margin:0;

}
.list_more {
/*position:relative;
left:85%;  */
margin:5px;
margin-top:10px;
padding:10px 10px 0 ;
text-align:right;
color:red;
}
.list_more a{
color:red;
}
.tagContent {
clear:both;
margin-top:0px;
}
.tag_mouseon {
color:red;
height:66px;
}
#tag_0.tag_mouseon {

background-image:url("images/news_btn.jpg");
background-position:	0px	-64px; 
}
#tag_0 {

background-image:url("images/news_btn.jpg");
background-position:		0	0;
}
#tag_1.tag_mouseon {

background-image:url("images/news_btn.jpg");
background-position:	-153px	-64px; 
}
#tag_1 {

background-image:url("images/news_btn.jpg");
background-position:		-153px	0;
}
#tag_2.tag_mouseon {

background-image:url("images/news_btn.jpg");
background-position:	-306px	-64px; 
}
#tag_2 {

background-image:url("images/news_btn.jpg");
background-position:		-306px	0;
}
#tag_3.tag_mouseon {

background-image:url("images/news_btn.jpg");
background-position:	-459px	-64px; 
/*background-position:	-460px	-64px;*/ 
}
#tag_3 {

background-image:url("images/news_btn.jpg");
background-position:		-459px	0;
/*background-position:	-460px	-64px; */
}
/* 最新消息*/
/*  計畫規廣網站專區*/
#tags_pp {
display:inline;
width:100%;
height:57px;
background-image:url("images/news_btn2.jpg") no-repeat;
}
#tags_pp li{
background-color:transparent;
height:63px;
margin:0;
text-align:center;
float:left;
display:inline;
width:203px;
}
#con_pp {
border:0px solid #ccc;
width:610px;
height:336px;
background-image:url("images/new_con_pp_bg.jpg");
background-repeat:no-repeat;
overflow:hidden;
}
.news_pic_pp {
  background-color:transparent;
  margin:0px;
  margin-left:10px;
  padding:0px auto;
  padding-top:5px;
  width:196px;
  height:213px;
  overflow:hidden;
  float:left;
  vertical-align:center;
}
.news_list_pp {
margin-bottom:0px;
width:380px;
height:209px;
overflow:hidden;
   padding:0px 10px 0px 10px;


margin:6px 0;

background-color:transparent;
}

.news_list_pp li {
list-style-type:none;
margin:2px;
background-color:transparent;

}


.news_list_pp a {
padding-top:10px;
color:#41a7bd;
font-size:16px;
font-weight:bold;

}

.tagContent_pp hr {
display:block;

margin:3px;
}
.excerpt_pp {
margin-bottom:2px;
margin-top:5px;
padding-bottom:3px;
border-bottom:dotted 1px gray;
font-size:12px;
height:110px;
}
.excerpt_pp  p{
margin:0;


}
.Plan_Website_Name a,.Latest_Events_title a{
  font-size:10px;
  padding:5px 0 0 0;

}
.list_more_pp,.list_more_kmap{
/*position:relative;
left:85%; */

  margin:15px 5px 5px 5px;
  padding:10px 10px 0px 0;
  *padding:3px 10px 0px 0;
  text-align:right;
  
  color:red;
  clear:both;
  }
.list_more_kmap{
  margin:5px 5px 5px 5px; 
  *margin:11px 5px 5px 5px; 
 /* margin:14px 5px 5px 5px;*/
}
.list_more_pp a{
color:red;
}

.news_list_map{
   margin:0px 0 0 0; 

}
.kmap_div{
 
  /*margin:0px 0 0 0; */
   padding:0px 3px 0 2px;
   

}
.kmap_pp{
  width:100%;
  height:229px; 
  /*height:210px;*/

}
.tagContent_pp {
clear:both;
margin-top:0px;
}
.tag_mouseon {
color:red;
}
#tag_pp_0.tag_mouseon {

background-image:url("images/news_btn2.jpg");
background-position:	0px	-63px; 
}
#tag_pp_0 {

background-image:url("images/news_btn2.jpg");
background-position:		-1	0;
}
#tag_pp_1.tag_mouseon {

background-image:url("images/news_btn2.jpg");
background-position:	-203px	-63px; 
}
#tag_pp_1 {

background-image:url("images/news_btn2.jpg");
background-position:		-203px	0px;
}
#tag_pp_2.tag_mouseon {

background-image:url("images/news_btn2.jpg");
background-position:	-406px	-63px; 
}
#tag_pp_2 {

background-image:url("images/news_btn2.jpg");
background-position:		-406px	0;
}


/*  計畫規廣網站專區*/
/*台灣多樣性知識地圖*/
#kli_div{
   width:600px; 
   border:1px #000 solid;
}
.kli_map{
  width:450px;
  height:330px;
  float:left;
}
.kli_text{
 	 padding:5px;
   float:right;
   width:140px;
}
.kli_text_title {
   padding:0px 0 0 0;
}
.kli_text_title a{
  margin:0px 0 0 0px;
     color:#41a7bd;
     font-size:16px;
     
     
}
.kli_text_comtent{
    margin:5px 0 0 5px;
}
.more_kli{
  clear:both;
  text-align:right;
  background-color:#000;
}
  
/*台灣多樣性知識地圖*/


/*數位書集*/
.taiwanmap48{
  clear:both;
  padding:20px 0 0px 30px;
  
}

#tags_DB {
display:inline;
width:100%;
height:57px;
background-image:url("images/news_btn3.jpg") no-repeat;
}
#tags_DB li{
  background-color:transparent;
  height:64px;
  margin:0;
  text-align:center;
  float:left;
  display:inline;
  width:50%;
}
#con_DB {
  border:0px solid #ccc;
  width:610px;
  height:336px;
  margin:10px 0px 0px 0px;
  background-image:url("images/news_bg3.jpg");
  background-repeat:no-repeat;
  overflow:hidden;
}
.news_pic_DB,.news_pic_DB_Narrow {
  background-color:transparent;
  margin:0px;
  margin-right:-5px;
  padding:0px auto;
  padding-top:5px;
  width:196px;
  height:213px;
  overflow:hidden;
  float:left;
  text-align:center;
}
.news_pic_DB_Narrow{
  width:270px;

}
.news_list_DB_Narrow,.news_list_DB {
margin-bottom:0px;
width:400px;
height:220px;
overflow:hidden;
padding:1px 0px;

margin:6px 0;


background-color:transparent;
}

.news_list_DB_Narrow,.news_list_DB li {
list-style-type:none;
margin:2px;
background-color:transparent;

}


.news_list_DB a,
.news_list_DC_DPV a,
.news_list_DC_DPV_Narrow a {
padding-top:10px;
color:#41a7bd;
font-size:16px;
font-weight:bold;

}
.excerpt_DC_DPV_Narrow{
  padding:10px 0 0 0;
}
.tagContent_DB hr {
display:block;

margin:3px;
}

.excerpt_DB {
margin-bottom:2px;
margin-top:5px;
padding-bottom:3px;
/*border-bottom:dotted 1px gray;  */
font-size:12px;

}
.excerpt_DB  p{
margin:0;

}
.list_more_DB {
  margin-top:0px;
  padding-top:3px;
  text-align:right;
  padding:0px 10px 0 0;
  clear:both;
  color:red;
}    
.list_more_DB a{
color:red;
}
.tagContent_DB,.tagContentmap {
clear:both;
margin-top:0px;
}
.tagContentmap{
	position:relative;
	top:-10px
	
}
.tag_mouseon {
color:red;
}
#tag_DB_0.tag_mouseon {

background-image:url("images/news_btn3.jpg");
background-position:	0px	-64px; 
}
#tag_DB_0 {

background-image:url("images/news_btn3.jpg");
background-position:		0	0;
}
#tag_DB_1.tag_mouseon {

background-image:url("images/news_btn3.jpg");
background-position:	-305px	-64px; 
}
#tag_DB_1 {

background-image:url("images/news_btn3.jpg");
background-position:		-305px	0;
}

/*數位書集*/

/*數位課程*/
.con_DC_DPV{
  border:0px solid #ccc;
  width:610px;
  height:280px;
  margin:10px 0px 0px 0px;
  background-image:url("images/news_DC_DPV_bg.jpg");
  background-repeat:no-repeat;
  overflow:hidden;

}
.con_test_DC_DPV{
   background-color:transparent;
  margin:0px;
  margin-right:-5px;
  padding:0px auto;
  padding-top:5px;
  width:196px;
  height:213px;
  overflow:hidden;
  float:left;
  text-align:center;
}
.news_pic_DB_Narrow{
  padding:15px 0 0 10px;

}
.con_test_DC_DPV_Narrow{
   padding:15px 10px 0 10px;
   float:right;    
   width:300px;
   height:230px;
}
.news_list_DC_DPV_Narrow {
 
    
}
/*數位課程*/

/*數位影片*/


/*數位影片*/


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Tag style */
ul#tagcloud { padding:0; padding-left:30;margin:0; text-align:left; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }
/* Tag style */

.font-change {
	padding-right: 10px;
	padding-top:5px;
	text-decoration:none;
}

.font-text-small {
	font-size: 10px;
	color:#999999;
	}
.style2 {
font-size: 14px
}
.style3 {
font-size: 14px; font-weight: bold; 
}
.question {
	color:#797979; 
	background-color:#fff;
	width:97%;
    padding:10px 5px 5px 10px ;
	border:1px solid #CCCCCC;
	margin-bottom:0px;
	background:#EFEFEF;
}
.question a, .question a:visited{
color:#0099CC;
}
.question a:hover{
color:#FF3366;
}
#faqdiv{
width:100%;
}
.faq_title{
font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 16px;line-height: 140%;list-style-type: none;text-decoration:none;
color:#FF3366;font-weight: bold;
padding:10px 10px;
width:95%;
background:#CCCCCC;
}

/* caca style  */
.homelogo{
margin-bottom:-2px;}
.page{
border-top-width: 2px;
	border-top-style:dotted;
	border-top-color: #CCCCCC;width:100%;padding-top:20px;}
.pagelink{
float:left;
color: font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;
list-style-type: none;text-decoration:none;	

}
.pagenumber{
color: font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:none;
border: 1px solid #D9D9D9!important;
border:0px;
padding: 2px 6px;
margin:10px 1px;
color:#0099CC;
background-color:#EEEEEE;}

.pagenumber a,.pagenumber a:visited{
border: 1px solid #D9D9D9!important;
border:0px;
padding:2px 6px;
margin:10px 1px;
color:#0099CC;
background-color:#EEEEEE;}

.pagenumber a:hover{
color:#ee3366;
border: 1px solid #D9D9D9!important;
border:0px;
padding: 2px 6px;
margin:10px 1px;
}
.pageupdown{
border:0px;
padding: 2px 6px;
margin:10px 1px;
color:#0099CC;
color: font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:none;
}
.pageupdown a, .pageupdown a:visited{
border:0px;
padding: 2px 6px;
margin:10px 1px;
color:#0099CC;
color: font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:none;}
.pageupdown a:hover{
border:0px;
padding: 2px 6px;
margin:10px 1px;
color:#0099CC;
 font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:underline;}

.paralink{float:right;padding-right:10px;}
.paralink{
color: #333;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:none;}
.paralink a,.pagelink a:visited{
padding: 2px 6px;
margin:10px 1px;
color:#0099CC;
}
.paralink a:hover{
color:#ee3366;
padding: 2px 6px;
margin:10px 1px;
}

/**  end pagelink**/
/**  private style**/
.private-table{
width:95%;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 150%;list-style-type: none;text-decoration: none;
border:1px #ccc solid;
padding:20px 20px 30px 20px
}
.private-table ul{
padding-top:20px;
padding-left:20px;
padding-bottom:20px;
}
.private-li{
color:#FF3366;}


/** end  private style**/
/**  rss style**/
.rss{width:95%;
color: #999;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 150%;list-style-type: none;text-decoration: none;
border:1px #ccc solid;
padding:20px 20px 30px 30px;
}
.rss-info{
border:1px #ccc solid;
margin:10px 0px;
margin-bottom:20px;
padding:20px 20px 30px 20px;
background-color:#E4E4E4;
color:#0099CC;
}

.rss-h2{
padding-top:0px;
color:#FF6600;
font-size: 12px;line-height: 150%;list-style-type: none;text-decoration: none;padding-bottom:2px;}

.rss-h4{
padding-top:0px;
padding-left:0x;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: underline;}

 .rss-h4 a, .rss-h4 a:visited{
padding-top:0px;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: none;
}
.rss-h4 a:hover{
color:#FF3366;

}

/**  end rss style**/

/**  contact-us style**/
.contact-us{width:95%;
color: #999;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 150%;list-style-type: none;text-decoration: none;
border:1px #ccc solid;
padding:20px 20px 30px 30px;
}
.contact-info{
border:1px #ccc solid;
margin:10px 0px;
margin-bottom:20px;
padding:20px 20px 30px 20px;
background-color:#E4E4E4;
color:#0099CC;
}
.contact-h1{
width:90%;
padding-left:0px;
margin-top:10px;
color::#333;
padding-bottom:5px;
font-size: 14px;}
.contact-h2 {
padding-left:0px;
padding-top:20px;
}
.contact-h2 a{
padding-top:20px;
margin:10px;
color:#FF6600;
font-size: 14px;line-height: 150%;list-style-type: none;text-decoration: underline;padding-bottom:2px;}
.contact-h2 a:hover{
padding-top:20px;
margin:10px;
color:#0099CC;
font-size: 14px;line-height: 150%;list-style-type: none;text-decoration: underline;padding-bottom:2px;}
.contact-h2 a:visited{
padding-top:20px;
margin:10px;
color:#FF6600;
font-size: 14px;line-height: 150%;list-style-type: none;text-decoration: underline;padding-bottom:2px;}
.contact-h3{
color:#666666;
margin:10px;
padding-left:10px;
font-size: 12px;line-height: 150%;list-style-type: none;text-decoration: none;padding-bottom:0px;}
.contact-h4{
color:#666666;
width:90%;
margin:20px;
padding-left:10px;
font-size: 12x;line-height: 150%;list-style-type: none;text-decoration: none;padding-bottom:15px;
border-bottom:1px dotted #79AFB7;}

.contact-h5{
padding-left:10px;
margin-top:50px;
color:#fff;
font-size: 14px;
background-color:#FF3366;
width:100%;
padding-top:5px;
padding-bottom:5px;}


/** end  contact-us style**/
/**  sitemap style**/
.sitemap-table{
border:1px #ccc solid;
padding:10px 20px 30px 20px
}

.sitemap-h1{
padding-top:10px;
padding-left:10px;
margin-left:0px;
height:15px;
color: #fff;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 14px;line-height: 140%;list-style-type: none;text-decoration: none;
}

.sitemap-h2 {
padding-top:15px;
padding-left:10px;
margin-left:0px;
height:20px;
color: #0099CC;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 14px;line-height: 140%;list-style-type: none;text-decoration: none;
}

.sitemap-h2 a:hover{
color:#FF3366;
}
.sitemap-h2 a,.sitemap-h2 a:visited{
text-decoration: underline;
color: #0099CC;
}
.sitemap-h3{
margin:20px 0px;
padding-top:0px;
padding-left:40px;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: none;
}
.sitemap-h3 a, .sitemap-h3 a:visited{
padding-top:0px;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: underline;
}
.sitemap-h3 a:hover{
color:#FF3366;
text-decoration: underline;
}

.sitemap-h4{
padding-top:0px;
padding-left:40px;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: underline;}

 .sitemap-h4 a, .sitemap-h4 a:visited{
padding-top:0px;
margin-left:0px;
height:15px;
color: #666;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; 
font-size: 12px;line-height: 140%;list-style-type: none;text-decoration: none;
}
.sitemap-h4 a:hover{
color:#FF3366;

}

/**  end sitemap style**/
.index-img{
margin-top:30px;
margin-bottom: 5 px;
}

.dot-line-index{
float: right;
margin-top:5px;
margin-bottom: 5 px;
}
#cyber-island{
padding-top: 10px;
padding-left:27px;
padding-bottom:0px;
}
#hotnews{
padding-top:5px;
padding-left:30px;
}

#hotnews2{
padding-top:5px;
padding-left:15px;
}

#taiwanmap{
padding-top:30px;
padding-left:30px;
}
.taiwanmap-pic{
margin-left:-32px;}
#tag-cloud{
  padding-top:30px;
  margin-bottom:30px;
  padding-bottom:30px;
  padding-left:32px; 
	text-align: left;
	/*小Gˇ熱門關鍵字*/
	border:1px #000 solid;
	width:602px;
	position:absolute;
	top:550px;
	left:292px;
	background-color:#fff;
	 padding-top:0px;
	padding-left:0px; 
	  padding-bottom:0px;
  
  }
	
	
.tag-cloud-pic{
/*小G*/
margin-left:0px;}

#linebox {
margin-top: -10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom:10px;
	width:690px;
}
.dot-line{
margin-left: 0px;
margin-top: -10px;
margin-bottom: 5 px;
}
#map-list{
border-top-style: solid;
	border-top-color: #CCFF00;
	padding-bottom:10px;
	width:100%;
	}
#about-c-3 {
   	width: 650px;
	margin-top: 10px;
}

.intro-tx {
	font-family: "Apple LiGothic Medium", "????", sans-serif;
	font-size: 12px;
	line-height: 20px;
	width:547px;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 50px;
		}
		
.intro-tx-2 {
	font-family: "Apple LiGothic Medium", "????", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	width:547px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 50px;
		}
.c5-text{	font-family: "Apple LiGothic Medium", "????", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	width:547px;
	letter-spacing: 1px;
	margin: 20px 0px 30px 0px;
	margin-left: 35px;}

#cat-3-bg {
background: url('images/cat-3-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 690px;
	height:500px;
}

#cat-4-bg {
background: url('images/cat-4-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 670px;
	height:430px;
}

#cat-5-bg {
background: url('images/cat-5-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 670px;
	height:400px;
}

#eng_cat-3-bg {
background: url('images/cat-3-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 690px;
	height:800px;
}

#eng_cat-4-bg {
background: url('images/cat-4-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 670px;
	height:700px;
}

#eng_cat-5-bg {
background: url('images/cat-5-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 670px;
	height:750px;
}

#eng_cat-6-bg {
background: url('images/cat-5-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 670px;
	height:3300px;
}

#c3-link {
    background: url('images/cat-3-btnbg.jpg');
    background-repeat: no-repeat;
 	width: 500px;
	height: 108px;
	margin-top: 20px;
	padding-left:158px;
	padding-top:23px;
	margin-bottom:0 px;
}
#c4-link {
background: url('images/cat-4-btnbg.jpg');
	background-repeat: no-repeat;
	height: 187px;
}
#c4-uppericon {
padding-top:10px;
padding-left:134px;
}

#c4-lowericon {
margin-top: 5px;
padding-left:100px;
}

#about-c-3 img {
	padding-left:32px;
	padding-top:10px;
}

#c3-next {
	margin-top: 0px;
	margin-left: 160px;
}
#c4-next {
	margin-top: 0px;
	margin-left: 160px;
}
#c5-flash {
margin-top: 25px;
	margin-left: 200px;
}
#index-cyber img{
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	}

#c6 {
	padding-left:30px;
	padding-top:0px;
}
.epaper-tx{color: #333;font-family: "新細明體", "細明體", "Arial", "Verdana", "Times New Roman"; font-size: 12px;line-height: 140%;list-style-type: none;text-decoration:none;}
.epaper-tx a, .epaper-tx a:visited {text-decoration: underline; color:  #333;}
.epaper-tx a:hover {text-decoration: underline; color: #FF6600;}
#c-19{
padding-left:0px;
padding-top:5px;
width:600px;
}
#c-31{
padding-left:25px;
padding-top:20px;
width:95%;
border: 1px solid #CCCCCC;
}
#container{
width:100%;
padding-bottom:20px;
margin-left:0px;
padding-left:0px;
}
#theContent{
width:100%;
padding-bottom:20px;
margin-left:0px;
}
#line-box2{
width:95%;
border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom:20px;
	}
#c-20{
border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#epaper img{
padding-bottom:30px;
}

/* amos style*/
#activity-form {
	background-color: #eeeeee;
	margin: 0 0 40px 0px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-color:solid 1px #CCCCCC;
}
form.s {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 25px;
  width: 80%;
}
#tagcloud {
	/*height:75px;*/
	overflow:hidden;
	}


.epaper-tx {
list-style-type:decimal;
margin:8px;
margin-left:20px;
}

.link_now {
	color:#ff8519;
	}
	#c-31 a{
	padding:4px;
	}
#jj {
	border: 1px solid rgb(217, 217, 217); margin: 10px 1px; padding: 2px 6px; color: rgb(255, 255, 255); background-color: rgb(244, 70, 110);}
	#container-1{
		display:block;
		}
#sidebar_container {
	position: relative;
	width: 150px;
	height: 317px;
	background-image:url(images/sidebar05.jpg);
	padding: 50px;
}
#sidebarmenu {
margin:0;
padding:0;
margin-left:20px;
}

 #sidebarmenu ul{
margin:0 0;
padding:0;

}
 #sidebarmenu img {
 padding:0;
 margin:1px;
 *margin:0;
clear:both;
 }

.layer1 a {
padding:0;
margin:0;
color:#646464;
}
.layer2 a:visited {
text-decoration: underline; 
color:  #666;
}

.layer2 a:hover {
text-decoration: underline;
color: #FF6600;
}

#sidebarmenu.layer1,.layer2 {
list-style-type :none;

padding:0;
margin:0px;
}
.hidden {
display:none;
}
.layer2 {
	color: #666;
	font-family: "新細明體";
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;

}
.layer2 li {
width:120px;
}
#highlight{

color:#FF8601;
}
.layer1 li{
width:140px;
padding:0px;
margin:0px;
}
/* tabs */
.anchors {
    list-style: none;
    margin:0 0 0 10px;
	font-family: "????", "???", "Arial", "Verdana", "Times New Roman"; 
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
	color:#fff;
	}

.anchors li {
    float: left;
    margin: 0 2px 0 0;
	width:72px;
	height:24px;
background-color:white;
		background-repeat: no-repeat;}

.anchors a {
    display: block;
width:100%;
    padding: 5px 0px 2px 0px;
    text-decoration: none;
	color: #FF7F00; 
	font-size: 12px;
	background-color:#000000;
	 background: url('images/scheme-bg.gif') no-repeat;
text-align:center;
	
}

div.greyTabs .anchors a{

}

.anchors .on a {
    font-weight: bold;
	border-bottom:2px solid #970F00;
		
}

div.greyTabs .anchors .on a{
	border-bottom:2px solid #6E6E6E;
	
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	color:#333333;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
	 
}

div.greyTabs .anchors .on a, div.greyTabs .anchors .on a:hover, div.greyTabs .anchor, div.greyTabs .anchors a:focus, div.greyTabs .anchors a:active {
	color:#333333;
}

.anchors a:hover{
	color:#333333;
}

div.greyTabs .anchors a:hover{
color:#333333;
}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
	clear:both;
	display:none;
	margin-bottom:20px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
}

.anchor p {
text-align:center;
padding:5px 15px 15px 15px;
font-size:1.5em;
color:#FFFFFF;
} 
#button1 a {color:#333333;
 background-image: url('images/scheme-bg-click.gif');
}
#container-1{margin-left:0px;width:100%;}
.style1{margin-left:5px;padding-left:10px;padding-right:20px;padding-top:5px;padding-bottom:20px;width:100%;}
#sec1{margin-left:5px;border: 1px solid #E7E7E7;clear:left;width:100%;}
#sec2{margin-left:5px;border: 1px solid #E7E7E7;clear:left;width:100%;}

form.openid-form fieldset {
	border: 1px solid #ccc;
	float: left;
	width: 40%;
	padding: .5em 2em 1em;
	margin: 1em 1em 1em 0;
}

form.openid-form fieldset input {
	width: 100%;
	font-size: 14px;
	padding: 2px;
	background: #F4F4F4;
	border: 1px solid #B2B2B2;
	margin: 1px;
	padding: 3px;
}

form.openid-form fieldset textarea {
	width: 100%;
	padding: 2px;
	background: #F4F4F4;
}

form.openid-form legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

form.openid-form label {
	font-size: 14px;
	cursor: pointer;
}

.submit input, .submit input:focus, .button, .button:focus {
	border: 3px double;
	border-left-color: #CCC;
	border-top-color: #CCC;
	color: #333;
	padding: 0.25em;
}

