@charset "UTF-8";
/* 捲軸和背景*/
BODY{
	BORDER-RIGHT: #996666 0px solid;
	BORDER-TOP: #996666 0px solid;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #996666;
	BORDER-LEFT: #ffffff 0px solid;
	SCROLLBAR-SHADOW-COLOR:#996666;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #996666;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	BORDER-BOTTOM: #ffffff 0px solid;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-image :url('../ymyground.jpg');
	background-repeat:repeat-y;
	background-position: 0% 0%;
	background-attachment:fixed;
	background-color: #FFFFFF;
	color: #000000;	
}
/* 超連結*/
a:link    {text-decoration: none}
A:visited {color: #996666;text-decoration: none}
A:active  {text-decoration: none}
A:hover {color: #FF0000; text-decoration: underline; font-weight: bold}

/* 標題*/
.title00 {
	font-family: "標楷體";
	font-size: 30pt;
}
.title00-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 30pt;
}

.title01 {
	font-family: "標楷體";
	font-size: 24pt;
}
.title01-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 24pt;
}
.title02 {
	font-family: "標楷體";
	font-size: 20pt;
}
.title02-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 20pt;
}
.title03 {
	font-family: "標楷體";
	font-size: 16pt;
	font-weight: bold;	
}
.title03-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 16pt;
	font-weight: bold;	
}

/* 內文*/
.content {
	font-family: "標楷體";
	font-size: 13.5pt;
}
.content-en {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 13.5pt;
}

/* 註解*/
.ps {
	font-family: "新細明體";
	font-size: 10pt;
}

.ps-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* 日期*/
.date {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 12pt;
}

/*版權*/

.copyright{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #808080;	
}

.copyright-zh{
	color: #FF6666;	
}