@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	font-family:微軟正黑體;
	margin:0px;
	padding:0px;
}
img {
    border:0;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	  
}

#tex{
				width: 100%;
				background-color: #d8618a;
				box-shadow: 3px 2px 2px 1px rgb(36, 36, 39),inset 1px 1px 2px 1px rgba(221, 221, 224, 0.5);
				border: 0;
				color: #ffffff;
				text-decoration: none;
				border-radius: 20px;
				border-color: #2d2e3e;
				font-size: 150%;
				line-height: 150%;
				letter-spacing: 5px;
				margin: 50px 0;
				padding: 0 20px;
}
#tex a:link{
    color:#000;
	text-decoration:none;
}
#tex a:hover{
    color:#313130;
	text-decoration:none;
}
#go{
				width: 100%;
				width: 100%;
				background-color: #c70404;
				box-shadow: 3px 2px 2px 1px rgb(36, 36, 39),inset 1px 1px 2px 1px rgba(221, 221, 224, 0.5);
				border: 0;
				color: #ffffff;
				text-decoration: none;
				border-radius: 20px;
				border-color: #2d2e3e;
				font-size: 150%;
				line-height: 150%;
				letter-spacing: 5px;
				margin: 50px 0;
				padding: 0 20px;
}
#go a:link{
    color:#000;
	text-decoration:none;
}
#go a:hover{
    color:#313130;
	text-decoration:none;
}
#title {
				width: 100%;
				background-color: #30B140;
				border: 0;
				color: #ffffff;
				text-decoration: none;
				border-color: #2d2e3e;
				font-size: 200%;
				margin: 0px 0;
}