@charset "shift_jis";

/***********************
	
	IE6用ハックコード
	
************************/

*html #abt{
	font-size: 18px;
	line-height: 130%;
}

*html #abt2{
	font-size: 18px;
	line-height: 130%;
}

/********************

	
	
*********************/

*{
	margin: 0;
	padding: 0;
}

/*********************

	bodyR
	
***********************/

body{
	margin: 0;
	padding: 0;
}

/*********************

	containerR
	
**********************/

#container{
	width: 750px;
	border: 1px #000000 solid;
	margin: 0 auto;
}

/*********************

	main
	
**********************/

#image{
	position: absolute;
}

img{
	border-style: none;
}

#senkou{
	position: relative;
	top: 345px;
	left: 250px;
	border-style: none;
	
}

#event_schedul{
	width: 502px;
	margin: 20px  auto 10px 86px;
	/*border: 1px #6666CC solid;*/
}

#abt{
	width: 580px;
	/*border: 1px #6600CC solid;*/
	margin: 0 0 0 85px;
	font-size: 16px;
}

#image_center{
	/*border: 1px #333333 solid;*/
	width: 578px;
	margin: 10px auto 10px auto;
	
}

#abt2{
	width: 600px;
	/*border: 1px #6600CC solid;*/
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 10px;
}

#map{
	width: 595px;
	/*border: 1px #000099 solid;*/
	margin: 0 auto;
}

#parking{
	width: 582px;
	/*border: 1px #000099 solid;*/
	margin: 10px auto 0 auto;
}


#shatoru{
    display: inline;
	width: 281px;
	float: left;
	margin: 20px 10px 10px 84px; 
	padding-bottom: 20px;
}

#tour{
	width: 281px;
	float: left;
	margin: 20px 10px 10px 8px;
	padding-bottom: 20px;
}

#shatoru a{
	display: block;
	background: url(../imagesformisia/shut_bus.jpg) no-repeat;
	width: 279px;
	height: 72px;
	text-indent: -1000em;
	overflow: hidden;
}

#shatoru a:hover{
	background: no-repeat bottom url(../imagesformisia/shut_bus.jpg);
}



#tour a{
	display: block;
	background: url(../imagesformisia/misia_bus.jpg) no-repeat;
	width: 279px;
	height: 72px;
	text-indent: -1000em;
	overflow: hidden;
}

#tour a:hover{
	background: url(../imagesformisia/misia_bus.jpg) no-repeat bottom;
}


/**********************

	tableR
	
***********************/

td#table1{
	/*border: 1px #333333 solid;*/
	padding-left: 13px;
}

td#table2{
	/*border: 1px #333333 solid;*/
	padding-left: 13px;
}

td#table3{
	padding-left: 13px;
}

td#table4{
	padding-left: 75px;
	line-height: 120%;
}
/*********************

	floatR
	
**********************/

.clear{
	clear: both;
}

