@charset "utf-8";
/* CSS Document */

/*------------------reset--------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding: 0;
	font-weight:normal;
	list-style:none;	
} 

fieldset, img { border:0;}

.hidden {display:none;}

.clean { clear:both;}

/*---------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background:#b4f6d8;
}

#container{
	width:100%;
	height: 100%;
	background: url(/B2C_PageDesign/C10M_MiceTour/images/bg-02.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#container2{
	width:960px;
	margin:0 auto;
}

#header{
	height: 343px;
	margin:0;
}

#header h1{
	height: 172px;
	text-indent:-5000px;
	overflow:hidden;
	margin:0;
	background-image: url(/B2C_PageDesign/C10M_MiceTour/images/header01-02.jpg);
	background-repeat: no-repeat;
}

#header h2{
	height: 171px;
	text-indent:-5000px;
	overflow:hidden;
	margin:0;
	background-image: url(/B2C_PageDesign/C10M_MiceTour/images/header02-02.jpg);
	background-repeat: no-repeat;
}


#main {
	margin:0;

}

#left{
	width:244px;
	height:461px;
	background: url(/B2C_PageDesign/C10M_MiceTour/images/left-02.jpg) 0 0 no-repeat;
	margin:0;
	float:left;
	text-indent:-3000px;
}

#right{
	width:716px;
	margin:0;
	float:right;
	paddidng-bottom:20px;
	background: url(/B2C_PageDesign/C10M_MiceTour/images/right02.jpg) left bottom no-repeat;
	}

#right01{
	background: url(/B2C_PageDesign/C10M_MiceTour/images/right01.jpg) 0 0 no-repeat;
	height:800px;
}

	

/* All form elements are within the definition list for this example */

input { padding:1px; /*width:180px;*/}
select { color:#444;}
.in2 { width:50px; }

dl {
    font:normal 13px Arial;
    position: relative;
    width: 610px;
	_width:600px;
	margin:20px 0px 40px 30px;
	_margin:0px;
}

dt {
    clear:both;
    float:left;
    width: 100px;
	_padding:0 0 0 20px;
    text-align: left;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
}


dd {
    float: left;
    width: 500px;
	_width:310px;
    padding-left: 6px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
}

.dd2 {
	float: left;
	height:30px;
    width: 320px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
}

.t01 {
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
}
.t02 {
	font-size: 12px;
	line-height: 30px;
	color: #FB6837;
	letter-spacing: 1px;
	padding-right:5px;
}

.t02-2 {
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-right:5px;
}
.t03 {
	font-size: 12px;
	line-height: 30px;
	color: #E03438;
	letter-spacing: 1px;
}

p.title { 
    clear:both; border-bottom:1px solid #CCC; width:610px; 
    margin:0 30px;
	padding:15px 0 0 0;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	
}
p.title span { float:right;}