@charset "utf-8";

*{
	padding:0;
	margin:0;}
.header h1 a{
	background-image: url(../images/upvd.png);
	display: block;
	width: 180px;
	height: 36px;

	margin-left:700px;
	}

.content {
	height:850px;
	background-image:url(../images/down.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-radius:0 0 20px 20px;
	}	
.content_L{
	height:638px;
	background-image:url(../images/con00.png);
	width:250px;
	float:left;
	margin-left:28px;
	font-family:"華康中圓體","微軟正黑體", Arial;
	}
.content_R{
	height:638px;
	background-image:url(../images/con00.png);
	width:594px;
	float:right;
	background-position:right;
	margin-right:28px;
	font-family:"華康中圓體","微軟正黑體", Arial;
	position:relative;}
.content_L h1{
	background-image:url(../images/title.png);
	height:90px;
	width:190px;
	margin:8px 13px;}	
.content_L ul{
	padding-left:15px;
	list-style:none;
	padding-top:8px;}
.content_L li{
	}
.content_L li a{
	display:block;
	width:180px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(../images/lesson01.png);
	margin-bottom:5px;
	font-size:25px;
	font-weight:bold;
	color:#45B500;
	
	text-decoration:none;
	text-indent:70px;
	line-height:50px;
	}
.content_L li a:hover{
	background-image:url(../images/lesson02.png);
	color:#F20079;}

.content_R h1{
	display:block;
	height:50px;
	width:450px;
	background-repeat:no-repeat;
	background-image:url(../images/pic.png);
	background-position:left center;
	margin:25px 10px;
	color:#03C;
	text-indent:70px;
	line-height:50px;
	
	}
.content_R h3{
	display:block;
	height:50px;
	width:500px;
	margin:200px 10px;
	color:#000;
	text-indent:70px;
	line-height:50px;
	}
.content_R h3 a{
	font-size:22px;
	color:#06F;
	
	}
.content_R h3 a:hover{
	color:#F36;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;}			
.content_R p{
	display: block;
	height: 50px;
	width: 175px;
	position: absolute;
	right: 41px;
	top: 6px;
	background-image: url(../images/play01.png);
	}
.content_R p:hover{
	background-image:url(../images/play01a.png);
}
	
.content_R table{
	text-align: center;
	border: #F20079 2px solid;
	position: absolute;
	left: 10px;
	top: 90px;
	}

	
.content_R tr th{
	background-color:#F20079;
	height:35px;
	color:#FF6;
	font-size:19px;
	line-height:35px;
	}

.content_R tr td{
	height:26px;
	line-height:14px;
	border:#F20079 1px solid;
	font-size:18px;
	
	}
.content_R tr td h4{
	font-weight:normal;
	text-align:left;
	text-indent:5px;
	font-size:17px;
	
	
		}
.content_R tr td a{
	font-size:18px;
	color:#666;
	
	}
.content_R tr td a:hover{
	color:#06F;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;}

.footer{
	clear:both;
	height:200px;
	position:relative;

	}
.footer p{
	display:block;
	color:#FFF;
	height:50px;
	width:600px;
	text-align:center;
	position:absolute;
	left:150px;
	top:160px;
	}
