body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}


/*遊記分享-內容的上下兩條灰bar*/
.bar {
	border: 1px solid #d6d6d6;
	background-image: url(img/bg_bar.jpg);
	padding: 10px 17px;
	font-size: 12px;
	color: #666666;
}
.bar a:link, .bar a:visited {
	color: #01a0d0;
	text-decoration: none;
}
.bar a:hover, .bar a:active {
	text-decoration: underline;
}
/*遊記分享-中間白色的灰框*/
.t1 {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
/*遊記分享-作品table設定*/
.t1 .text {
	margin: 15px 0;
}
.t1 .text h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #01a0d0;
	margin: 12px 25px;
}
.t1 .text p {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	margin: 0 25px 10px 25px;
}
.t1 .push {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #f8469a;
}
.t1 .push strong {
	font-size: 16px;
}
/*遊記分享填寫頁-中間白色的灰框*/
.t2 {
	border: 1px solid #d6d6d6;
}
.t2 p {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	margin: 30px 0 17px 0;
}
.t2 p strong {
	font-size: 16px;
	color: #01a0d0;
}
/*遊記分享mail頁*/
.t3 h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #01a0d0;
	margin: 12px 25px;
}
.t3 p {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	margin: 15px 25px;
}


.mailadd {
	font-size: 13px;
	line-height: 20px;
	color: #00a1d5;
	font-weight: bold;
}
.mailadd a:link, .mailadd a:visited {
	color: #00a1d5;
	text-decoration: none;
}
.mailadd a:hover, .mailadd a:active {
	text-decoration: underline;
	color: #FF6600;
}