@charset "utf-8";
#right #b_summer {
	background-image: url(../images/b_summer.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#right #b_spring {
	background-image: url(../images/b_spring.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#right #b_fall {
	background-image: url(../images/b_fall.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#right #b_winter {
	background-image: url(../images/b_winter.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#right #content {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	line-height: 1.8em;
	color: #333;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 510px
}
#right #content h2 {
	background-image: url(../images/point.jpg);
	background-repeat: no-repeat;
	font-family: "微軟正黑體", Arial;
	color: #333;
	padding-bottom: 10px;
	background-position: 0px 5px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.6em;
}
#right #content h3 {
	font-size: 28px;
	font-family: "新細明體";
	font-weight: bold;
}





#titleName {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 30px;
	color: #FFF;
	position: absolute;
	left: 100px;
	top: 80px;
}
#titleName p {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 16px;
	padding-top: 10px;
}
#photoBy {
	color: #FFF;
	position: absolute;
	width: 250px;
	top: 190px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 14px;
}
