﻿body {
	text-align: center;
	background-image: url('../image/index_back1.png');
	max-height: 700px;
	font-family: 微軟正黑體;
}

#container {
	width: 1180px;
	max-height: 600px;
	margin: 0px auto;
	padding: 50px 50px 200px 50px;
	border-style: solid;
	border-width: 10px;
	border-color: #660000;
	border-radius: 15px;
	background-image: url('../image/main_back.png');
	text-align: left;
}

#title {
	text-align: left;
	float: left;
}

#title .highLight {
	color: #CC0000;
	font-size: 40px;
	font-weight: bold;
}

#content {
	border-radius: 15px;
	margin: 50px;
	text-align: left;
	min-height: 400px;
	max-height: 400px;
	overflow-y: auto;
	position: relative;
	left: 50px;
	padding: 50px;
	background: url('../image/content_back.png');
	z-index: 1;
	font-size: 18px;
}

#content .font {
	font-family: 標楷體;
}

#content .mark {
	font-size:10px;
}

#menu {
	background-image: url('../image/table.png');
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	top: -450px;
}
#menu img {
	width: 160px;
}

#menu #tag1 {
	position: relative;
	top: -50px;
}

#menu #tag2 {
	position: relative;
	left: -30px;
}

#menu #tag3 {
	position: relative;
	left: -50px;
}

#menu #tag4 {
	position: relative;
	top: -50px;
}

#menu #tag5 {
	position: relative;
	left: -70px;
	top: -20px;
}

#menu #tag6 {
	position: relative;
	top: -30px;
	left: -50px;
}

.content-hidden {
	display: none;
}
