@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-color: #025984;
	background-repeat: no-repeat;
}
.tittle{
	color: #E68453;
	font-family: "微軟正黑體";
	font-size: 40px;
	font-weight: bold;
}
.t1{
	color: #EDEDED;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 19pt;
}

.date{
	color: #EDEDED;
	font-size: 50px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-variant: normal;
}

.dir{
	color: #EDEDED;
	font-size: 26px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-variant: normal;
}

.school{
	color: #F2E31A;
	font-family: "微軟正黑體";
	font-size: 50px;
}

.stitched {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 14px;
	margin-bottom: 5px;
	background: #B0A183;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px dashed #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #B0A183,2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #C1A372;
	font-weight: normal;
	-webkit-box-shadow: 0 0 0 4px #B0A183,2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}
