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

/*************************************
		contents
 *************************************/

/*****main*********/
#btnSmaps a{
	background-image:url(../images/btn-smaps-on.gif);
	}
	
/*************************************
		alpha
 *************************************/
	
#alphaMenu1 a{
	background-image:url(../images/img-smapsTujiF_off.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
	
#alphaMenu1 a:hover{
	background-image:url(../images/img-smapsTujiF_on.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
	
#alphaMenu2 a{
	background-image:url(../images/img-smapsTujiS_on.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
	
#alphaMenu2 a:hover{
	background-image:url(../images/img-smapsTujiS_on.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
#alphaMenu5 a{
	background-image:url(../images/img-smapsTujiT_off.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
	
#alphaMenu5 a:hover{
	background-image:url(../images/img-smapsTujiT_on.jpg);
	width:141px;
	height:29px;
	margin-bottom:4px;
	text-indent:-9999px;
	display:block;
	}
	
	

/*************************************
		beta
 *************************************/

#beta{
	height: auto;
	}	
.textArea{
	background-color: #faf7ee; 
	color: #333333;
	margin: 2px 0 0 0;
}
.index{
	padding: 5px 0 10px 0;
}
.text{
	padding: 0 0 10px 0;
}
#next{
	width: 67px;
	height: 20px;
	margin: 10px 0 5px 0;
	float: right;
}
.nextA{
	width: 67px;
	height: 20px;
	background-image:url(../images/btn-next_off.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
.nextA:hover{
	width: 67px;
	height: 20px;
	background-image:url(../images/btn-next_on.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
.FLOAT{
	float: left;
}
.FLOATtext{
	width: 545px;
}
*:first-child+html .oneline{
	padding-bottom: 10px;
}
*html .oneline{
	padding-bottom: 10px;
}