@charset "utf-8";
/* CSS Document */

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#all #btn {
	background-color: #9CF;
	float: left;
	height: 64px;
	width: 800px;
}
#all #home {
	background-color: #FFC;
	float: left;
	height: 43px;
	width: 800px;
}
#all #info-btn {
	background-color: #FFF;
	float: left;
	width: 270px;
	padding-top: 30px;
}
.title-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.title-s {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}
#all #footer {
	float: left;
	width: 800px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	height: 46px;
	text-align: center;
}
#all #footer table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.5em;
	text-align: center;
}
#all #info {
	float: right;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333;
	font-size: 110%;
	padding-top: 70px;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}
#all #allinfo {
	width: 800px;
	background-color: #FFFFFF;
}

.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #FFF;
	padding-bottom: 10px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	padding-top: 5px;
}
.topinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #FFF;
	padding-left: 80px;
	padding-top: 5px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #600;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}
.info-r {
	color: #CE254E;
}
.infobtn {
	white-space: normal;
	display: block;
}
.info-prtable {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.infotable {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #CE254E;
	padding-left: 20px;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #CCC;
}
#navigation {
	width: 130px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 指定滑鼠移到連結上方時的項目符號及底色 */
	background-color: #CE254E;
	background-image: url(images/list_marker_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation a {
	background: #FFFFFF url(images/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 120px !important;
	width /**/: 130px;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navigation a:hover {
	color: #FFFFFF; /* 指定滑鼠移到連結上方時的文字顏色 */
	background-image: none; /* 滑鼠移到連結上方時，隱藏底圖 */
	background-color: transparent;
}

.new-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 2em;
	color: #666666;
}
#all #top {
	background-image: url(../images/about/about-top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 375px;
	width: 800px;
}
