@charset "utf-8";

/* CSS Document */

#content{

	color: #535353;

	height: auto;

	font-size: 13px;

	line-height: 23px;

	font-family: "微軟正黑體";

}

#content h3{

	font-size: 16px;

	line-height: 28px;

	color: #661900;

	background-image: url(th.png);

	height: 28px;

	width: 619px;

	padding-left: 20px;

	font-weight: bold;

}

#content hr{

	margin: 10px;

	height: 1px;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 1px;

	border-left-width: 0px;

	border-bottom-style: dotted;

	border-bottom-color: #B9B9B9;

}

#content .date{

	padding-top: 5px;

	font-family: Arial, Helvetica, sans-serif;

	color: #AC6706;

	margin: 10px 0;

}





.photostyle {

	-webkit-transition: border-color 120ms linear;

	-moz-transition: border-color 120ms linear;

	-o-transition: border-color 120ms linear;

	transition: border-color 120ms linear;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

	border-radius: 8px;

	border: 1px solid #F0D5B9;

}

.photostyle:hover {}

.photobox{

	padding: 14px 0;

	height: 360px;

	width: 107px;

	position: relative;

}

.photobox .up,

.photobox .down{

	height: 12px;

	width: 107px;

	position: absolute;

	z-index: 1;

	left: 0px;

	display: block;

}

.photobox .up{

	top: 0px;

	background-image: url(up.png);

}

.photobox .down{

	bottom: 0px;

	background-image: url(down.png);

}

.photostyleS{

	margin: 5px auto;

	border: 1px solid #F0D5B9;

	height:77px;

	width: 104px;cursor: pointer;

}



.photostyleS:hover{opacity: 0.5;}

.video iframe{ width:639px;}