@charset "UTF-8";
*{
	margin: 0;
}
html {
	height: 100%;
}
body {
	background-image: url(images/intro.jpg);
	background-color:#9D9C9A;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	height:100%;
	text-align:left;
	vertical-align:top;
}
.body2 {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6A6A6A;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.top_menu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 30px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	vertical-align: bottom;
}
.menu_table {
	background-color: #FF0000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 0;
}
.menu_table_on {
	background-color: #EE0000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 0;
}
.record_table {
	background-color: #444444;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 0;
}
.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}
.heading a:link{
	font-size: 24px;
	color: #FFFFFF;
	text-decoration:none;
}
.heading a:visited{
	font-size: 24px;
	color: #FFFFFF;
	text-decoration:none;
}
.recordlabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.1em;
	color: #DDDDDD;
	text-align: center;
}
.recordlabel a:link{
	font-size: 14px;
	color: #DDDDDD;
	text-decoration:none;
}
.recordlabel a:visited{
	font-size: 14px;
	color: #DDDDDD;
	text-decoration:none;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.05em;
	color: #000000;
	text-align: left;
	line-height: 15px;
}
.table_height {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
}
.text_hl {
	font-size: 16px;
	font-weight: bold;
}
.text_hl_hl {
	font-size: 18px;
	font-weight: bold;
	color: #550000;
	line-height: 23px;
}
.text_new {
	font-size: 12px;
	color: #FF0000;
}
.text  a:link{
	font-size: 14px;
	color: #000000;
	text-decoration:underline;
}
.text  a:visited{
	font-size: 14px;
	color: #000000;
	text-decoration:underline;
}
.subhead{
	font-size: 18px;
	font-family: arial, 華康儷中黑, 儷黑 Pro, 新細明體;
	color: #FFFFFF;
	text-decoration: underline;
	text-align:left;
}
.subhead a:link{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.subhead a:visited{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
div.transON {
	width: 100%;
	background-color: silver;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
.wrapper{
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px;
}
.footer, .push{
	height: 135px;
}

.copyright, a:link, a:visited{
	font-family: arial;
	font-size: 9px;
	color: #444444;
	text-align: right;
	vertical-align:bottom;
	text-decoration:none;
	margin-right: 3px;
	margin-bottom: 3px;
}
.album {
	border: medium solid #FFFFFF;
}
.text_hl_small {
	font-size: 14px;
}