/*----------------------------------------------------------------------
まちとクルマのオアシスへ
----------------------------------------------------------------------*/
.o_txt {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 4px 0 2px 5px;

}

.o_image1 a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	margin: 8px auto 10px auto;
	/*overflow: hidden;*/
	display: block;
	padding: 0;
	width: 300px;
	height: 157px;
	background: url(../oasis/images/movie.jpg) 0 0 no-repeat;
	
}

.o_image1 a:hover {
	background: url(../oasis/images/movie.jpg) 0 -157px no-repeat;
	
}

.o_image2 a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	margin: 8px auto 10px auto;
	/*overflow: hidden;*/
	display: block;
	padding: 0;
	width: 300px;
	height: 157px;
	background: url(../oasis/images/cm15.jpg) 0 0 no-repeat;
	
}

.o_image2 a:hover {
	background: url(../oasis/images/cm15.jpg) 0 -157px no-repeat;
	
}

.o_image3 a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	margin: 8px auto 10px auto;
	/*overflow: hidden;*/
	display: block;
	padding: 0;
	width: 300px;
	height: 157px;
	background: url(../oasis/images/cm30.jpg) 0 0 no-repeat;
	
}

.o_image3 a:hover {
	background: url(../oasis/images/cm30.jpg) 0 -157px no-repeat;
	
}

.o_image4 a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	margin: 8px auto 10px auto;
	/*overflow: hidden;*/
	display: block;
	padding: 0;
	width: 300px;
	height: 157px;
	background: url(../oasis/images/cm100901.jpg) 0 0 no-repeat;
	
}

.o_image4 a:hover {
	background: url(../oasis/images/cm100901.jpg) 0 -157px no-repeat;
	
}




.o_sub_title {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 3px solid #222222;
	padding: 8px 0 1px 5px;
	margin-bottom: 4px;

}

.o_sub_title span {
	color: #FF0000;
	padding: 0 0 0 5px;


}

























