/*layout*/
body{
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
}
#warp{
	width: 800px;
	margin: 0 auto;
	}
#Content {
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
	overflow:hidden
}
#sub_menu {
	float: left;
	width: 170px;
	background-color: #990000;
	text-align: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#sub_menu li {
	list-style: disc;
	color: #ecd7ba;
	margin-left: 30px;
}
#sub_menu li a{
	font-size: 13px;
	color: #ecd7ba;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: disc;
	text-decoration: none;
}
#sub_menu li a:hover {
	color: #FFF;
}


#sub_menu .img_01 {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#sub_menu .img_02 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.assistant {
	float: left;
	width: 140px;
	color: #FFF;
	margin-left: 20px;
}

#right {
	float: left;
	width: 630px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

#masterclass_title {
	background: url(../images/masterclass-title.jpg) no-repeat center top;
	text-align: center;
	float: left;
	width: 630px;
	height:44px;
}

#about_title {
	background: url(../images/about_title.jpg) no-repeat center top;
	text-align: center;
	float: left;
	width: 630px;
}
#about_title p  {
	margin-top: 50px;
	color: #F00;
}
#about_title p a {
	color: #980000;
	text-decoration: none;
}
.main_txt {
	padding: 25px;
	float: right;
	width: 580px;
	font-size: 13px;
	color: #333;
}
.top,.top_in {
	background: url(../images/top.jpg) no-repeat left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AC3433;
	float: left;
	padding-left: 17px;
	padding-top: 2px;
}
.top {
	margin-left: 560px;
}
.top_in {
	margin-left: 500px;
}
.top a:link,.top_in a:link{
	color: #AC3433;
	}

br {
	line-height: 16px;
}
p {
	line-height: 20px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-weight: bolder;
	height: 25px;
	margin: 10px 0;
}
h2 {
	font-weight: bolder;
	color: #393939;
	margin-top: 25px;
	margin-bottom: 5px;
}
.main_txt ol {
	margin-top: 10px;
}


.main_txt ol li {
	line-height: 20px;
	list-style-type: decimal;
	margin-left: 50px;
}
.main_txt a {
	color: #980001;
}

.main_txt .inner {
	float: left;
	width: 540px;
	padding-left: 30px;
}

/*訪問學人用*/
.table {
	width: 560px;
	margin: 15px 0 0 20px;
	border-top: 1px solid #a4a4a4;
}
.table_tr{
	width: 560px;
	float: left;
	margin-top: 2px 0;
	background-image: url(../images/visit_left_bg.jpg);
	background-repeat: repeat;
}
.table_tr .left {
	width: 140px;
	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: 365px;
	color: #464646;
	line-height: 18px;
	background: url(../images/visit_right_bg.jpg) repeat;
	border-bottom: 1px solid #dedadb;
}
.table_tr .right .additional {
	color: #822541;
}
.table_tr_name {
	font-weight: bolder;
	margin: 2px 0 5px 0;
	color: #FFF;
}


