@charset "utf-8";

/* all
--------------------------------------------------*/

body {
	font-family: Arial, "細明體", "新細明體" ;
	font-size: 12px;
	background-color: #990033;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, "細明體", "新細明體" ;
	color: #000000;
	line-height: 22px;
}
td .btitle {
	color: #CC0033;
	font-weight: bold;
	line-height: 22px;
}

td .mtitle {
	font-weight: bold;
	line-height: 50px;
}

td .description {
	color: #444444;
}


/* Home
--------------------------------------------------*/

#home .date{	
	font-family: Arial;
	font-size: 11px;
	color: #7D0302;
	line-height: 14px;
}

#home #copyright a{	
	font-family: Arial, "細明體", "新細明體" ;
	font-size: 11px;
	color: #303030;
	line-height: 14px;
}

/* music control
--------------------------------------------------*/

#music a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

#music a:hover {
	text-decoration: underline;
}

/* copyright
--------------------------------------------------*/

#copyright a{	
	font-size: 11px;
	color: #7D0302;
	text-decoration: none;
}

/* biography
--------------------------------------------------*/

.date{	
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

