body {
	background-image:url('./pic/bg_rain02.gif'); margin:10px;
}

/* 2017-1-1 可刪 */
img#year3:hover {
	cursor:pointer ;
	border:6px solid #fff;
}
/* 2017-1-1 可刪 */

a {
	text-decoration: none;
}

img {
	border:0;
}

h2 {
	font-size:1.2em;
	font-family:"微軟正黑體","華康中黑體","方正平黑","文鼎黑體HKM";
}

.yymmddColor { color:#8000ff; }

#wrapper {
	background-color:white;
	width:900px;
	margin:0 auto;
	background-image:url('./pic/sidebg02.gif');
	background-repeat:repeat-y;
}

#thebody {
	position:relative;
	top:0px;
	left:0 ;
	margin-top:0px;
	width:100%;
}

#header {
	height:120px;
	background-image:url('./pic/header_sky02.jpg');
	background-repeat:no-repeat;
	text-align:right
}

#nav {
	height:32px;
	background:white;
	margin-left:175px;
}

#nav>ul {
	margin:0;
	padding-top:7px;
}

#nav li:hover {
	cursor:pointer ;
	background:#ffd295;
}

#nav>ul>li {
	float:left;
	margin:0 30px;
	list-style: none;
	display:block;
	background:#fee82d;
	width:100px;
	height:24px;
	border:1px solid green;
	border-radius: 6px 6px 0 0;
	line-height:24px;
	text-align:center;
	color:#3000ff;
	font-size:14pt;
	font-family:'標楷體','華康楷書體W5','方正楷體','文鼎楷體';
}

#nav ul ul {
	list-style: none;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
    display: none;
	width:250px;
	position:relative;
	top:1px;
	left:-1px;
}

#nav ul ul li{
	list-style: none;
	height:28px;
	display:block;
	line-height:28px;
	text-align:left;
	padding-left:5px;
	border-bottom:1px solid #aaa;
	background:#fff8ba;
	margin-left:-39px;
}

#nav ul ul li img{
	border:0;
	margin:0 0 -4px 0;
	padding:0;
}

#nav>ul li:hover > ul {
    display: block;
}

#content {
	min-height:400px;
	margin:0px 10px 10px 175px;
	padding:5px 15px;
	font-size:1.1em;
	font-family:"微軟正黑體","華康中黑體","方正平黑","文鼎黑體HKM";
	background:#ffffff;
	border:1px solid green;
	border-radius: 20px;
}

#content ul {
	width:20em;
	font-size:1.1em;
	line-height:1.6em;
	list-style-type:none;
}

#content ul.resume {
	margin-top:-15px;
	width:32em;
	list-style-type:disc;
}

#content .boldtext {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

#inText {
	width:100%;
	min-height:400px;
}

.words {
	width:32em;
	font-size:1.1em;
	line-height:1.6em;
}

#linedot {
	float:left;
	width:20px;
	padding:40px 0;
	background:yellow;
}

#sidebar {
	float:left;
	width:150px;
	padding:40px 10px;
	text-align:center;
	line-height:1.5em;
}

#sidebar>ul {
	position:relative;
	*left:-40px; /* 這句專為垃圾IE7而設 */
	list-style: none;
	width:150px;
	padding:0;
}

#sidebar>ul>li {
	color:blue ;
	border:1px dotted red;
	border-left:2px solid red;
	margin:12px 0;
	font-size:16pt;
	font-family:'標楷體','華康楷書體W5','方正楷體','文鼎楷體';
	height:25px;
	line-height:26px;
}

/*#sidebar>ul>li>img {
	display:block;
}
*/

#sidebar li:hover {
	cursor:pointer ;
}

#sidebar ul ul {
	list-style: none; 
	width:190px;
	text-align:left;
	background:#fffaeb;
    display: none;
    padding:0;
    margin:0;
	border:1px dotted #aaa;
}

#sidebar ul ul li{
 	padding-left:10px;
    margin:0;
}

#sidebar>ul li:hover > ul {
    display: block;
    position:relative;
    top:-24px;
    left:148px;
}

#sidebar>ul li:hover > ul li{
    border-bottom:1px solid #aaa;
}

#footer {
	background-image:url('./pic/grass05.gif');
	background-repeat:repeat-x;
	background-position:100% 100%;
	height:50px;
	font-size:0.8em;
	text-align:center;
}
