﻿/*web basic style*/
td {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	font-size: 11px;
	color: #D4CCCC;
	line-height: 20px;
}

body {
	margin: 0px;
	background-color: #620206;
	SCROLLBAR-FACE-COLOR: #660000;
	SCROLLBAR-HIGHLIGHT-COLOR: #660000;
	SCROLLBAR-SHADOW-COLOR: #660000;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #AA0002;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}
/*-------------------------------------------------------------------*/


/*menu style*/
#menu  {
	font-family: "MS Reference Sans Serif";
	color: #FFCCCC;
	font-size:7.5pt;
}
#menu a {
	color: #FFCCCC;
	text-decoration: underline;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#menu a:visited {
	color: #FFCCCC;
}
/*-------------------------------------------------------------------*/


/*web link style*/
a {
	color: #FFCCCC;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/*-------------------------------------------------------------------*/


/*web link style*/
#copyright {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	font-size: 8pt;
	line-height: 31px;
	color: #FFFFFF;
	letter-spacing: 0.2mm;
}
#copyright a:link {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:visited {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:hover {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	color: #FFFF00;
	text-decoration: none;
}
/*-------------------------------------------------------------------*/


/*Title Style*/
.btitle {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #640206;
}
.mtitle {
	font-family: "Arial", "Courier New", "Times New Roman", "細明體", "新細明體";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*-------------------------------------------------------------------*/

.date {
	font-family: "MS Reference Sans Serif";
	font-size:7pt;
}

.bordot {
	border-bottom: 1px dashed #FF3300;
}


.footerBG {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
}
	
.bordotPink {
	border: 1px dashed #E9D8C3;

}
.bor {
	border: 1px solid #540000;
}
.borBG {
	background-image: url(images/bg_bor.jpg);
	background-repeat: repeat-y;
}
.dash_h {
	border:1px dashed #8EC21F;
	height:1;
　　width:100%;
　　align:center;
　　Shade:no;
}

.eventbg {
	background-image: url(images/eventbg_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.tbtitle {
	color: #cccccc;
	background-color: #540000;
}
