@charset "UTF-8";
/* 捲軸和背景*/
BODY{
	BORDER-RIGHT: #6699ff 0px solid;
	BORDER-TOP: #6699ff 0px solid;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	BORDER-LEFT: #000000 0px solid;
	SCROLLBAR-SHADOW-COLOR:#6699ff;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #6699ff;
	SCROLLBAR-TRACK-COLOR: #000000;
	BORDER-BOTTOM: #000000 0px solid;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	background-image :url('../ymyground_black.jpg');
	background-repeat:repeat-y;
	background-position: 0% 0%;
	background-attachment:fixed;
 	background-color: #000000;
	color: #FFFFFF;	
}

/* 超連結*/
    a:link    {text-decoration: none}
    A:visited {text-decoration: none}
    A:active  {text-decoration: none}
    A:hover {color: #FF0000; text-decoration: underline}

/* 標題*/
.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;
	line-height:200%;
}
.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: 13.5pt;
}
.top01 {
	font-family: "Calligraph421 BT", Garamond, "Times New Roman";
	font-size: 11pt;
}

/*版權*/

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

.copyright-zh{
	color: #FF6666;	
}

/*演員檔案*/
.actor{
	font-family: "新細明體";
	font-size: 12pt;
}
.actor-en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}