body{
	margin:0px;padding:0;
	background:#F8EEE7;
	font-family:Arial, Helvetica,  sans-serif,Microsoft JhengHei;
	cursor:url(images/my.cur),url(images/my.png),auto;          /*§ïÅÜ·Æ¹«´å¼Ð*/
}
#main{	
	word-break: break-all;
	margin: 0 auto;
	width:100%;
	height:auto;
}
header{	
	box-shadow: 0 1px 3px black;
	border-radius: 0.5em 0.5em 0em 0em;
	margin: 0% 7% 0% 18%;
	height:40%;
	background:#D74B4B;
}
h1.word{
	color:#f6f5f3;;
	margin:0;
	padding:15px 10px;
	font-size:150%;}
aside{	
	position: fixed;
	left: 0;
	top:0;
	font-size: 1vw;
	box-shadow: 0 1px 3px black;
	width:15%;
	float:left;
	min-height:800px;
	background:#3d3d3f;
	text-align: center;
}
li{font-size: 25px;font-weight: bold;}
ul.ddmenu{
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.ddmenu li{
	font-size: 24px;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	
}
ul.ddmenu a{

	font-weight: bold;
	text-decoration:none;
	display:block;
	color:#f6f5f3;
	padding:8px 0px;
	
}
ul.ddmenu a:hover { 
	box-shadow: 0 1px 3px black;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
        	background-color: #D74B4B;
        	color: #fff;
    }
article{
	box-shadow: 0 1px 3px black;
	margin: 0% 7% 0% 18%;
	min-height:800px;
	background:#DCDDD8;
	padding:0px 0px 0px 0px;
	overflow:auto;
}
#wword{
	padding:15px 30px;
	margin:0px;
}
#rmenu {
	position: fixed;
	right: 0;
	top: 30%;
	width: 200px;
	margin: 2.5em 0 0 0;
	z-index: 5;
	background: #f6f5f3;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	border: #D74B4B;
	border-right: none;
	padding: 0.5em 0.5em 0 2.5em;
	box-shadow: 0 1px 3px black;
	border-radius: 3em 0.5em 0.5em 3em;
	color: #3d3d3f;
}
#top{bottom:5px;right:5px;}
p{font-size: 25px;}
footer{
	font-weight: bold;
	text-align: center;
	box-shadow: 0 1px 3px black;
	border-radius: 0em 0em 0.5em 0.5em ;
	background:#354B5E;
	color:#fff;
	margin: 0% 7% 0% 18%;
	height:10%;
	bottom:0;
}
