@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color:#cdd8dc;
}

p {
 padding: 10px;
}

.wrapper { 
 margin: 0 auto;
 width: 1000px;
}

.content { 
 float: left;
 color: #333;
 background: #cdd8dc;
 height: auto;
 width: 550px;
 display: inline;
}

.header {
 color: #333;
 width: 1000px;
 float: left;
 height: 50px;
 background: #cdd8dc;
 border-bottom:#FFF 1px solid;

}

.nav { 
 float: right;
 color: #333;
 width: 410px;
 display: inline;
 padding:20px 0px 0px 90px;
 }

.nav a{
	color:#06C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	}


.nav a:hover{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	
	}


.footer { 
 width: 1000px;
 height: auto;
 clear: both;
 color: #333;
 background: #cdd8dc;
 padding:3px 0 0 0;
 border-top:#FFF 1px solid;
}

.leftcolumn { 
 color: #333;
 background: #cdd8dc;
 height: 350px;
 width: 450px;
 float: left;
}

.title{
	font-size:14px;
	color:#2d4648;
	font-weight:bold;
}

.time {
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.h1 {
	font-size: 19px;
	color:#505f65;
	font-weight: bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}

.h1 a{
	font-size: 19px;
	color:#505f65;
	font-weight: bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-decoration:none;
}

.h1 a:hover{
	font-size: 19px;
	color:#000000;
	font-weight: bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-decoration:underline;
}

.title_style {
	font-family:Arial, Verdana, Helvitica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

.copyright { 
 float: right;
 color: #333;
 width: 300px;
 display: inline;
 text-align:right;
 padding:0px 0px 0px 0px;
}
 
 
 .link2 a{
	color:#06C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	}


.link2 a:hover{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	
	}
	
	
	/* 歷年研討會列表 */

.list {
	list-style-image: url(../images/icon1.gif);
	list-style-type: none;
	list-style-position: outside;
	padding: 5px 0px 0px 0px;
	line-height:15px;
	margin-left: 20px;
}
.list li{
	padding-bottom: 5px;
}
.list a{
	text-decoration: none;
	color: #333333;
}
.list a:hover{
	list-style-image: url(../images/icon3.gif);
	color: #CC0000;
}
.time {
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.more {
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}




