@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/s_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f4f4f4;
}
#warp{
	width: 315px;
	margin: 0 auto;
	}
	
#header{
	height: 150px;
	width: 315px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(../images/h_bg.jpg);
}


#Content {
	width: 315px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5A5A5A;
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px
}
br {
	line-height: 16px;
}
p {
	line-height: 20px;
}



#footer{
	text-align: right;
	height: 70px;
	width: 305px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	background-color: #212121;
	padding-right: 10px;
}

#warp #footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #F9F9F9;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #f9f9f9;
}

h1 {
	color: #2f4a42;
	font-size: 20px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5E765C;
	padding-bottom: 2px;
	height: 25px;
	padding-top: 15px;
	margin-bottom: 10px;
}
h2 {
	font:           bold 1.4em/1.2em 'Segoe UI', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color:          #777;
	border-radius:          7px;
	-moz-border-radius:     7px;
	-webkit-border-radius:  7px;
	padding:        5px 10px;
	display:        inline-block;
	margin:         0;
}



.speaker_box {
	float: left;
	width: 315px;
	border-bottom:  1px solid #ddd;
	padding-bottom: 5px;
}

.speaker_name {
	font-size: 16px;
	font-weight: bolder;
	color: #030;
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.speaker_title {
	font-size: 12px;
	font-weight:    normal;
	color:          #9c9c9c;
	float: left;
	width: 285px;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: both;
}
.speaker_pic {
	float: left;
	height: 140px;
	width: 140px;
	border: 10px solid #3f3a3a;
}

.speaker_detail {
	float: left;
	width: 285px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding: 5px;
	background-color: #FFF;
}
