/*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 5px 7px 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;
}
#right {
	float: left;
	width: 630px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#about_title {
	text-align: center;
	float: left;
	width: 630px;
	height: 50px;
	background: url(../images/about_title.jpg) no-repeat center top;
}

#about_title2 {
	text-align: center;
	float: left;
	width: 630px;
	height: 50px;
	background: url(../images/about_title-other.jpg) no-repeat center top;
}

br {
	line-height: 16px;
}
p {
	line-height: 20px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-weight: bolder;
	height: 25px;
	margin: 20px 0 5px 20px;
}
h2 {
	font-weight: bolder;
	color: #393939;
	margin-top: 10px;
	margin-bottom: 5px;
}

