@charset "UTF-8";

a:link {
	color: #e03822;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e03822;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #e03822;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	background-attachment: scroll;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
#btLogo a {
	height: 120px;
	width: 180px;
	margin-left: 100px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	background-image: url(../images/bt_logo.png);
}
#nav {
	height: 30px;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 30px;
	list-style-type: none;
	margin: 0px 0px 0px 100px;
	padding: 2px 0px 3px 0px;
}
#nav li {
	float: left;
	margin-right: 15px;
	text-shadow: 2px 2px #FF9;
}
#main_bg {
	min-width: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
}
.content  {
	width: 600px;
	margin-left: 100px;
	margin-top: 30px;
}
.content h1 {
	color: #e03822;
	font-size: 32px;
	line-height: 35px;
	margin: 0px;
	background-image: url(../images/h1_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
.content p  {
	text-align: justify;
}
#group_photo, 
#sharings_photo,
#future_photo {
	width: 600px;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center top;
}

#group_photo {background-image: url(../images/group_photo.png);}
#sharings_photo {background-image: url(../images/sharings_photo.png);}
#future_photo {background-image: url(../images/HTML_-Photo.png);}
.story_photo1,
.story_photo2 {
	height: 165px;
	width: 165px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}
.story_photo1 {background-image: url(../images/story_photo-1.png);}
.story_photo2 {background-image: url(../images/story_photo-2.png);}

.credit {
	color: #e03822;
	text-shadow:1px 1px #FF9;

}

.links {
	font-size: 18px;
}
#enter {
	float: right;
	margin-right: 180px;
	margin-top: 580px;
	font-size: 30px;
	line-height: 40px;
}
