@charset "UTF-8";
/* CSS Document */


#secondNav_tour{
	height:41px;
	background:url(../../base/images/bg_secondnavi.png) repeat-x 0 0;
}

#secondNav_tour {
	font-size:0.85em;
	margin:0;
	color:#542D00;
	padding:19px 15px 5px;
	line-height:1.2;
}

#secondNav_tour a{
	color:#542D00;
	text-decoration:underline;
}

#secondNav_tour a:hover{
	color:#ff6600;
	text-decoration:underline;
}




/*------ common piece  ------*/
#header {
	width:100%;
}
#logolayout {
	width:980px;
	margin:0 auto;
}
#logo_Response {
	width:251px;
	height:49px;
	margin:20px 0 2px 0;
	float:left;
}
#logo_MotorExpo {
	width:80px;
	height:65px;
	margin:2px 4px;
	float:right;
}
.redline {
	width:100%; 
	height:4px; 
	background-color:#ec1000;
}


#bodywrapper {
	width:100%;
	background:#eeeeee;
	padding:10px 0 20px;
}

#bodyHeader {
	width:860px;
	margin:10px auto 20px;
	padding:20px 20px 14px;
	/*color:#ec1000;
	
	border-radius:20px;*/
	border:solid 1px #cccccc;
	
	box-shadow:2px 2px 1px #dddddd;

	background:#fff;
  background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background:-moz-linear-gradient(#ffffff, #eeeeee);
  background:linear-gradient(#ffffff, #eeeeee);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee));/* IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";/* IE8 */
	zoom: 1;
}
#bodyHeader span {
	 font-size:smaller;
}
#bodyHeader img {
	width:165px;
	height:18px;
}
#bodyHeader table {
	float:right;
}
#bodyHeader td {
}

#body {
	width:900px;
	color:#333333;
	background:#ffffff;
	border:solid 1px #cccccc;
	margin:0 auto;
	
	box-shadow:2px 2px 1px #dddddd;
}
#footer {
	width:100%;
	background:#eeeeee;
	padding:0 0 20px;
}
#footerLogo {
	width:200px;
	margin:auto;
}

#tourtitle {
	width:100%;
	padding:20px 20px;
	color:#ffffff;
	
	background:#666;
  background:-webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(98%, #777777), to(#666666));
  background:-moz-linear-gradient(#222222, #777777 98%, #666666);
  background:linear-gradient(#222222, #777777 98%, #666666);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#222222, endcolorstr=#666666));/* IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#222222, endcolorstr=#666666))";/* IE8 */
	zoom: 1;
}
#tourtitle .subitem {
	font-size:18px;
	line-height:1em;
	margin:4px 0 0 10px;
	padding:0;
}
#tourtitle #date {
	margin:0;
	font-size:20px;
}
#titleImg {
	width:100%;
}
