@charset "utf-8";
body {
	background-attachment: fixed;
	background: #000;
}



/* CSS Document */

#warp {
	width: 850px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/h_bg.jpg);
	height: 82px;
	width: 100%;
	background-repeat: repeat-x;
	position:fix;
}

#content {
	float: left;
	width: 849px;
	font-size: 12px;
	line-height: 1.3em;
	border-left: #999999 solid 1px;
	background-color: #9A0000;
}
#left {
	float: left;
	width: 268px;
}
#right {
	float: left;
	width: 580px;
	background-color: #FFF;
	border-right: #999999 solid 1px;
	padding: 10px 0 20px 0;

}
#right p {
	line-height: 1.3em;
	color: #262626;
	margin: 20px 40px;
	font-size: 13px;
}
#right p a {
	color: #600;
	text-decoration: none;
}

#right ol li {
	line-height: 1.3em;
	margin: 5px 60px;
	list-style: disc;
}


#right ol li a {
	color: #720606;
}

#right .discussion li {
	line-height: 1.3em;
	margin: 5px 50px;
	list-style: none;
}




.conference_box {
	float: left;
	width: 580px;
	background:url(../images/confer_bg.jpg) no-repeat top center;
}

.conference {
	margin: 0px 40px 0px 48px;
	float: left;
	line-height:1.3em;
}
.conference_photo {
	float: left;
	padding:10px 40px;
}
.conference_photo img {
	padding: 2px;
	border: 1px solid #D0D0D0;
	margin: 0 10px 0 0;
	float:left;
}

.more a{
	color: #003;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 17px 0 0;
}
.conference_title {
	float: left;
	width: 365px;
	padding: 5px;
	margin: 0;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
.conference_name {
	float: left;
	width: 98px;
	padding: 5px;
	background-color: #ddd;
	margin:0;
}

.link {
	background: url(../images/dot.jpg) no-repeat left center;
	padding-left: 15px;
}



#footer {
	float: left;
	width: 788px;
	text-align: left;
	font-size: 12px;
	background: #000 url(../images/f_bg.jpg) no-repeat top right;
	color: #FFF;
	padding: 25px 30px;
	border-bottom: #999 solid 1px;
	line-height: 20px;	
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
}
#warp #footer a:link {
	color: #900;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #D50000;
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #900;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #f9f9f9;
}
.menu {
	margin: 30px 0 0 30px;
}
.menu li {
	margin: 10px 0;
	width: 230px;
	border-bottom: #d47472 dotted 2px;
}
.menu li a {
	color: #f6f4f5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;	
	
}

figure {
	margin-left: 40px;
	float:left;
	width: 110px;
}
figure figcaption {
	text-align: center;
}
figure figcaption a:link,figure figcaption a:visited {
	text-decoration: none;
	color: #9A0000;
}
figure figcaption a:hover {
	text-decoration: none;
	color: #7e1010;
	border-bottom: #7e1010 dotted 1px;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #003;
	margin: 40px 40px 10px 40px;
	border-left: #003 solid 3px;
	padding-left: 5px;
	font-family:Helvetica, sans-serif;
}


#screenshot{
	position: absolute;
	background: #FFF;
	padding: 2px;
	display: none;
	color: #fff;
	border: 1px solid #bcbcbc;
	}


/*hover*/
.menu.fadehover li{
	position: relative;
	}
.menu.fadehover .fadehover2{
	position: relative;
	}
img.a {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	}
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	


/*訪問學人*/
.table {
	width: 540px;
	margin: 15px 0 0 20px;
	border-top: 1px solid #a4a4a4;
}
.table_tr{
	width: 540px;
	float: left;
	margin-top: 2px 0;
	background-image: url(../images/visit_left_bg.jpg);
	background-repeat: repeat;
}
.table_tr .left {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DBDBDB;
	float: left;
	background: url(../images/visit_left_name_bg.jpg) no-repeat left top;
	padding: 5px 5px 5px 35px;
}
.table_tr .right {
	float: left;
	padding: 5px;
	width: 355px;
	color: #464646;
	line-height: 16px;
	background: url(../images/visit_right_bg.jpg) repeat;
	border-bottom: 1px solid #dedadb;
}
.table_tr .right .additional {
	color: #822541;
	padding-top:5px;
	display:inline-block;
}
.table_tr_name {
	font-weight: bolder;
	margin: 2px 0 5px 0;
	color: #FFF;
}

.conference_box p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

ul{list-style-type: none;}

ul li{
	list-style-type: none;
}

/*super-slim*/

.slim_box{
	float: left;
	width: 580px;
	background:url(../images/confer_bg.jpg) no-repeat top center;
}

.slim_box h2{
	font-size: 14px;
	font-weight: bolder;
	color: #003;
	margin: 40px 40px 10px 40px;
	border-left: #003 solid 3px;
	padding-left: 5px;
}
.superslim_photo{
	padding:10px 10px 10px 40px;
}

.superslim_photo img{
	padding-left:3px;
}
.superslim_photo_s1 {
	float:left;
	padding:10px 10px 10px 40px;
}

.superslime_cont{
	margin:0px 20px 10px 40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.superslime_cont1{
	float:right;
	width:410px;
	margin-top:25px;
	padding-right:40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.superslime_cont2{
	float:right;
	width:410px;
	margin-top:80px;
	padding-right:40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.superslime_cont3{
	float:right;
	width:360px;
	margin-top:90px;
	padding-right:40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.superslime_cont4{
	float:right;
	width:380px;
	margin-top:120px;
	padding-right:40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.superslime_sub{
	margin: 0px 40px;
	padding:0px;
}

.slim_box .superslime_sub h3{
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.2em;
	color: #003;

	margin:0px;
	padding-left:5px;
}

#right .slim_box .superslime_sub p{
	line-height: 1.3em;
	color: #262626;
	margin: 5px 10px 5px 15px;
	font-size: 13px;
}

.superslime_sub ul li{
	list-style-type: disc;
	margin: 5px 20px 5px 40px;
}