/*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: 0 10px 0 30px;
	font-family:Georgia, Times New Roman, Times, serif;
}
#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;
}

#right {
	float: left;
	width: 630px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#about_title {
	background: url(../images/about_title.jpg) no-repeat center top;
	text-align: center;
	float: left;
	width: 630px;
	height: 50px;
}

.main_txt {
	padding: 25px 25px 25px 50px;
	float: right;
	width: 555px;
	font-size: 13px;
	color: #333;
}

.main_txt2 {
	padding: 25px 25px 25px 50px;
	float: right;
	width: 555px;
	min-height:600px;
	font-size: 13px;
	color: #333;
}

/* 表格CSS */
.td_left, .td_right,.td_03{
	padding: 5px;
	float: left;
}
.td_left{
	padding: 5px 5px 6px 5px;
	width: 100px;
	margin: 2px 2px 0 2px;
	color: #741e12;
	background-color: #eab8b9;
}
.td_right{
	border: 1px solid #D8D8D8;
	width: 400px;
	margin: 2px 2px 0 0;
	padding: 5px;
	line-height: 20px;
}

/* 表格結束 */
br {
	line-height: 16px;
}
p {
	line-height: 20px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-weight: bolder;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.td_right a {
	color: #415712;
}
