﻿body{
	font-family: 微軟正黑體, 新細明體;
	text-align: center;
	background: #FFB6C1;
}

a{
	color: #436EEE;
	text-decoration: none;
}

a:hover{
	color: #FFBC43;

}

.title{
	border: 1px solid #000000;
	text-align: center;
	margin-right: 10px;

}

#web{
	margin: 0px auto;
	border: 5px solid #436EEE;
	width: 750px;
	background-color: white;
	text-align: center;
}

#header{
	display: none;
}

#items{
	display: none;
	
	float: left;
	width: 250px;

	padding-top: 10px;
	padding-left: 0px;
	
}

#items ul{
	list-style: none;
}

#content{
	display: none;
	border-left: 5px dashed #436EEE;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 480px;
	padding-top: 10px;
}

#footer{
	display: none;
	clear: both;
	background-color: #436EEE;
	color:#ffffff;
	height: 20px;
	width: 100%;
	margin: 0 auto;
}
#course{
	display: none;
}
