@charset "utf-8";
/* CSS Document */

/*--------------------------------------reset 此區塊請勿更動*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */blockquote, pre,
/*a, */abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana Normal', 'Verdana';
}
img {border: 0;}
hr {
	margin: 0;
	padding: 0;
	clear: both;
	visibility:hidden;
}
.hidden {display: none;}

ul,li,p{
	margin:0;
	padding:0;
}
	
#dmheader{ display:none; }
	

	
/*主頁版型*/
.container {
	width: 100%;
	background: url(/C10M_MiceTour/img/bg.jpg) 0 0 repeat;
	padding: 0 0 20px 0;
}
.container2 {
	width: 100%;
	background: url(/C10M_MiceTour/img/bg-top.jpg) center 0 no-repeat;
}
.container3 {
	width: 960px;
	margin: 0 auto;
}


/*主頁版頭*/
.header {
	width: 960px;
	height: 510px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
h1, h2, h3, .header-pic, .header-title, .header-btn a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}
h1, h2, h3 {
	left: 0;
	width: 960px;
}
h1 {
	height: 200px;
	top: 0;
	background: url(/C10M_MiceTour/img/header01.jpg) 0 0 no-repeat;
}
h2 {
	height: 200px;
	top: 200px;
	background: url(/C10M_MiceTour/img/header02.jpg) 0 0 no-repeat;
}
h3 {
	height: 110px;
	top: 400px;
	background: url(/C10M_MiceTour/img/header03.jpg) 0 0 no-repeat;
}
.header-pic {
	width: 311px;
	height: 370px;
	background: url(/C10M_MiceTour/img/header-pic.png) 0 0 no-repeat;
	left: 625px;
	top: 35px;
}
.header-title {
	width: 454px;
	height: 300px;
	background: url(/C10M_MiceTour/img/header-title.png) 0 0 no-repeat;
	left: 200px;
	top: 50px;
}
.header-btn a {
	width: 285px;
	height: 60px;
	background: url(/C10M_MiceTour/img/header-btn.png) 0 0 no-repeat;
	left: 400px;
	top: 365px;
}
.header-btn a:hover {background-position: 2px 0;}




/*下方內容*/
.main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(/C10M_MiceTour/img/bg-left.jpg) 0 0 repeat-y white;
	overflow: hidden;
}
.leftcolumn {
	width: 300px;
	float: left;
	padding-bottom: 15px;
}
.rightcolumn {
	width: 580px;
	float: left;
	margin-left: 50px;
	padding-bottom: 20px;
}

.left01 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 300px;
	height: 290px;
	background: url(/C10M_MiceTour/img/left01.jpg) 0 0 no-repeat;
	margin-bottom: 15px;
}
.left02 {
	width: 300px;
	height: 340px;
	background: url(/C10M_MiceTour/img/left02_20150216.jpg) 0 0 no-repeat;
	position: relative;
	margin-bottom: 15px;
}
.left02-mail {
	position: absolute;
	width: 280px;
	height: 30px;
	left: 13px;
	top: 254px;
	display: none;
}
.left02-mail a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
}





/*table*/
.descript {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 15px;
}
.descript a {
	color: #007ac8;
	text-decoration: none;
}
.descript a:hover {color: #FB6837;}
.t01 {
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	letter-spacing: 1px;
	padding-bottom: 8px;
}
.t02 {
	font-size: 13px;
	line-height: 24px;
	color: #FB6837;
	letter-spacing: 1px;
	font-weight: bold;
}
.t03 {
	color: #CC0000;
	margin-right:10px;
}


